From 1ee12c22a126a073740a2725440baa2aede23bac Mon Sep 17 00:00:00 2001 From: Vasu Kulkarni Date: Sun, 10 Jun 2018 17:10:08 -0700 Subject: [PATCH] Fix unregister during final cleanup, due to stage cdn task that is not needed now. Signed-off-by: Vasu Kulkarni --- teuthology/misc.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/teuthology/misc.py b/teuthology/misc.py index f84b48f727..193a363904 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): -- 2.39.5