Run Tempest tests on Fedora 20 with the Docker driver
This non-voting check job is being added to ensure integration tests are passing on Fedora 20. Change-Id: I549f404235cecb11b192dc39c3c0cd18e22d8110
This commit is contained in:
parent
44c2fa9bdb
commit
3f73442b2d
@ -35,3 +35,41 @@
|
||||
keep-hierarchy: false
|
||||
copy-after-failure: true
|
||||
- console-log
|
||||
|
||||
- job:
|
||||
name: 'check-tempest-dsvm-f20-docker'
|
||||
node: 'devstack-f20'
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
timeout: 65
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- link-logs
|
||||
- net-info
|
||||
- devstack-checkout
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
function gate_hook {
|
||||
$BASE/new/nova-docker/contrib/devstack/gate_hook.sh
|
||||
}
|
||||
|
||||
export -f gate_hook
|
||||
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_TIMEOUT=60
|
||||
export PROJECTS="stackforge/nova-docker $PROJECTS"
|
||||
|
||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||
./safe-devstack-vm-gate-wrap.sh
|
||||
|
||||
publishers:
|
||||
- scp:
|
||||
site: 'static.openstack.org'
|
||||
files:
|
||||
- target: 'logs/$LOG_PATH'
|
||||
source: 'logs/**'
|
||||
keep-hierarchy: false
|
||||
copy-after-failure: true
|
||||
- console-log
|
||||
|
@ -705,6 +705,8 @@ jobs:
|
||||
branch: ^(?!stable/havana).*$
|
||||
- name: check-tempest-dsvm-docker
|
||||
voting: false
|
||||
- name: check-tempest-dsvm-f20-docker
|
||||
voting: false
|
||||
- name: check-neutron-dsvm-functional
|
||||
branch: ^(?!stable/havana).*$
|
||||
- name: gate-neutron-dsvm-functional
|
||||
@ -1223,6 +1225,7 @@ projects:
|
||||
- name: check-requirements
|
||||
check:
|
||||
- check-tempest-dsvm-docker
|
||||
- check-tempest-dsvm-f20-docker
|
||||
|
||||
- name: openstack/pycadf
|
||||
template:
|
||||
|
Loading…
x
Reference in New Issue
Block a user