Merge "Test pbr against unreleased pip."
This commit is contained in:
commit
6e7ccd06ef
@ -1705,12 +1705,22 @@
|
||||
- '{pipeline}-requirements-integration-dsvm':
|
||||
pipeline: check
|
||||
node: 'devstack-precise || devstack-trusty'
|
||||
- '{pipeline}-pbr-installation-dsvm':
|
||||
- '{pipeline}-pbr-installation-dsvm{variant}':
|
||||
pipeline: gate
|
||||
node: 'devstack-precise || devstack-trusty'
|
||||
- '{pipeline}-pbr-installation-dsvm':
|
||||
variant: ''
|
||||
- '{pipeline}-pbr-installation-dsvm{variant}':
|
||||
pipeline: check
|
||||
node: 'devstack-precise || devstack-trusty'
|
||||
variant: ''
|
||||
- '{pipeline}-pbr-installation-dsvm{variant}':
|
||||
pipeline: check
|
||||
node: 'devstack-precise || devstack-trusty'
|
||||
variant: '-upstream'
|
||||
- '{pipeline}-pbr-installation-dsvm{variant}':
|
||||
pipeline: periodic
|
||||
node: 'devstack-precise || devstack-trusty'
|
||||
variant: '-upstream'
|
||||
|
||||
- project:
|
||||
name: sahara-dashboard
|
||||
|
@ -33,7 +33,7 @@
|
||||
- console-log
|
||||
|
||||
- job-template:
|
||||
name: '{pipeline}-pbr-installation-dsvm'
|
||||
name: '{pipeline}-pbr-installation-dsvm{variant}'
|
||||
node: '{node}'
|
||||
|
||||
wrappers:
|
||||
@ -53,6 +53,9 @@
|
||||
export DEVSTACK_GATE_EXERCISES=0
|
||||
export DEVSTACK_GATE_REQS_INTEGRATION=1
|
||||
export PIP_PROCESS_DEPENDENCY_LINKS=1
|
||||
if "{variant}" = "-upstream"; then
|
||||
export PBR_PIP_VERSION=git+https://github.com/pypa/pip.git@develop#egg=pipexport
|
||||
fi
|
||||
function gate_hook {{
|
||||
set -x
|
||||
bash $BASE/new/devstack-gate/devstack-vm-gate.sh && \
|
||||
|
@ -3542,8 +3542,12 @@ projects:
|
||||
- name: experimental-tripleo-jobs
|
||||
check:
|
||||
- check-pbr-installation-dsvm
|
||||
- check-pbr-installation-dsvm-upstream
|
||||
gate:
|
||||
- gate-pbr-installation-dsvm
|
||||
periodic:
|
||||
- check-pbr-installation-dsvm
|
||||
- check-pbr-installation-dsvm-upstream
|
||||
post:
|
||||
- pbr-coverage
|
||||
post:
|
||||
|
Loading…
x
Reference in New Issue
Block a user