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:
parent
0c7e837ee5
commit
d503d0e2f2
@ -22,7 +22,7 @@
|
||||
export PROJECTS="stackforge/rally $PROJECTS"
|
||||
|
||||
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
|
||||
|
||||
|
@ -549,7 +549,7 @@ jobs:
|
||||
voting: false
|
||||
- name: ^check-rally-install-.*$
|
||||
voting: false
|
||||
- name: ^check-rally-scenarios-.*$
|
||||
- name: check-rally-scenarios
|
||||
voting: false
|
||||
- name: gate-rally-python33
|
||||
voting: false
|
||||
|
Loading…
Reference in New Issue
Block a user