2019-03-22 12:46:57 -04:00
|
|
|
- job:
|
|
|
|
name: glance-code-constants-check
|
|
|
|
parent: tox
|
|
|
|
description: |
|
|
|
|
Tests to catch when code constants have gotten out of sync.
|
|
|
|
vars:
|
|
|
|
tox_envlist: gateonly
|
|
|
|
irrelevant-files:
|
|
|
|
- ^(test-|)requirements.txt$
|
|
|
|
- ^lower-constraints.txt$
|
|
|
|
- ^.*\.rst$
|
|
|
|
- ^api-ref/.*$
|
|
|
|
- ^doc/.*$
|
|
|
|
- ^etc/.*$
|
|
|
|
- ^releasenotes/.*$
|
|
|
|
- ^setup.cfg$
|
|
|
|
- ^tox.ini$
|
|
|
|
- ^\.zuul\.yaml$
|
|
|
|
|
2018-05-17 15:05:32 -04:00
|
|
|
- job:
|
|
|
|
name: glance-tox-oslo-tips-base
|
|
|
|
parent: tox
|
2018-09-04 16:43:30 -04:00
|
|
|
abstract: true
|
2020-07-26 18:19:03 -05:00
|
|
|
nodeset: ubuntu-focal
|
2019-11-22 10:11:52 -05:00
|
|
|
timeout: 2400
|
2018-05-17 15:05:32 -04:00
|
|
|
description: Abstract job for Glance vs. oslo libraries
|
2018-10-08 15:39:52 -04:00
|
|
|
# NOTE(rosmaita): we only need functional test jobs, oslo is
|
|
|
|
# already running periodic jobs using our unit tests. Those
|
2019-04-19 19:45:31 +00:00
|
|
|
# jobs are configured for glance in openstack/project-config/
|
2018-10-08 15:39:52 -04:00
|
|
|
# zuul.d/projects.yaml using the template 'periodic-jobs-with-oslo-master'
|
2019-04-19 19:45:31 +00:00
|
|
|
# which is defined in openstack/openstack-zuul-jobs/zuul.d/
|
2018-10-08 15:39:52 -04:00
|
|
|
# project-templates.yaml; the jobs the template refers to are
|
2019-04-19 19:45:31 +00:00
|
|
|
# defined in openstack/openstack-zuul-jobs/zuul.d/jobs.yaml
|
2018-05-17 15:05:32 -04:00
|
|
|
required-projects:
|
|
|
|
- name: openstack/debtcollector
|
|
|
|
- name: openstack/futurist
|
|
|
|
- name: openstack/oslo.concurrency
|
|
|
|
- name: openstack/oslo.config
|
|
|
|
- name: openstack/oslo.context
|
|
|
|
- name: openstack/oslo.db
|
|
|
|
- name: openstack/oslo.i18n
|
|
|
|
- name: openstack/oslo.log
|
|
|
|
- name: openstack/oslo.messaging
|
|
|
|
- name: openstack/oslo.middleware
|
|
|
|
- name: openstack/oslo.policy
|
|
|
|
- name: openstack/oslo.utils
|
|
|
|
- name: openstack/osprofiler
|
|
|
|
- name: openstack/stevedore
|
|
|
|
- name: openstack/taskflow
|
|
|
|
|
|
|
|
- job:
|
2020-05-04 09:44:38 +02:00
|
|
|
name: glance-tox-functional-py38-oslo-tips
|
2018-05-17 15:05:32 -04:00
|
|
|
parent: glance-tox-oslo-tips-base
|
|
|
|
description: |
|
2020-05-04 09:44:38 +02:00
|
|
|
Glance py38 functional tests vs. oslo libraries masters
|
2018-05-17 15:05:32 -04:00
|
|
|
vars:
|
2020-05-04 09:44:38 +02:00
|
|
|
python_version: 3.8
|
|
|
|
tox_envlist: functional-py38
|
2018-05-17 15:05:32 -04:00
|
|
|
|
|
|
|
- job:
|
2019-03-29 05:56:43 +00:00
|
|
|
name: glance-tox-functional-py36-oslo-tips
|
2018-05-17 15:05:32 -04:00
|
|
|
parent: glance-tox-oslo-tips-base
|
|
|
|
description: |
|
2019-03-29 05:56:43 +00:00
|
|
|
Glance py36 functional tests vs. oslo libraries masters
|
2020-07-26 18:19:03 -05:00
|
|
|
nodeset: ubuntu-bionic
|
2018-05-17 15:05:32 -04:00
|
|
|
vars:
|
2019-11-22 10:11:52 -05:00
|
|
|
python_version: 3.6
|
2019-03-29 05:56:43 +00:00
|
|
|
tox_envlist: functional-py36
|
2018-05-17 15:05:32 -04:00
|
|
|
|
|
|
|
- job:
|
|
|
|
name: glance-tox-keystone-tips-base
|
|
|
|
parent: tox
|
2018-09-04 16:43:30 -04:00
|
|
|
abstract: true
|
2020-07-26 18:19:03 -05:00
|
|
|
nodeset: ubuntu-focal
|
2019-11-22 10:11:52 -05:00
|
|
|
timeout: 2400
|
2018-05-17 15:05:32 -04:00
|
|
|
description: Abstract job for Glance vs. keystone
|
|
|
|
required-projects:
|
|
|
|
- name: openstack/keystoneauth
|
|
|
|
- name: openstack/keystonemiddleware
|
|
|
|
- name: openstack/python-keystoneclient
|
|
|
|
|
|
|
|
- job:
|
2020-05-04 09:44:38 +02:00
|
|
|
name: glance-tox-py38-keystone-tips
|
2018-05-17 15:05:32 -04:00
|
|
|
parent: glance-tox-keystone-tips-base
|
|
|
|
description: |
|
2020-05-04 09:44:38 +02:00
|
|
|
Glance py38 unit tests vs. keystone masters
|
2018-05-17 15:05:32 -04:00
|
|
|
vars:
|
2020-05-04 09:44:38 +02:00
|
|
|
python_version: 3.8
|
|
|
|
tox_envlist: py38
|
2018-05-17 15:05:32 -04:00
|
|
|
|
|
|
|
- job:
|
2019-03-29 05:56:43 +00:00
|
|
|
name: glance-tox-py36-keystone-tips
|
2018-05-17 15:05:32 -04:00
|
|
|
parent: glance-tox-keystone-tips-base
|
|
|
|
description: |
|
2019-03-29 05:56:43 +00:00
|
|
|
Glance py36 unit tests vs. keystone masters
|
2020-07-26 18:19:03 -05:00
|
|
|
nodeset: ubuntu-bionic
|
2018-05-17 15:05:32 -04:00
|
|
|
vars:
|
2019-11-22 10:11:52 -05:00
|
|
|
python_version: 3.6
|
2019-03-29 05:56:43 +00:00
|
|
|
tox_envlist: py36
|
2018-05-17 15:05:32 -04:00
|
|
|
|
|
|
|
- job:
|
2020-05-04 09:44:38 +02:00
|
|
|
name: glance-tox-functional-py38-keystone-tips
|
2018-05-17 15:05:32 -04:00
|
|
|
parent: glance-tox-keystone-tips-base
|
|
|
|
description: |
|
2020-05-04 09:44:38 +02:00
|
|
|
Glance py38 functional tests vs. keystone masters
|
2018-05-17 15:05:32 -04:00
|
|
|
vars:
|
2020-05-04 09:44:38 +02:00
|
|
|
python_version: 3.8
|
|
|
|
tox_envlist: functional-py38
|
2018-05-17 15:05:32 -04:00
|
|
|
|
|
|
|
- job:
|
2019-03-29 05:56:43 +00:00
|
|
|
name: glance-tox-functional-py36-keystone-tips
|
2018-05-17 15:05:32 -04:00
|
|
|
parent: glance-tox-keystone-tips-base
|
|
|
|
description: |
|
2019-03-29 05:56:43 +00:00
|
|
|
Glance py36 functional tests vs. keystone masters
|
2020-07-26 18:19:03 -05:00
|
|
|
nodeset: ubuntu-bionic
|
2018-05-17 15:05:32 -04:00
|
|
|
vars:
|
2019-11-22 10:11:52 -05:00
|
|
|
python_version: 3.6
|
2019-03-29 05:56:43 +00:00
|
|
|
tox_envlist: functional-py36
|
2018-05-17 15:05:32 -04:00
|
|
|
|
|
|
|
- job:
|
|
|
|
name: glance-tox-glance_store-tips-base
|
|
|
|
parent: tox
|
2018-09-04 16:43:30 -04:00
|
|
|
abstract: true
|
2020-07-26 18:19:03 -05:00
|
|
|
nodeset: ubuntu-focal
|
2019-11-22 10:11:52 -05:00
|
|
|
timeout: 2400
|
2018-05-17 15:05:32 -04:00
|
|
|
description: Abstract job for Glance vs. glance_store
|
|
|
|
required-projects:
|
|
|
|
- name: openstack/glance_store
|
|
|
|
|
|
|
|
- job:
|
2020-05-04 09:44:38 +02:00
|
|
|
name: glance-tox-py38-glance_store-tips
|
2018-05-17 15:05:32 -04:00
|
|
|
parent: glance-tox-glance_store-tips-base
|
|
|
|
description: |
|
2020-05-04 09:44:38 +02:00
|
|
|
Glance py38 unit tests vs. glance_store master
|
2018-05-17 15:05:32 -04:00
|
|
|
vars:
|
2020-05-04 09:44:38 +02:00
|
|
|
python_version: 3.8
|
|
|
|
tox_envlist: py38
|
2018-05-17 15:05:32 -04:00
|
|
|
|
|
|
|
- job:
|
2019-03-29 05:56:43 +00:00
|
|
|
name: glance-tox-py36-glance_store-tips
|
2018-05-17 15:05:32 -04:00
|
|
|
parent: glance-tox-glance_store-tips-base
|
|
|
|
description: |
|
2019-03-29 05:56:43 +00:00
|
|
|
Glance py36 unit tests vs. glance_store master
|
2020-07-26 18:19:03 -05:00
|
|
|
nodeset: ubuntu-bionic
|
2018-05-17 15:05:32 -04:00
|
|
|
vars:
|
2019-11-22 10:11:52 -05:00
|
|
|
python_version: 3.6
|
2019-03-29 05:56:43 +00:00
|
|
|
tox_envlist: py36
|
2018-05-17 15:05:32 -04:00
|
|
|
|
|
|
|
- job:
|
2020-05-04 09:44:38 +02:00
|
|
|
name: glance-tox-functional-py38-glance_store-tips
|
2018-05-17 15:05:32 -04:00
|
|
|
parent: glance-tox-glance_store-tips-base
|
|
|
|
description: |
|
2020-05-04 09:44:38 +02:00
|
|
|
Glance py38 functional tests vs. glance_store master
|
2018-05-17 15:05:32 -04:00
|
|
|
vars:
|
2020-05-04 09:44:38 +02:00
|
|
|
python_version: 3.8
|
|
|
|
tox_envlist: functional-py38
|
2018-05-17 15:05:32 -04:00
|
|
|
|
|
|
|
- job:
|
2019-03-29 05:56:43 +00:00
|
|
|
name: glance-tox-functional-py36-glance_store-tips
|
2018-05-17 15:05:32 -04:00
|
|
|
parent: glance-tox-glance_store-tips-base
|
|
|
|
description: |
|
2019-03-29 05:56:43 +00:00
|
|
|
Glance py36 functional tests vs. glance_store master
|
2020-07-26 18:19:03 -05:00
|
|
|
nodeset: ubuntu-bionic
|
2018-05-17 15:05:32 -04:00
|
|
|
vars:
|
2019-11-22 10:11:52 -05:00
|
|
|
python_version: 3.6
|
2019-03-29 05:56:43 +00:00
|
|
|
tox_envlist: functional-py36
|
2018-05-17 15:05:32 -04:00
|
|
|
|
|
|
|
- job:
|
|
|
|
name: glance-tox-cursive-tips-base
|
|
|
|
parent: tox
|
2018-09-04 16:43:30 -04:00
|
|
|
abstract: true
|
2020-07-26 18:19:03 -05:00
|
|
|
nodeset: ubuntu-focal
|
2019-11-22 10:11:52 -05:00
|
|
|
timeout: 2400
|
2018-05-17 15:05:32 -04:00
|
|
|
description: Abstract job for Glance vs. cursive and related libs
|
|
|
|
required-projects:
|
2019-04-19 19:45:31 +00:00
|
|
|
- name: x/cursive
|
2018-05-17 15:05:32 -04:00
|
|
|
- name: openstack/python-barbicanclient
|
|
|
|
- name: openstack/castellan
|
|
|
|
|
|
|
|
- job:
|
2020-05-04 09:44:38 +02:00
|
|
|
name: glance-tox-py38-cursive-tips
|
2018-05-17 15:05:32 -04:00
|
|
|
parent: glance-tox-cursive-tips-base
|
|
|
|
description: |
|
2020-05-04 09:44:38 +02:00
|
|
|
Glance py38 unit tests vs. cursive (and related libs) master
|
2018-05-17 15:05:32 -04:00
|
|
|
vars:
|
2020-05-04 09:44:38 +02:00
|
|
|
python_version: 3.8
|
|
|
|
tox_envlist: py38
|
2018-05-17 15:05:32 -04:00
|
|
|
|
|
|
|
- job:
|
2019-03-29 05:56:43 +00:00
|
|
|
name: glance-tox-py36-cursive-tips
|
2018-05-17 15:05:32 -04:00
|
|
|
parent: glance-tox-cursive-tips-base
|
|
|
|
description: |
|
2019-03-29 05:56:43 +00:00
|
|
|
Glance py36 unit tests vs. cursive (and related libs) master
|
2020-07-26 18:19:03 -05:00
|
|
|
nodeset: ubuntu-bionic
|
2018-05-17 15:05:32 -04:00
|
|
|
vars:
|
2019-11-22 10:11:52 -05:00
|
|
|
python_version: 3.6
|
2019-03-29 05:56:43 +00:00
|
|
|
tox_envlist: py36
|
2018-05-17 15:05:32 -04:00
|
|
|
|
|
|
|
- job:
|
2020-05-04 09:44:38 +02:00
|
|
|
name: glance-tox-functional-py38-cursive-tips
|
2018-05-17 15:05:32 -04:00
|
|
|
parent: glance-tox-cursive-tips-base
|
|
|
|
description: |
|
2020-05-04 09:44:38 +02:00
|
|
|
Glance py38 functional tests vs. cursive (and related libs) master
|
2018-05-17 15:05:32 -04:00
|
|
|
vars:
|
2020-05-04 09:44:38 +02:00
|
|
|
python_version: 3.8
|
|
|
|
tox_envlist: functional-py38
|
2018-05-17 15:05:32 -04:00
|
|
|
|
|
|
|
- job:
|
2019-03-29 05:56:43 +00:00
|
|
|
name: glance-tox-functional-py36-cursive-tips
|
2018-05-17 15:05:32 -04:00
|
|
|
parent: glance-tox-cursive-tips-base
|
|
|
|
description: |
|
2019-03-29 05:56:43 +00:00
|
|
|
Glance py36 functional tests vs. cursive (and related libs) master
|
2020-07-26 18:19:03 -05:00
|
|
|
nodeset: ubuntu-bionic
|
2018-05-17 15:05:32 -04:00
|
|
|
vars:
|
2019-11-22 10:11:52 -05:00
|
|
|
python_version: 3.6
|
2019-03-29 05:56:43 +00:00
|
|
|
tox_envlist: functional-py36
|
2018-05-17 15:05:32 -04:00
|
|
|
|
2020-07-15 10:22:55 -07:00
|
|
|
- job:
|
2020-09-28 08:34:59 -07:00
|
|
|
name: tempest-integrated-storage-import
|
2020-07-15 10:22:55 -07:00
|
|
|
parent: tempest-integrated-storage
|
|
|
|
description: |
|
|
|
|
The regular tempest-integrated-storage job but with glance metadata injection
|
|
|
|
post-run: playbooks/post-check-metadata-injection.yaml
|
|
|
|
vars:
|
2021-01-13 07:41:35 -08:00
|
|
|
zuul_copy_output:
|
|
|
|
/etc/glance-remote: logs
|
2020-07-15 10:22:55 -07:00
|
|
|
devstack_localrc:
|
2020-09-28 08:34:59 -07:00
|
|
|
GLANCE_STANDALONE: False
|
2020-07-15 10:22:55 -07:00
|
|
|
GLANCE_USE_IMPORT_WORKFLOW: True
|
2021-01-13 07:41:35 -08:00
|
|
|
devstack_services:
|
|
|
|
g-api-r: true
|
2020-07-15 10:22:55 -07:00
|
|
|
devstack_local_conf:
|
|
|
|
post-config:
|
2020-09-28 08:34:59 -07:00
|
|
|
$GLANCE_API_CONF:
|
|
|
|
DEFAULT:
|
|
|
|
enabled_import_methods: "[\"copy-image\", \"glance-direct\"]"
|
|
|
|
wsgi:
|
|
|
|
python_interpreter: /usr/bin/python3
|
2020-07-15 10:22:55 -07:00
|
|
|
$GLANCE_IMAGE_IMPORT_CONF:
|
|
|
|
image_import_opts:
|
2020-07-21 15:54:24 -07:00
|
|
|
image_import_plugins: "['inject_image_metadata', 'image_conversion']"
|
2020-07-15 10:22:55 -07:00
|
|
|
inject_metadata_properties:
|
|
|
|
ignore_user_roles:
|
|
|
|
inject: |
|
|
|
|
"glance_devstack_test":"doyouseeme?"
|
2020-07-21 15:54:24 -07:00
|
|
|
image_conversion:
|
|
|
|
output_format: raw
|
2020-07-15 10:22:55 -07:00
|
|
|
|
2020-09-04 19:13:05 +00:00
|
|
|
- job:
|
|
|
|
name: glance-multistore-cinder-import
|
|
|
|
parent: tempest-integrated-storage-import
|
|
|
|
voting: false
|
|
|
|
description: |
|
|
|
|
The regular import workflow job to test with multiple cinder stores
|
|
|
|
vars:
|
|
|
|
devstack_localrc:
|
|
|
|
USE_CINDER_FOR_GLANCE: True
|
|
|
|
GLANCE_ENABLE_MULTIPLE_STORES: True
|
|
|
|
CINDER_ENABLED_BACKENDS: lvm:lvmdriver-1,lvm:lvmdriver-2
|
|
|
|
GLANCE_CINDER_DEFAULT_BACKEND: lvmdriver-1
|
|
|
|
|
2020-07-20 20:49:34 -07:00
|
|
|
- job:
|
2020-09-28 08:34:59 -07:00
|
|
|
name: tempest-integrated-storage-import-standalone
|
|
|
|
parent: tempest-integrated-storage-import
|
2020-07-20 20:49:34 -07:00
|
|
|
description: |
|
2020-09-28 08:34:59 -07:00
|
|
|
The regular tempest-integrated-storage-import-workflow job but with glance in
|
|
|
|
standalone mode
|
2020-07-20 20:49:34 -07:00
|
|
|
vars:
|
2021-01-13 07:41:35 -08:00
|
|
|
devstack_services:
|
|
|
|
g-api-r: false
|
2020-07-20 20:49:34 -07:00
|
|
|
devstack_localrc:
|
2020-09-28 08:34:59 -07:00
|
|
|
GLANCE_STANDALONE: True
|
2020-07-20 20:49:34 -07:00
|
|
|
|
2020-08-20 07:27:20 -07:00
|
|
|
- job:
|
|
|
|
name: glance-ceph-thin-provisioning
|
|
|
|
parent: devstack-plugin-ceph-tempest-py3
|
|
|
|
description: |
|
|
|
|
Just like devstack-plugin-ceph-tempest-py3, but with thin provisioning enabled
|
|
|
|
required-projects:
|
|
|
|
- name: openstack/glance_store
|
|
|
|
vars:
|
|
|
|
devstack_local_conf:
|
|
|
|
post-config:
|
|
|
|
$GLANCE_API_CONF:
|
|
|
|
glance_store:
|
|
|
|
rbd_thin_provisioning: True
|
|
|
|
|
2018-01-22 18:47:55 -05:00
|
|
|
- project:
|
2018-08-20 15:35:05 +09:00
|
|
|
templates:
|
|
|
|
- check-requirements
|
Replace "integrated-gate-py3" template with new "integrated-gate-storage"
tempest-full-py3 job run all services API and scenario tests (non slow)
and this job is part of Integrated-gate-py3 gate template which run on
multiple services (nova, neutron, cinder, glance, placement, swift, keystone)
check and gate pipeline.
Due to all services tests run in single tempest-full-py3 job, it has
been not so stable. Many times unrelated service test break other
project gate.
But not all those services are dependent of Glance. Dependent in term of
both way, not all services used by Glance or use Glance. Glance gate
does not need to run all those independent services tests. It can run only
Cinder, Glance, Swift and Nova related tests.
Idea here is to make integrated-gate testing more stable without losing
the test coverage.
Tempest has new "integrated-gate-storage" template which will run only
Cinder, Glance, Swift and Nova related tests[1].
This commit replaces the "integrated-gate-py3" template with new
"integrated-gate-storage".
ML discussion: http://lists.openstack.org/pipermail/openstack-discuss/2019-May/005871.html
[1] https://opendev.org/openstack/tempest/src/branch/master/.zuul.yaml#L626
Change-Id: I4f858cd3b5b18be56acd6dbf79440e1cd8ce2744
2019-07-18 18:49:13 +00:00
|
|
|
- integrated-gate-storage
|
2018-09-17 19:52:52 +02:00
|
|
|
- openstack-lower-constraints-jobs
|
2021-03-23 17:09:16 +00:00
|
|
|
- openstack-python3-xena-jobs
|
2018-09-17 19:52:52 +02:00
|
|
|
- periodic-stable-jobs
|
|
|
|
- publish-openstack-docs-pti
|
2018-08-20 15:35:45 +09:00
|
|
|
- release-notes-jobs-python3
|
2018-01-22 18:47:55 -05:00
|
|
|
check:
|
|
|
|
jobs:
|
2019-11-22 10:11:52 -05:00
|
|
|
- openstack-tox-functional-py36
|
2020-05-04 09:44:38 +02:00
|
|
|
- openstack-tox-functional-py38
|
2019-03-22 12:46:57 -04:00
|
|
|
- glance-code-constants-check
|
2020-08-20 07:27:20 -07:00
|
|
|
- glance-ceph-thin-provisioning:
|
2018-08-20 15:35:05 +09:00
|
|
|
voting: false
|
2019-04-15 11:33:17 -04:00
|
|
|
irrelevant-files: &tempest-irrelevant-files
|
2018-08-20 15:35:05 +09:00
|
|
|
- ^(test-|)requirements.txt$
|
2019-03-21 11:50:31 -04:00
|
|
|
- ^lower-constraints.txt$
|
2018-08-20 15:35:05 +09:00
|
|
|
- ^.*\.rst$
|
|
|
|
- ^api-ref/.*$
|
2018-12-13 21:57:43 +09:00
|
|
|
- ^glance/hacking/.*$
|
|
|
|
- ^glance/locale/.*$
|
2019-03-22 16:16:15 -04:00
|
|
|
- ^glance/tests/.*$
|
2018-08-20 15:35:05 +09:00
|
|
|
- ^doc/.*$
|
|
|
|
- ^releasenotes/.*$
|
2018-12-13 21:57:43 +09:00
|
|
|
- ^tools/.*$
|
2018-08-20 15:35:05 +09:00
|
|
|
- ^tox.ini$
|
2019-03-21 11:50:31 -04:00
|
|
|
- ^\.zuul\.yaml$
|
Replace "integrated-gate-py3" template with new "integrated-gate-storage"
tempest-full-py3 job run all services API and scenario tests (non slow)
and this job is part of Integrated-gate-py3 gate template which run on
multiple services (nova, neutron, cinder, glance, placement, swift, keystone)
check and gate pipeline.
Due to all services tests run in single tempest-full-py3 job, it has
been not so stable. Many times unrelated service test break other
project gate.
But not all those services are dependent of Glance. Dependent in term of
both way, not all services used by Glance or use Glance. Glance gate
does not need to run all those independent services tests. It can run only
Cinder, Glance, Swift and Nova related tests.
Idea here is to make integrated-gate testing more stable without losing
the test coverage.
Tempest has new "integrated-gate-storage" template which will run only
Cinder, Glance, Swift and Nova related tests[1].
This commit replaces the "integrated-gate-py3" template with new
"integrated-gate-storage".
ML discussion: http://lists.openstack.org/pipermail/openstack-discuss/2019-May/005871.html
[1] https://opendev.org/openstack/tempest/src/branch/master/.zuul.yaml#L626
Change-Id: I4f858cd3b5b18be56acd6dbf79440e1cd8ce2744
2019-07-18 18:49:13 +00:00
|
|
|
- tempest-integrated-storage:
|
2019-04-15 11:33:17 -04:00
|
|
|
irrelevant-files: *tempest-irrelevant-files
|
2020-09-28 08:34:59 -07:00
|
|
|
- tempest-integrated-storage-import:
|
2020-07-15 10:22:55 -07:00
|
|
|
irrelevant-files: *tempest-irrelevant-files
|
2020-09-28 08:34:59 -07:00
|
|
|
- tempest-integrated-storage-import-standalone:
|
2020-07-20 20:49:34 -07:00
|
|
|
irrelevant-files: *tempest-irrelevant-files
|
2020-09-04 19:13:05 +00:00
|
|
|
- glance-multistore-cinder-import:
|
|
|
|
irrelevant-files: *tempest-irrelevant-files
|
2020-05-04 08:39:47 +02:00
|
|
|
- grenade:
|
2019-04-15 11:33:17 -04:00
|
|
|
irrelevant-files: *tempest-irrelevant-files
|
2019-07-20 17:50:24 +00:00
|
|
|
- tempest-ipv6-only:
|
|
|
|
irrelevant-files: *tempest-irrelevant-files
|
2020-12-14 17:16:21 +00:00
|
|
|
- nova-ceph-multistore:
|
|
|
|
irrelevant-files: *tempest-irrelevant-files
|
2021-03-06 04:32:21 +00:00
|
|
|
- glance-secure-rbac-protection-functional
|
2018-12-13 21:57:43 +09:00
|
|
|
|
2018-01-22 18:47:55 -05:00
|
|
|
gate:
|
|
|
|
jobs:
|
2019-11-22 10:11:52 -05:00
|
|
|
- openstack-tox-functional-py36
|
2020-05-04 09:44:38 +02:00
|
|
|
- openstack-tox-functional-py38
|
Replace "integrated-gate-py3" template with new "integrated-gate-storage"
tempest-full-py3 job run all services API and scenario tests (non slow)
and this job is part of Integrated-gate-py3 gate template which run on
multiple services (nova, neutron, cinder, glance, placement, swift, keystone)
check and gate pipeline.
Due to all services tests run in single tempest-full-py3 job, it has
been not so stable. Many times unrelated service test break other
project gate.
But not all those services are dependent of Glance. Dependent in term of
both way, not all services used by Glance or use Glance. Glance gate
does not need to run all those independent services tests. It can run only
Cinder, Glance, Swift and Nova related tests.
Idea here is to make integrated-gate testing more stable without losing
the test coverage.
Tempest has new "integrated-gate-storage" template which will run only
Cinder, Glance, Swift and Nova related tests[1].
This commit replaces the "integrated-gate-py3" template with new
"integrated-gate-storage".
ML discussion: http://lists.openstack.org/pipermail/openstack-discuss/2019-May/005871.html
[1] https://opendev.org/openstack/tempest/src/branch/master/.zuul.yaml#L626
Change-Id: I4f858cd3b5b18be56acd6dbf79440e1cd8ce2744
2019-07-18 18:49:13 +00:00
|
|
|
- tempest-integrated-storage:
|
2019-04-15 11:33:17 -04:00
|
|
|
irrelevant-files: *tempest-irrelevant-files
|
2020-09-28 08:34:59 -07:00
|
|
|
- tempest-integrated-storage-import:
|
|
|
|
irrelevant-files: *tempest-irrelevant-files
|
|
|
|
- tempest-integrated-storage-import-standalone:
|
2020-07-15 10:22:55 -07:00
|
|
|
irrelevant-files: *tempest-irrelevant-files
|
2020-05-04 08:39:47 +02:00
|
|
|
- grenade:
|
2019-04-15 11:33:17 -04:00
|
|
|
irrelevant-files: *tempest-irrelevant-files
|
2019-07-20 17:50:24 +00:00
|
|
|
- tempest-ipv6-only:
|
|
|
|
irrelevant-files: *tempest-irrelevant-files
|
2020-12-14 17:16:21 +00:00
|
|
|
- nova-ceph-multistore:
|
|
|
|
irrelevant-files: *tempest-irrelevant-files
|
2021-03-06 04:32:21 +00:00
|
|
|
- glance-secure-rbac-protection-functional
|
2018-03-08 14:35:32 -05:00
|
|
|
experimental:
|
|
|
|
jobs:
|
2020-05-04 09:44:38 +02:00
|
|
|
- glance-tox-py38-glance_store-tips
|
2019-06-07 08:07:00 -04:00
|
|
|
- glance-tox-py36-glance_store-tips
|
2020-05-04 09:44:38 +02:00
|
|
|
- glance-tox-functional-py38-glance_store-tips
|
2019-06-07 08:07:00 -04:00
|
|
|
- glance-tox-functional-py36-glance_store-tips
|
2020-08-17 20:08:13 +02:00
|
|
|
- barbican-tempest-plugin-simple-crypto
|
2020-06-03 00:56:11 +02:00
|
|
|
- grenade-multinode
|
2018-10-12 10:05:50 +02:00
|
|
|
- tempest-pg-full:
|
2019-04-15 11:33:17 -04:00
|
|
|
irrelevant-files: *tempest-irrelevant-files
|
2019-10-16 21:41:09 +02:00
|
|
|
- tempest-full-py3-opensuse15:
|
2019-04-15 11:33:17 -04:00
|
|
|
irrelevant-files: *tempest-irrelevant-files
|
2018-05-17 15:05:32 -04:00
|
|
|
periodic:
|
|
|
|
jobs:
|
2018-09-04 16:43:30 -04:00
|
|
|
# NOTE(rosmaita): we only want the "tips" jobs to be run against
|
|
|
|
# master, hence the 'branches' qualifiers below. Without them, when
|
|
|
|
# a stable branch is cut, the tests would be run against the stable
|
|
|
|
# branch as well, which is pointless because these libraries are
|
|
|
|
# frozen (more or less) in the stable branches.
|
|
|
|
#
|
|
|
|
# The "tips" jobs can be removed from the stable branch .zuul.yaml
|
|
|
|
# files if someone is so inclined, but that would require manual
|
|
|
|
# maintenance, so we do not do it by default. Another option is
|
2019-04-19 19:45:31 +00:00
|
|
|
# to define these jobs in the openstack/project-config repo.
|
2018-09-04 16:43:30 -04:00
|
|
|
# That would make us less agile in adjusting these tests, so we
|
|
|
|
# aren't doing that either.
|
2020-05-04 09:44:38 +02:00
|
|
|
- glance-tox-functional-py38-oslo-tips:
|
2018-09-04 16:43:30 -04:00
|
|
|
branches: master
|
2019-03-29 05:56:43 +00:00
|
|
|
- glance-tox-functional-py36-oslo-tips:
|
2018-09-04 16:43:30 -04:00
|
|
|
branches: master
|
2020-05-04 09:44:38 +02:00
|
|
|
- glance-tox-py38-keystone-tips:
|
2018-09-04 16:43:30 -04:00
|
|
|
branches: master
|
2019-03-29 05:56:43 +00:00
|
|
|
- glance-tox-py36-keystone-tips:
|
2018-09-04 16:43:30 -04:00
|
|
|
branches: master
|
2020-05-04 09:44:38 +02:00
|
|
|
- glance-tox-functional-py38-keystone-tips:
|
2018-09-04 16:43:30 -04:00
|
|
|
branches: master
|
2019-03-29 05:56:43 +00:00
|
|
|
- glance-tox-functional-py36-keystone-tips:
|
2018-09-04 16:43:30 -04:00
|
|
|
branches: master
|
2020-05-04 09:44:38 +02:00
|
|
|
- glance-tox-py38-glance_store-tips:
|
2018-09-04 16:43:30 -04:00
|
|
|
branches: master
|
2019-03-29 05:56:43 +00:00
|
|
|
- glance-tox-py36-glance_store-tips:
|
2018-09-04 16:43:30 -04:00
|
|
|
branches: master
|
2020-05-04 09:44:38 +02:00
|
|
|
- glance-tox-functional-py38-glance_store-tips:
|
2018-09-04 16:43:30 -04:00
|
|
|
branches: master
|
2019-03-29 05:56:43 +00:00
|
|
|
- glance-tox-functional-py36-glance_store-tips:
|
2018-09-04 16:43:30 -04:00
|
|
|
branches: master
|
2020-05-04 09:44:38 +02:00
|
|
|
- glance-tox-py38-cursive-tips:
|
2018-09-04 16:43:30 -04:00
|
|
|
branches: master
|
2019-03-29 05:56:43 +00:00
|
|
|
- glance-tox-py36-cursive-tips:
|
2018-09-04 16:43:30 -04:00
|
|
|
branches: master
|
2020-05-04 09:44:38 +02:00
|
|
|
- glance-tox-functional-py38-cursive-tips:
|
2018-09-04 16:43:30 -04:00
|
|
|
branches: master
|
2019-03-29 05:56:43 +00:00
|
|
|
- glance-tox-functional-py36-cursive-tips:
|
2018-09-04 16:43:30 -04:00
|
|
|
branches: master
|