96f35410bf
This goal is to implement the process set out in the 2018-10-24 Python Update Process TC resolution[1], for the Train cycle to ensure unit testing is in place for all of the Tested Runtimes for Train[2]. In practice, this generally means adding unit tests for Python 3.7 and dropping unit tests for Python 3.5. Using the Zuul template for Train will ensure that all projects that support Python3 will be tested against the agreed runtime versions, and make it easier to update them in future. [1]https://governance.openstack.org/tc/resolutions/20181024-python-update-process.html [2]https://governance.openstack.org/tc/reference/runtimes/train.html Change-Id: Ied3c0fab32caf39cc34d9ce5d65551241c782f7b Depends-On: https://review.opendev.org/#/c/641878/
232 lines
7.4 KiB
YAML
232 lines
7.4 KiB
YAML
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
- job:
|
|
name: keystone-dsvm-functional
|
|
parent: devstack-tempest
|
|
timeout: 4200
|
|
required-projects:
|
|
- openstack/devstack-gate
|
|
- openstack/keystone
|
|
- openstack/keystone-tempest-plugin
|
|
vars:
|
|
tox_envlist: all
|
|
tempest_test_regex: 'keystone_tempest_plugin'
|
|
devstack_localrc:
|
|
TEMPEST_PLUGINS: '/opt/stack/keystone-tempest-plugin'
|
|
|
|
- job:
|
|
name: keystone-dsvm-py3-functional
|
|
parent: keystone-dsvm-functional
|
|
vars:
|
|
devstack_localrc:
|
|
TEMPEST_PLUGINS: '/opt/stack/keystone-tempest-plugin'
|
|
USE_PYTHON3: True
|
|
|
|
- job:
|
|
name: keystone-dsvm-functional-federation-opensuse15
|
|
parent: keystone-dsvm-functional
|
|
nodeset: devstack-single-node-opensuse-150
|
|
vars:
|
|
devstack_localrc:
|
|
TEMPEST_PLUGINS: '/opt/stack/keystone-tempest-plugin'
|
|
devstack_services:
|
|
keystone-saml2-federation: true
|
|
tls-proxy: false
|
|
devstack_plugins:
|
|
keystone: https://opendev.org/openstack/keystone
|
|
zuul_copy_output:
|
|
/etc/shibboleth: logs
|
|
|
|
- job:
|
|
name: keystone-dsvm-py3-functional-federation-opensuse15
|
|
parent: keystone-dsvm-functional-federation-opensuse15
|
|
vars:
|
|
devstack_localrc:
|
|
TEMPEST_PLUGINS: '/opt/stack/keystone-tempest-plugin'
|
|
USE_PYTHON3: True
|
|
zuul_copy_output:
|
|
/etc/shibboleth: logs
|
|
|
|
# This job will execute 'tox -e upgrade' from the OSA
|
|
# repo specified in 'osa_test_repo'.
|
|
- job:
|
|
name: openstack-ansible-keystone-rolling-upgrade
|
|
parent: openstack-ansible-cross-repo-functional
|
|
required-projects:
|
|
- name: openstack/openstack-ansible-os_keystone
|
|
vars:
|
|
tox_env: upgrade
|
|
osa_test_repo: openstack/openstack-ansible-os_keystone
|
|
|
|
# Experimental
|
|
- job:
|
|
name: keystone-tox-patch_cover
|
|
parent: openstack-tox
|
|
description: |
|
|
Run test for keystone project.
|
|
|
|
Uses tox with the ``patch_cover`` environment.
|
|
vars:
|
|
tox_envlist: patch_cover
|
|
|
|
# Experimental
|
|
- job:
|
|
name: keystone-dsvm-grenade-multinode
|
|
parent: legacy-dsvm-base-multinode
|
|
run: playbooks/legacy/keystone-dsvm-grenade-multinode/run.yaml
|
|
post-run: playbooks/legacy/keystone-dsvm-grenade-multinode/post.yaml
|
|
timeout: 10800
|
|
required-projects:
|
|
- openstack/grenade
|
|
- openstack/devstack-gate
|
|
- openstack/keystone
|
|
|
|
# Experimental
|
|
- job:
|
|
name: keystone-dsvm-functional-federation-centos7
|
|
parent: keystone-dsvm-functional
|
|
nodeset: devstack-single-node-centos-7
|
|
vars:
|
|
devstack_localrc:
|
|
TEMPEST_PLUGINS: '/opt/stack/keystone-tempest-plugin'
|
|
devstack_services:
|
|
keystone-saml2-federation: true
|
|
tls-proxy: false
|
|
devstack_plugins:
|
|
keystone: https://opendev.org/openstack/keystone
|
|
zuul_copy_output:
|
|
/etc/shibboleth: logs
|
|
|
|
# Experimental
|
|
- job:
|
|
name: keystone-dsvm-functional-federation-ubuntu-xenial
|
|
parent: keystone-dsvm-functional
|
|
nodeset: openstack-single-node-xenial
|
|
vars:
|
|
devstack_localrc:
|
|
TEMPEST_PLUGINS: '/opt/stack/keystone-tempest-plugin'
|
|
devstack_services:
|
|
keystone-saml2-federation: true
|
|
tls-proxy: false
|
|
devstack_plugins:
|
|
keystone: https://opendev.org/openstack/keystone
|
|
zuul_copy_output:
|
|
/etc/shibboleth: logs
|
|
|
|
# Experimental
|
|
- job:
|
|
name: keystone-dsvm-py35-functional-federation-ubuntu-xenial
|
|
parent: keystone-dsvm-functional-federation
|
|
vars:
|
|
devstack_localrc:
|
|
TEMPEST_PLUGINS: '/opt/stack/keystone-tempest-plugin'
|
|
USE_PYTHON3: True
|
|
zuul_copy_output:
|
|
/etc/shibboleth: logs
|
|
|
|
# Experimental
|
|
# Transitional rename
|
|
- job:
|
|
name: keystone-dsvm-functional-federation
|
|
parent: keystone-dsvm-functional-federation-ubuntu-xenial
|
|
|
|
# Experimental
|
|
# Transitional rename
|
|
- job:
|
|
name: keystone-dsvm-py35-functional-federation
|
|
parent: keystone-dsvm-py35-functional-federation-ubuntu-xenial
|
|
|
|
- project:
|
|
templates:
|
|
- openstack-cover-jobs
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-python-jobs
|
|
- openstack-python3-train-jobs
|
|
- publish-openstack-docs-pti
|
|
- periodic-stable-jobs
|
|
- check-requirements
|
|
- integrated-gate
|
|
- integrated-gate-py3
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- keystone-dsvm-functional:
|
|
irrelevant-files: &irrelevant-files
|
|
- ^.*\.rst$
|
|
- ^api-ref/.*$
|
|
- ^doc/.*$
|
|
- ^etc/.*$
|
|
- ^keystone/tests/unit/.*$
|
|
- ^releasenotes/.*$
|
|
- keystone-dsvm-py3-functional:
|
|
irrelevant-files: *irrelevant-files
|
|
- keystone-dsvm-functional-federation-opensuse15:
|
|
voting: false
|
|
irrelevant-files: *irrelevant-files
|
|
- keystone-dsvm-py3-functional-federation-opensuse15:
|
|
voting: false
|
|
irrelevant-files: *irrelevant-files
|
|
- keystoneclient-devstack-functional:
|
|
voting: false
|
|
irrelevant-files: *irrelevant-files
|
|
- legacy-tempest-dsvm-ldap-domain-specific-driver:
|
|
voting: false
|
|
irrelevant-files: &tempest-irrelevant-files
|
|
- ^(test-|)requirements.txt$
|
|
- ^.*\.rst$
|
|
- ^api-ref/.*$
|
|
- ^doc/.*$
|
|
- ^etc/.*$
|
|
- ^keystone/tests/unit/.*$
|
|
- ^releasenotes/.*$
|
|
- ^setup.cfg$
|
|
- tempest-full:
|
|
irrelevant-files: *tempest-irrelevant-files
|
|
- tempest-full-py3:
|
|
irrelevant-files: *tempest-irrelevant-files
|
|
- neutron-grenade:
|
|
irrelevant-files: *tempest-irrelevant-files
|
|
- grenade-py3:
|
|
irrelevant-files: *tempest-irrelevant-files
|
|
gate:
|
|
jobs:
|
|
- keystone-dsvm-functional:
|
|
irrelevant-files: *irrelevant-files
|
|
- keystone-dsvm-py3-functional:
|
|
irrelevant-files: *irrelevant-files
|
|
- tempest-full:
|
|
irrelevant-files: *tempest-irrelevant-files
|
|
- tempest-full-py3:
|
|
irrelevant-files: *tempest-irrelevant-files
|
|
- neutron-grenade:
|
|
irrelevant-files: *tempest-irrelevant-files
|
|
- grenade-py3:
|
|
irrelevant-files: *tempest-irrelevant-files
|
|
experimental:
|
|
jobs:
|
|
- keystone-tox-patch_cover
|
|
- keystone-dsvm-grenade-multinode:
|
|
irrelevant-files: *irrelevant-files
|
|
- openstack-ansible-keystone-rolling-upgrade:
|
|
irrelevant-files: *irrelevant-files
|
|
- tempest-pg-full:
|
|
irrelevant-files: *tempest-irrelevant-files
|
|
- tempest-full-py3-opensuse150:
|
|
irrelevant-files: *tempest-irrelevant-files
|
|
- keystone-dsvm-functional-federation-centos7:
|
|
irrelevant-files: *irrelevant-files
|
|
- keystone-dsvm-functional-federation-ubuntu-xenial:
|
|
irrelevant-files: *irrelevant-files
|
|
- keystone-dsvm-py35-functional-federation-ubuntu-xenial:
|
|
irrelevant-files: *irrelevant-files
|