From d7c149bc19d087428d174ede0c34d601192733de Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Fri, 3 Mar 2017 10:18:59 +0000 Subject: [PATCH] changing the correct builder is most useful --- .../buildmaster-configure/templates/taskotron.master.cfg.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 index fbb21abc6d..4343130bd1 100644 --- a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 +++ b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 @@ -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,