Gate jeepyb and openstack/requirements on pbr

Use the pbr integration test to gate jeepyb's run-mirror as well as
additions to the openstack/requirements file.

Change-Id: Iac1e842bb6bbb4201c439a71c9917d478e5ae110
This commit is contained in:
Monty Taylor 2013-07-21 20:59:45 -07:00 committed by Jeremy Stanley
parent 43a208abb3
commit 27431138f2
4 changed files with 41 additions and 62 deletions

View File

@ -1,35 +0,0 @@
- job-template:
name: '{pipeline}-pbr-devstack-vm-rawinstall'
node: '{node}'
wrappers:
- timeout:
timeout: 120
fail: true
- timestamps
builders:
- devstack-checkout
- shell: |
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=0
export DEVSTACK_GATE_EXERCISES=0
function gate_hook {{
bash $GATE_SCRIPT_DIR/devstack-vm-gate.sh && \
bash -xe $BASE/new/pbr/tools/integration.sh $PROJECTS $BASE
}}
export -f gate_hook
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh
- link-logs
publishers:
- scp:
site: 'static.openstack.org'
files:
- target: 'logs/$LOG_PATH'
source: '**/pip.log'
keep-hierarchy: false
copy-after-failure: true
- console-log

View File

@ -197,12 +197,6 @@
- openstack-publish-jobs
- python-jobs
- pypi-jobs
- '{pipeline}-pbr-devstack-vm-rawinstall':
pipeline: gate
node: devstack-precise
- '{pipeline}-pbr-devstack-vm-rawinstall':
pipeline: check
node: 'devstack-precise || devstack-precise-check'
- project:
@ -922,6 +916,16 @@
pipeline: check
node: 'devstack-precise || devstack-precise-check'
- project:
name: requirements-jobs
jobs:
- '{pipeline}-requirements-integration':
pipeline: gate
node: devstack-precise
- '{pipeline}-requirements-integration':
pipeline: check
node: 'devstack-precise || devstack-precise-check'
- project:
name: tempest

View File

@ -1,26 +1,32 @@
- job:
name: gate-requirements-install
node: precise
- job-template:
name: '{pipeline}-requirements-integration'
node: '{node}'
wrappers:
- timeout:
timeout: 120
fail: true
- timestamps
builders:
- gerrit-git-prep
- devstack-checkout
- shell: |
#!/bin/bash -xe
source /usr/local/jenkins/slave_scripts/select-mirror.sh openstack requirements
virtualenv --clear .venv
FILE="global-requirements.txt"
# Ignore lines beginning with https?:// just as the mirror script does.
sed -e '/^https\?:\/\//d' $FILE > $FILE.clean
# Run the same basic pip command that the mirror script runs.
.venv/bin/pip install -M -U --exists-action=w -r $FILE.clean
if [ -e dev-requirements.txt ] ; then
.venv/bin/pip install -M -U --exists-action=w -r dev-requirements.txt
fi
# Print all installed stuff to demonstrate versions
.venv/bin/pip freeze
export PYTHONUNBUFFERED=true
export DEVSTACK_GATE_TEMPEST=0
export DEVSTACK_GATE_EXERCISES=0
export DEVSTACK_GATE_REQS_INTEGRATION=1
function gate_hook {{
bash $GATE_SCRIPT_DIR/devstack-vm-gate.sh && \
bash -xe $BASE/new/pbr/tools/integration.sh $PROJECTS
}}
export -f gate_hook
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
./safe-devstack-vm-gate-wrap.sh
- link-logs
publishers:
- devstack-logs
- console-log
- job:

View File

@ -392,8 +392,10 @@ projects:
- name: openstack-infra/jeepyb
check:
- gate-jeepyb-pep8
- check-requirements-integration
gate:
- gate-jeepyb-pep8
- gate-requirements-integration
pre-release:
- jeepyb-tarball
release:
@ -406,8 +408,10 @@ projects:
- name: openstack-infra/pypi-mirror
check:
- gate-pypi-mirror-pep8
- check-requirements-integration
gate:
- gate-pypi-mirror-pep8
- gate-requirements-integration
pre-release:
- pypi-mirror-tarball
release:
@ -1388,10 +1392,10 @@ projects:
- name: openstack/requirements
check:
- gate-requirements-install
- gate-requirements-pep8
- gate-requirements-python27
- gate-requirements-pypy
- check-requirements-integration
- check-tempest-devstack-vm-full
- check-tempest-devstack-vm-postgres-full
- check-tempest-devstack-vm-neutron
@ -1399,10 +1403,10 @@ projects:
- check-grenade-devstack-vm
- check-swift-devstack-vm-functional
gate:
- gate-requirements-install
- gate-requirements-pep8
- gate-requirements-python27
- gate-requirements-pypy
- gate-requirements-integration
- gate-tempest-devstack-vm-full
- gate-tempest-devstack-vm-postgres-full
- gate-tempest-devstack-vm-neutron
@ -1475,7 +1479,7 @@ projects:
- gate-pbr-python27
- gate-pbr-python33
- gate-pbr-pypy
- check-pbr-devstack-vm-rawinstall
- check-requirements-integration
- check-tempest-devstack-vm-smoke
- check-tempest-devstack-vm-full
- check-tempest-devstack-vm-cinder
@ -1491,7 +1495,7 @@ projects:
- gate-pbr-python27
- gate-pbr-python33
- gate-pbr-pypy
- gate-pbr-devstack-vm-rawinstall
- gate-requirements-integration
- gate-tempest-devstack-vm-smoke
- gate-tempest-devstack-vm-full
- gate-tempest-devstack-vm-cinder