diff options
| author | Tim Flink <tflink@fedoraproject.org> | 2016-09-22 19:37:42 +0000 |
|---|---|---|
| committer | Tim Flink <tflink@fedoraproject.org> | 2016-09-22 19:37:42 +0000 |
| commit | db7cf5db2bbeb0c4a44417d8bb07cb87282d151b (patch) | |
| tree | 50d87a07250bf80ccf902f0befea117495494912 | |
| parent | 83e7569b81c8773f28c83b1336aa0b7b3e21acf0 (diff) | |
reworking basedirs for qa stg ci output
| -rw-r--r-- | roles/taskotron/buildmaster-configure/templates/ci.master.cfg.j2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/taskotron/buildmaster-configure/templates/ci.master.cfg.j2 b/roles/taskotron/buildmaster-configure/templates/ci.master.cfg.j2 index 39a9f746a..275e9eb03 100644 --- a/roles/taskotron/buildmaster-configure/templates/ci.master.cfg.j2 +++ b/roles/taskotron/buildmaster-configure/templates/ci.master.cfg.j2 @@ -187,9 +187,9 @@ def create_test_factory(repo_name, func=True): factory.addStep(Git(repourl=Interpolate('https://bitbucket.org/tflink/%s.git' % repo_name), mode='full',method='clobber')) factory.addStep(ShellCommand(command=['doit', 'envtype=ci', 'test'], descriptionDone = ['run tests'])) - factory.addStep(ShellCommand(command=['doit', Interpolate('basedir=/srv/content/releases/%(prop:project)s'), 'envtype=ci', 'chainbuild'], descriptionDone=['Chainbuild RPMs'])) - factory.addStep(ShellCommand(command=['doit', Interpolate('basedir=/srv/content/docs/%(prop:project)s'), 'envtype=ci', 'buildtype=release', 'releasedocs'], descriptionDone=['Build Documentation'])) - factory.addStep(ShellCommand(command=['doit', Interpolate('basedir=/srv/content/docs/%(prop:project)s'), 'envtype=ci', 'buildtype=release', 'updatelatest'], descriptionDone=['Update Symlinks'])) + factory.addStep(ShellCommand(command=['doit', Interpolate('basedir=/srv/content/projects/%(prop:project)s'), 'envtype=ci', 'chainbuild'], descriptionDone=['Chainbuild RPMs'])) + factory.addStep(ShellCommand(command=['doit', Interpolate('basedir=/srv/content/projects/%(prop:project)s'), 'envtype=ci', 'buildtype=release', 'releasedocs'], descriptionDone=['Build Documentation'])) + factory.addStep(ShellCommand(command=['doit', Interpolate('basedir=/srv/content/projects/%(prop:project)s'), 'envtype=ci', 'buildtype=release', 'updatelatest'], descriptionDone=['Update Symlinks'])) return factory |
