From 967ea02ca696141f18c42e821f720cf267343b85 Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Wed, 4 Feb 2015 15:47:03 -0600 Subject: [PATCH] Add a label to the ceph-qa-chef run in task.internal Signed-off-by: Andrew Schoen --- teuthology/task/internal.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/teuthology/task/internal.py b/teuthology/task/internal.py index dffba820c6..9c79c38c09 100644 --- a/teuthology/task/internal.py +++ b/teuthology/task/internal.py @@ -673,8 +673,12 @@ def _download_and_run_chef(remote_): Run ceph_qa_chef. """ log.info('Running ceph_qa_chef on %s', remote_) - remote_.run(args=['wget', '-q', '-O-', + remote_.run( + args=[ + 'wget', '-q', '-O-', 'http://ceph.com/git/?p=ceph-qa-chef.git;a=blob_plain;f=solo/solo-from-scratch;hb=HEAD', run.Raw('|'), 'sh', - ]) + ], + label="run chef solo-from-scratch" + ) -- 2.39.5