From: Vasu Kulkarni Date: Mon, 11 Jun 2018 00:10:08 +0000 (-0700) Subject: Fix unregister during final cleanup, due to stage cdn task that is not needed now. X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=dc2889aacf441f310dce2def68cbb61587699168;p=teuthology.git Fix unregister during final cleanup, due to stage cdn task that is not needed now. Signed-off-by: Vasu Kulkarni --- diff --git a/teuthology/misc.py b/teuthology/misc.py index d459637384..0a7226a1b9 100644 --- a/teuthology/misc.py +++ b/teuthology/misc.py @@ -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):