Merge "Rename zuul_runner to command"

This commit is contained in:
Jenkins 2016-10-19 13:51:43 +00:00 committed by Gerrit Code Review
commit 523f4458c4
2 changed files with 2 additions and 2 deletions

View File

@ -1290,8 +1290,8 @@ class NodeWorker(object):
runner = dict(command=remote_path,
cwd=parameters['WORKSPACE'],
parameters=parameters)
task = dict(zuul_runner=runner)
task['name'] = ('zuul_runner with {{ timeout | int - elapsed_time }} '
task = dict(command=runner)
task['name'] = ('command with {{ timeout | int - elapsed_time }} '
'second timeout')
task['when'] = '{{ elapsed_time < timeout | int }}'
task['async'] = '{{ timeout | int - elapsed_time }}'