]> git-server-git.apps.pok.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>
Mon, 17 Dec 2018 23:10:49 +0000 (15:10 -0800)
Signed-off-by: Vasu Kulkarni <vasu@redhat.com>
teuthology/misc.py

index f84b48f727034f6ee2152ebb9bcf064541e318c4..193a3639044643fc9ae7b04abf716c01b6280689 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):