Skip to content

Commit

Permalink
Merge pull request #425 from ceph/wip-10753
Browse files Browse the repository at this point in the history
Add a label to the ceph-qa-chef run in task.internal
  • Loading branch information
zmc committed Feb 4, 2015
2 parents 018cbc8 + 967ea02 commit c5da67b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions teuthology/task/internal.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)

0 comments on commit c5da67b

Please sign in to comment.