]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
Fix unregister during final cleanup, due to stage cdn task that is not needed now.
authorVasu Kulkarni <vasu@redhat.com>
Mon, 11 Jun 2018 00:10:08 +0000 (17:10 -0700)
committerVasu Kulkarni <vasu@redhat.com>
Thu, 14 Feb 2019 20:28:12 +0000 (12:28 -0800)
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
teuthology/misc.py

index d459637384365e346f528913bd257233fff7cf58..0a7226a1b97fc30ec547cd8d60f075ccf807c4d0 100644 (file)
@@ -1312,7 +1312,9 @@ def get_distro(ctx):
 
 
 def cleanup(ctx):
-    unregister_rhel_systems(ctx)
+    # due to stage cdn use, this is run as internal task now
+    # unregister_rhel_systems(ctx)
+    pass
 
 
 def unregister_rhel_systems(ctx):