From eb97bdfbfc3520b7343724437a5826bcbe24bca5 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Fri, 3 Mar 2017 10:15:59 +0000 Subject: [PATCH] using passed yaml file instead of hardcoded for distgit tasks --- .../buildmaster-configure/templates/taskotron.master.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 index 98a3150f1d..fbb21abc6d 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'), - 'runtask.yml'], + Interpolate('%(prop:taskname)s')], descriptionDone=[Interpolate('%(prop:taskname)s on %(prop:item)s')], name='runtask', timeout=2400,