mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-23 18:10:17 +08:00
convert taskotron-dev to use new ansiblized libtaskotron with buildmaster
This commit is contained in:
@@ -207,7 +207,11 @@ factory.addStep(ShellCommand(command=["runtask",
|
||||
'-a', Interpolate('%(prop:arch)s'),
|
||||
'-j', Interpolate('%(prop:buildername)s/%(prop:buildnumber)s'),
|
||||
'--uuid', Interpolate('%(prop:uuid)s'),
|
||||
{% if deployment_type in ['dev'] %}
|
||||
'.'],
|
||||
{% else %}
|
||||
'runtask.yml'],
|
||||
{% endif %}
|
||||
descriptionDone=[Interpolate('%(prop:taskname)s on %(prop:item)s')],
|
||||
name='runtask',
|
||||
timeout=2400,
|
||||
|
||||
Reference in New Issue
Block a user