Add Tempest gate job for Zaqar
Change-Id: Ib38473ca925641cf73ac44b474f91f1b878d8bce
This commit is contained in:
parent
2ff8a16fe8
commit
fadce2d9a9
@ -88,3 +88,37 @@
|
||||
- test-results
|
||||
- devstack-logs
|
||||
- console-log
|
||||
|
||||
- job:
|
||||
name: gate-tempest-dsvm-zaqar
|
||||
node: ubuntu-trusty
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
timeout: 130
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- link-logs
|
||||
- net-info
|
||||
- devstack-checkout
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
export PROJECTS="openstack/python-zaqarclient $PROJECTS"
|
||||
export PYTHONUNBUFFERED=true
|
||||
export ENABLED_SERVICES=tempest
|
||||
export DEVSTACK_LOCAL_CONFIG="enable_plugin zaqar git://git.openstack.org/openstack/zaqar"
|
||||
|
||||
function gate_hook {
|
||||
cd /opt/stack/new/zaqar/devstack/gate
|
||||
./gate_hook.sh tempest
|
||||
}
|
||||
export -f gate_hook
|
||||
|
||||
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh
|
||||
./safe-devstack-vm-gate-wrap.sh
|
||||
|
||||
publishers:
|
||||
- test-results
|
||||
- devstack-logs
|
||||
- console-log
|
@ -1248,6 +1248,9 @@ jobs:
|
||||
- name: gate-zaqar-tox-integration
|
||||
voting: false
|
||||
|
||||
- name: gate-tempest-dsvm-zaqar
|
||||
voting: false
|
||||
|
||||
- name: gate-tempest-dsvm-neutron-nv
|
||||
branch: ^feature/pecan
|
||||
|
||||
@ -11712,6 +11715,7 @@ projects:
|
||||
- gate-dsvm-mongodb-zaqar
|
||||
- gate-dsvm-redis-zaqar
|
||||
- gate-rally-dsvm-zaqar-zaqar
|
||||
- gate-tempest-dsvm-zaqar
|
||||
gate:
|
||||
- gate-dsvm-mongodb-zaqar
|
||||
- gate-dsvm-redis-zaqar
|
||||
|
Loading…
x
Reference in New Issue
Block a user