Fix pre_test_hook in rally-scenarios-job

pre_test_hook.sh should be run in the current shell context. This is
mandatory because we need to export some environment variables.

Also fixed `voting` line for this job.

Change-Id: I49632bd323ad7abdcfaff5d8295a4557fa8e34ec
This commit is contained in:
Sergey Skripnick 2014-04-09 11:20:09 +03:00
parent 0c7e837ee5
commit d503d0e2f2
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
export PROJECTS="stackforge/rally $PROJECTS" export PROJECTS="stackforge/rally $PROJECTS"
function pre_test_hook {{ function pre_test_hook {{
/opt/stack/new/rally/tests_ci/pre_test_hook.sh . /opt/stack/new/rally/tests_ci/pre_test_hook.sh
}} }}
export -f pre_test_hook export -f pre_test_hook

View File

@ -549,7 +549,7 @@ jobs:
voting: false voting: false
- name: ^check-rally-install-.*$ - name: ^check-rally-install-.*$
voting: false voting: false
- name: ^check-rally-scenarios-.*$ - name: check-rally-scenarios
voting: false voting: false
- name: gate-rally-python33 - name: gate-rally-python33
voting: false voting: false