Merge "higgins: add new devstack-dsvm job"
This commit is contained in:
commit
6b082df2f1
36
jenkins/jobs/higgins.yaml
Normal file
36
jenkins/jobs/higgins.yaml
Normal file
@ -0,0 +1,36 @@
|
||||
- job:
|
||||
name: 'gate-higgins-devstack-dsvm'
|
||||
node: ubuntu-xenial
|
||||
|
||||
wrappers:
|
||||
- build-timeout:
|
||||
timeout: 70
|
||||
- timestamps
|
||||
|
||||
builders:
|
||||
- link-logs
|
||||
- net-info
|
||||
- devstack-checkout
|
||||
- shell: |
|
||||
#!/bin/bash -xe
|
||||
|
||||
export PYTHONUNBUFFERED=true
|
||||
export DEVSTACK_GATE_TEMPEST=0
|
||||
export DEVSTACK_GATE_NEUTRON=1
|
||||
|
||||
# Keep localrc to be able to set some vars in post_test_hook
|
||||
export KEEP_LOCALRC=1
|
||||
|
||||
function gate_hook {{
|
||||
cd /opt/stack/new/higgins/
|
||||
./devstack/gate_hook.sh
|
||||
}}
|
||||
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:
|
||||
- devstack-logs
|
||||
- console-log
|
@ -2020,6 +2020,9 @@ jobs:
|
||||
- name: gate-hacking-integration-nova
|
||||
voting: false
|
||||
|
||||
- name: gate-higgins-devstack-dsvm
|
||||
voting: false
|
||||
|
||||
- name: gate-elastic-recheck-tox-queries
|
||||
voting: false
|
||||
|
||||
@ -6820,6 +6823,8 @@ projects:
|
||||
- name: python-jobs
|
||||
- name: python3-jobs
|
||||
- name: check-requirements
|
||||
check:
|
||||
- gate-higgins-devstack-dsvm
|
||||
|
||||
- name: openstack/horizon
|
||||
template:
|
||||
|
Loading…
Reference in New Issue
Block a user