Merge "Run keystone functional tests v3 only"

This commit is contained in:
Jenkins 2016-04-30 13:33:17 +00:00 committed by Gerrit Code Review
commit 0bbff3ea0e
3 changed files with 42 additions and 0 deletions

View File

@ -30,6 +30,39 @@
- devstack-logs
- 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:
name: '{pipeline}-keystoneclient-dsvm-functional{job-suffix}'
node: '{node}'

View File

@ -2776,6 +2776,11 @@
job-suffix: '-nv'
branch-override: default
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
- 'gate-{name}-tox-{envlist}':
envlist: patch_cover

View File

@ -1972,6 +1972,9 @@ jobs:
- name: gate-keystone-dsvm-functional-nv
branch: ^(?!stable/(kilo|liberty|mitaka)).*$
- name: gate-keystone-dsvm-functional-v3-only-nv
branch: ^(?!stable/(kilo|liberty|mitaka)).*$
- name: check-osc-plugins
branch: ^(?!stable/(kilo|liberty)).*$
voting: false
@ -6870,6 +6873,7 @@ projects:
- gate-keystone-tox-bandit
- gate-keystone-tox-db-legacy_drivers
- gate-keystone-dsvm-functional-nv
- gate-keystone-dsvm-functional-v3-only-nv
- gate-tempest-dsvm-keystone-eventlet-full
- gate-tempest-dsvm-keystone-uwsgi-full-nv
- keystone-coverage-db