From 25a8e2fe2bff623d72357317a3307a61ee6397ea Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Mon, 11 Jan 2016 17:06:03 +0000 Subject: [PATCH] more updates to qa-stg01.qa buildmaster to do something useful --- .../buildmaster-configure/templates/ci.master.cfg.j2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/roles/taskotron/buildmaster-configure/templates/ci.master.cfg.j2 b/roles/taskotron/buildmaster-configure/templates/ci.master.cfg.j2 index 9e72b26ab2..18885d0fd3 100644 --- a/roles/taskotron/buildmaster-configure/templates/ci.master.cfg.j2 +++ b/roles/taskotron/buildmaster-configure/templates/ci.master.cfg.j2 @@ -193,7 +193,9 @@ def create_test_factory(repo_name, func=True): factory.addStep(ShellCommand(command=['virtualenv', '--system-site-packages', 'env'])) factory.addStep(ShellCommand(command=['bash', '-c', 'source env/bin/activate; pip install -r requirements.txt'])) factory.addStep(ShellCommand(command=['doit', 'test']) - factory.addStep(ShellCommand(command=['doit', Interpolate('basedir=/srv/static/%(prop:Project)s'])) + factory.addStep(ShellCommand(command=['doit', Interpolate('basedir=/srv/static/%(prop:Project)s'), 'chainbuild']) + factory.addStep(ShellCommand(command=['doit', Interpolate('basedir=/srv/static/%(prop:Project)s'), 'buildtype=release', 'releasedocs']) + factory.addStep(ShellCommand(command=['doit', Interpolate('basedir=/srv/static/%(prop:Project)s'), 'buildtype=release', 'updatelatest']) return factory