Merge "Fix pre_test_hook in rally-scenarios-job"
This commit is contained in:
commit
3ca3786c21
@ -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
|
||||||
|
|
||||||
|
@ -536,7 +536,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
|
||||||
|
Loading…
Reference in New Issue
Block a user