using passed yaml file instead of hardcoded for distgit tasks

This commit is contained in:
Tim Flink 2017-03-03 10:15:59 +00:00
parent 8dd8562c4e
commit eb97bdfbfc

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'),
'runtask.yml'],
Interpolate('%(prop:taskname)s')],
descriptionDone=[Interpolate('%(prop:taskname)s on %(prop:item)s')],
name='runtask',
timeout=2400,