Vitrage - Zuul/Jenkins fix
layout.yaml - Removed Python3 jobs temporarily until we set our local tox to run py34 instead of py3. vitrage.yaml - Fixed hook function to use source URGENT - Thanks :) Change-Id: I58994cf77608df5310d6a2b45de195dcc718cfe2
This commit is contained in:
parent
1e9c343f07
commit
cbd220df93
@ -22,20 +22,17 @@
|
||||
export DEVSTACK_LOCAL_CONFIG="enable_plugin vitrage git://git.openstack.org/openstack/vitrage"
|
||||
|
||||
function pre_test_hook {{
|
||||
cd $BASE/new/vitrage/devstack
|
||||
./pre_test_hook.sh
|
||||
source $BASE/new/vitrage/devstack/pre_test_hook.sh
|
||||
}}
|
||||
export -f pre_test_hook
|
||||
|
||||
function gate_hook {{
|
||||
cd $BASE/new/vitrage/devstack
|
||||
./gate_hook.sh
|
||||
source $BASE/new/vitrage/devstack/gate_hook.sh
|
||||
}}
|
||||
export -f gate_hook
|
||||
|
||||
function post_test_hook {{
|
||||
cd $BASE/new/vitrage/devstack
|
||||
./post_test_hook.sh
|
||||
source $BASE/new/vitrage/devstack/post_test_hook.sh
|
||||
}}
|
||||
export -f post_test_hook
|
||||
|
||||
|
@ -10249,7 +10249,6 @@ projects:
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
- name: python3-jobs
|
||||
- name: check-requirements
|
||||
- name: publish-to-pypi
|
||||
|
||||
@ -11689,7 +11688,6 @@ projects:
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
- name: python3-jobs
|
||||
- name: check-requirements
|
||||
- name: publish-to-pypi
|
||||
experimental:
|
||||
@ -11699,7 +11697,6 @@ projects:
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
- name: python3-jobs
|
||||
- name: check-requirements
|
||||
- name: publish-to-pypi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user