summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Flink <tflink@fedoraproject.org>2016-01-14 00:11:35 +0000
committerTim Flink <tflink@fedoraproject.org>2016-01-14 00:11:35 +0000
commit7bd0e1359b7fc3dcda6489eefbcb01cb0df197c4 (patch)
tree4e031d45116ddfb687bb8dde01362790b1adf4e6
parent3970b339a5b649752b5fbf6457a54bfe2a8181bb (diff)
more build process tweaks for libtaskotron ci
-rw-r--r--roles/taskotron/buildmaster-configure/templates/ci.master.cfg.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/taskotron/buildmaster-configure/templates/ci.master.cfg.j2 b/roles/taskotron/buildmaster-configure/templates/ci.master.cfg.j2
index 71081099d..505b01964 100644
--- a/roles/taskotron/buildmaster-configure/templates/ci.master.cfg.j2
+++ b/roles/taskotron/buildmaster-configure/templates/ci.master.cfg.j2
@@ -187,8 +187,8 @@ def create_test_factory(repo_name, func=True):
factory.addStep(Git(repourl=Interpolate('https://bitbucket.org/fedoraqa/%s.git' % repo_name),
mode='full',method='clobber'))
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=['bash', '-c', 'source env/bin/activate; pip install -r requirements.txt']))
+ factory.addStep(ShellCommand(command=['doit', 'envtype=ci', 'test']))
factory.addStep(ShellCommand(command=['doit', Interpolate('basedir=/srv/static/%(prop:Project)s'), 'envtype=ci', 'chainbuild']))
factory.addStep(ShellCommand(command=['doit', Interpolate('basedir=/srv/static/%(prop:Project)s'), 'envtype=ci', 'buildtype=release', 'releasedocs']))
factory.addStep(ShellCommand(command=['doit', Interpolate('basedir=/srv/static/%(prop:Project)s'), 'envtype=ci', 'buildtype=release', 'updatelatest']))