Merge "Run keystone functional tests v3 only"
This commit is contained in:
commit
0bbff3ea0e
@ -30,6 +30,39 @@
|
|||||||
- devstack-logs
|
- devstack-logs
|
||||||
- console-log
|
- console-log
|
||||||
|
|
||||||
|
- job-template:
|
||||||
|
name: '{pipeline}-keystone-dsvm-functional-v3-only{job-suffix}'
|
||||||
|
node: '{node}'
|
||||||
|
|
||||||
|
wrappers:
|
||||||
|
- build-timeout:
|
||||||
|
timeout: 70
|
||||||
|
- timestamps
|
||||||
|
|
||||||
|
builders:
|
||||||
|
- link-logs
|
||||||
|
- net-info
|
||||||
|
- devstack-checkout
|
||||||
|
- shell: |
|
||||||
|
#!/bin/bash -xe
|
||||||
|
export PYTHONUNBUFFERED=true
|
||||||
|
export DEVSTACK_GATE_TEMPEST=1
|
||||||
|
export BRANCH_OVERRIDE={branch-override}
|
||||||
|
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
|
||||||
|
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
|
||||||
|
fi
|
||||||
|
|
||||||
|
export DEVSTACK_GATE_TEMPEST_ALL_PLUGINS=1
|
||||||
|
export DEVSTACK_GATE_TEMPEST_REGEX='keystone'
|
||||||
|
export DEVSTACK_LOCAL_CONFIG="ENABLE_IDENTITY_V2=False"
|
||||||
|
|
||||||
|
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
|
||||||
|
|
||||||
- job-template:
|
- job-template:
|
||||||
name: '{pipeline}-keystoneclient-dsvm-functional{job-suffix}'
|
name: '{pipeline}-keystoneclient-dsvm-functional{job-suffix}'
|
||||||
node: '{node}'
|
node: '{node}'
|
||||||
|
@ -2776,6 +2776,11 @@
|
|||||||
job-suffix: '-nv'
|
job-suffix: '-nv'
|
||||||
branch-override: default
|
branch-override: default
|
||||||
node: ubuntu-trusty
|
node: ubuntu-trusty
|
||||||
|
- '{pipeline}-keystone-dsvm-functional-v3-only{job-suffix}':
|
||||||
|
pipeline: gate
|
||||||
|
job-suffix: '-nv'
|
||||||
|
branch-override: default
|
||||||
|
node: ubuntu-trusty
|
||||||
- periodic-python-jobs-with-oslo-master
|
- periodic-python-jobs-with-oslo-master
|
||||||
- 'gate-{name}-tox-{envlist}':
|
- 'gate-{name}-tox-{envlist}':
|
||||||
envlist: patch_cover
|
envlist: patch_cover
|
||||||
|
@ -1972,6 +1972,9 @@ jobs:
|
|||||||
- name: gate-keystone-dsvm-functional-nv
|
- name: gate-keystone-dsvm-functional-nv
|
||||||
branch: ^(?!stable/(kilo|liberty|mitaka)).*$
|
branch: ^(?!stable/(kilo|liberty|mitaka)).*$
|
||||||
|
|
||||||
|
- name: gate-keystone-dsvm-functional-v3-only-nv
|
||||||
|
branch: ^(?!stable/(kilo|liberty|mitaka)).*$
|
||||||
|
|
||||||
- name: check-osc-plugins
|
- name: check-osc-plugins
|
||||||
branch: ^(?!stable/(kilo|liberty)).*$
|
branch: ^(?!stable/(kilo|liberty)).*$
|
||||||
voting: false
|
voting: false
|
||||||
@ -6870,6 +6873,7 @@ projects:
|
|||||||
- gate-keystone-tox-bandit
|
- gate-keystone-tox-bandit
|
||||||
- gate-keystone-tox-db-legacy_drivers
|
- gate-keystone-tox-db-legacy_drivers
|
||||||
- gate-keystone-dsvm-functional-nv
|
- gate-keystone-dsvm-functional-nv
|
||||||
|
- gate-keystone-dsvm-functional-v3-only-nv
|
||||||
- gate-tempest-dsvm-keystone-eventlet-full
|
- gate-tempest-dsvm-keystone-eventlet-full
|
||||||
- gate-tempest-dsvm-keystone-uwsgi-full-nv
|
- gate-tempest-dsvm-keystone-uwsgi-full-nv
|
||||||
- keystone-coverage-db
|
- keystone-coverage-db
|
||||||
|
Loading…
x
Reference in New Issue
Block a user