changing the correct builder is most useful

This commit is contained in:
Tim Flink 2017-03-03 10:18:59 +00:00
parent eb97bdfbfc
commit d7c149bc19

View file

@ -207,7 +207,7 @@ factory.addStep(ShellCommand(command=["runtask",
'-a', Interpolate('%(prop:arch)s'),
'-j', Interpolate('%(prop:buildername)s/%(prop:buildnumber)s'),
'--uuid', Interpolate('%(prop:uuid)s'),
Interpolate('%(prop:taskname)s')],
'runtask.yml'],
descriptionDone=[Interpolate('%(prop:taskname)s on %(prop:item)s')],
name='runtask',
timeout=2400,
@ -267,7 +267,7 @@ distgit_factory.addStep(ShellCommand(command=["runtask",
'-a', Interpolate('%(prop:arch)s'),
'-j', Interpolate('%(prop:buildername)s/%(prop:buildnumber)s'),
'--uuid', Interpolate('%(prop:uuid)s'),
'runtask.yml'],
Interpolate('%(prop:taskname)s')],
descriptionDone=[Interpolate('%(prop:taskname)s on %(prop:item)s')],
name='runtask',
timeout=2400,