From 5ad2adcb0823902e77fa2e9cfa2424e8412f6cdb Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Wed, 22 Nov 2017 19:01:36 +0000 Subject: [PATCH] convert taskotron-dev to use new ansiblized libtaskotron with buildmaster --- .../buildmaster-configure/templates/taskotron.master.cfg.j2 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 index 0dcd97702b..cabe0cd97c 100644 --- a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 +++ b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2 @@ -207,7 +207,11 @@ factory.addStep(ShellCommand(command=["runtask", '-a', Interpolate('%(prop:arch)s'), '-j', Interpolate('%(prop:buildername)s/%(prop:buildnumber)s'), '--uuid', Interpolate('%(prop:uuid)s'), +{% if deployment_type in ['dev'] %} + '.'], +{% else %} 'runtask.yml'], +{% endif %} descriptionDone=[Interpolate('%(prop:taskname)s on %(prop:item)s')], name='runtask', timeout=2400,