Merge "Rename v3-only functional zuul job"

This commit is contained in:
Zuul 2018-09-15 20:47:31 +00:00 committed by Gerrit Code Review
commit 4532b97b03
3 changed files with 5 additions and 6 deletions

View File

@ -29,10 +29,10 @@
- ^releasenotes/.*$
- job:
name: keystone-dsvm-functional-v3-only
name: keystone-dsvm-functional-federation
parent: legacy-dsvm-base
run: playbooks/legacy/keystone-dsvm-functional-v3-only/run.yaml
post-run: playbooks/legacy/keystone-dsvm-functional-v3-only/post.yaml
run: playbooks/legacy/keystone-dsvm-functional-federation/run.yaml
post-run: playbooks/legacy/keystone-dsvm-functional-federation/post.yaml
timeout: 4200
voting: false
required-projects:
@ -137,7 +137,7 @@
check:
jobs:
- keystone-dsvm-functional
- keystone-dsvm-functional-v3-only
- keystone-dsvm-functional-federation
- keystone-dsvm-py35-functional-federation
- openstack-tox-lower-constraints
- legacy-keystoneclient-dsvm-functional:

View File

@ -1,5 +1,5 @@
- hosts: all
name: Autoconverted job legacy-keystone-dsvm-functional-v3-only from old job gate-keystone-dsvm-functional-v3-only-ubuntu-xenial-nv
name: Autoconverted job legacy-keystone-dsvm-functional-v3-only modified to run federation
tasks:
- name: Ensure legacy workspace directory
@ -30,7 +30,6 @@
cat << 'EOF' >>"/tmp/dg-local.conf"
[[local|localrc]]
TEMPEST_PLUGINS='/opt/stack/new/keystone-tempest-plugin'
ENABLE_IDENTITY_V2=False
enable_plugin keystone git://git.openstack.org/openstack/keystone
EOF