changing the correct builder is most useful
This commit is contained in:
parent
eb97bdfbfc
commit
d7c149bc19
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue