more updates to qa-stg01.qa buildmaster to do something useful
This commit is contained in:
parent
d9b271fbeb
commit
25a8e2fe2b
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue