013c18d329
With the protection tests split out, the regular unit tests mostly shouldn't reach the 40 minute timeout limit unless they are extremely unlucky, so remove those overrides. The protection tests themselves are still extremely expensive even when split out from the rest of the tests, so bump their timeout to an hour. Change-Id: I247478f998d7fb84c486cc04a3040517721e0dd3
247 lines
7.8 KiB
YAML
247 lines
7.8 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-15
|
|
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
|
|
|
|
- job:
|
|
name: keystone-tox-protection
|
|
parent: openstack-tox-py37
|
|
timeout: 3600
|
|
vars:
|
|
tox_envlist: protection
|
|
bindep_profile: test py37
|
|
python_version: 3.7
|
|
|
|
# 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
|
|
- tempest-ipv6-only:
|
|
irrelevant-files: *tempest-irrelevant-files
|
|
- keystone-tox-protection
|
|
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
|
|
- tempest-ipv6-only:
|
|
irrelevant-files: *tempest-irrelevant-files
|
|
- keystone-tox-protection
|
|
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
|