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
|
2024-11-18 20:13:14 -08:00
|
|
|
nodeset: ubuntu-noble
|
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:
|
2024-05-16 11:11:52 +00:00
|
|
|
name: glance-tox-functional-py312-oslo-tips
|
2018-05-17 15:05:32 -04:00
|
|
|
parent: glance-tox-oslo-tips-base
|
|
|
|
description: |
|
2024-05-16 11:11:52 +00:00
|
|
|
Glance py312 functional tests vs. oslo libraries masters
|
|
|
|
nodeset: debian-bookworm
|
2018-05-17 15:05:32 -04:00
|
|
|
vars:
|
2024-05-16 11:11:52 +00:00
|
|
|
python_version: 3.12
|
|
|
|
tox_envlist: functional-py312
|
|
|
|
python_use_pyenv: True
|
2018-05-17 15:05:32 -04:00
|
|
|
|
|
|
|
- job:
|
2024-05-16 11:11:52 +00:00
|
|
|
name: glance-tox-functional-py311-oslo-tips
|
2018-05-17 15:05:32 -04:00
|
|
|
parent: glance-tox-oslo-tips-base
|
|
|
|
description: |
|
2024-05-16 11:11:52 +00:00
|
|
|
Glance py311 functional tests vs. oslo libraries masters
|
2018-05-17 15:05:32 -04:00
|
|
|
vars:
|
2024-05-16 11:11:52 +00:00
|
|
|
python_version: 3.11
|
|
|
|
tox_envlist: functional-py311
|
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
|
2024-11-18 20:13:14 -08:00
|
|
|
nodeset: ubuntu-noble
|
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:
|
2024-05-16 11:11:52 +00:00
|
|
|
name: glance-tox-py312-keystone-tips
|
2018-05-17 15:05:32 -04:00
|
|
|
parent: glance-tox-keystone-tips-base
|
|
|
|
description: |
|
2024-05-16 11:11:52 +00:00
|
|
|
Glance py312 unit tests vs. keystone masters
|
|
|
|
nodeset: debian-bookworm
|
2018-05-17 15:05:32 -04:00
|
|
|
vars:
|
2024-05-16 11:11:52 +00:00
|
|
|
python_version: 3.12
|
|
|
|
tox_envlist: py312
|
|
|
|
python_use_pyenv: True
|
2018-05-17 15:05:32 -04:00
|
|
|
|
|
|
|
- job:
|
2024-05-16 11:11:52 +00:00
|
|
|
name: glance-tox-py311-keystone-tips
|
2018-05-17 15:05:32 -04:00
|
|
|
parent: glance-tox-keystone-tips-base
|
|
|
|
description: |
|
2024-05-16 11:11:52 +00:00
|
|
|
Glance py311 unit tests vs. keystone masters
|
2018-05-17 15:05:32 -04:00
|
|
|
vars:
|
2024-05-16 11:11:52 +00:00
|
|
|
python_version: 3.11
|
|
|
|
tox_envlist: py311
|
2018-05-17 15:05:32 -04:00
|
|
|
|
|
|
|
- job:
|
2024-05-16 11:11:52 +00:00
|
|
|
name: glance-tox-functional-py312-keystone-tips
|
2018-05-17 15:05:32 -04:00
|
|
|
parent: glance-tox-keystone-tips-base
|
|
|
|
description: |
|
2024-05-16 11:11:52 +00:00
|
|
|
Glance py312 functional tests vs. keystone masters
|
|
|
|
nodeset: debian-bookworm
|
2018-05-17 15:05:32 -04:00
|
|
|
vars:
|
2024-05-16 11:11:52 +00:00
|
|
|
python_version: 3.12
|
|
|
|
tox_envlist: functional-py312
|
|
|
|
python_use_pyenv: True
|
2018-05-17 15:05:32 -04:00
|
|
|
|
|
|
|
- job:
|
2024-05-16 11:11:52 +00:00
|
|
|
name: glance-tox-functional-py311-keystone-tips
|
2018-05-17 15:05:32 -04:00
|
|
|
parent: glance-tox-keystone-tips-base
|
|
|
|
description: |
|
2024-05-16 11:11:52 +00:00
|
|
|
Glance py311 functional tests vs. keystone masters
|
2018-05-17 15:05:32 -04:00
|
|
|
vars:
|
2024-05-16 11:11:52 +00:00
|
|
|
python_version: 3.11
|
|
|
|
tox_envlist: functional-py311
|
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
|
2024-11-18 20:13:14 -08:00
|
|
|
nodeset: ubuntu-noble
|
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:
|
2024-05-16 11:11:52 +00:00
|
|
|
name: glance-tox-py312-glance_store-tips
|
2018-05-17 15:05:32 -04:00
|
|
|
parent: glance-tox-glance_store-tips-base
|
|
|
|
description: |
|
2024-05-16 11:11:52 +00:00
|
|
|
Glance py312 unit tests vs. glance_store master
|
|
|
|
nodeset: debian-bookworm
|
2018-05-17 15:05:32 -04:00
|
|
|
vars:
|
2024-05-16 11:11:52 +00:00
|
|
|
python_version: 3.12
|
|
|
|
tox_envlist: py312
|
|
|
|
python_use_pyenv: True
|
2018-05-17 15:05:32 -04:00
|
|
|
|
|
|
|
- job:
|
2024-05-16 11:11:52 +00:00
|
|
|
name: glance-tox-py311-glance_store-tips
|
2018-05-17 15:05:32 -04:00
|
|
|
parent: glance-tox-glance_store-tips-base
|
|
|
|
description: |
|
2024-05-16 11:11:52 +00:00
|
|
|
Glance py311 unit tests vs. glance_store master
|
2018-05-17 15:05:32 -04:00
|
|
|
vars:
|
2024-05-16 11:11:52 +00:00
|
|
|
python_version: 3.11
|
|
|
|
tox_envlist: py311
|
2018-05-17 15:05:32 -04:00
|
|
|
|
|
|
|
- job:
|
2024-05-16 11:11:52 +00:00
|
|
|
name: glance-tox-functional-py312-glance_store-tips
|
2018-05-17 15:05:32 -04:00
|
|
|
parent: glance-tox-glance_store-tips-base
|
|
|
|
description: |
|
2024-05-16 11:11:52 +00:00
|
|
|
Glance py312 functional tests vs. glance_store master
|
|
|
|
nodeset: debian-bookworm
|
2018-05-17 15:05:32 -04:00
|
|
|
vars:
|
2024-05-16 11:11:52 +00:00
|
|
|
python_version: 3.12
|
|
|
|
tox_envlist: functional-py312
|
|
|
|
python_use_pyenv: True
|
2018-05-17 15:05:32 -04:00
|
|
|
|
|
|
|
- job:
|
2024-05-16 11:11:52 +00:00
|
|
|
name: glance-tox-functional-py311-glance_store-tips
|
2018-05-17 15:05:32 -04:00
|
|
|
parent: glance-tox-glance_store-tips-base
|
|
|
|
description: |
|
2024-05-16 11:11:52 +00:00
|
|
|
Glance py311 functional tests vs. glance_store master
|
2018-05-17 15:05:32 -04:00
|
|
|
vars:
|
2024-05-16 11:11:52 +00:00
|
|
|
python_version: 3.11
|
|
|
|
tox_envlist: functional-py311
|
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
|
2024-11-18 20:13:14 -08:00
|
|
|
nodeset: ubuntu-noble
|
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:
|
2024-05-16 11:11:52 +00:00
|
|
|
name: glance-tox-py312-cursive-tips
|
2018-05-17 15:05:32 -04:00
|
|
|
parent: glance-tox-cursive-tips-base
|
|
|
|
description: |
|
2024-05-16 11:11:52 +00:00
|
|
|
Glance py312 unit tests vs. cursive (and related libs) master
|
|
|
|
nodeset: debian-bookworm
|
2018-05-17 15:05:32 -04:00
|
|
|
vars:
|
2024-05-16 11:11:52 +00:00
|
|
|
python_version: 3.12
|
|
|
|
tox_envlist: py312
|
|
|
|
python_use_pyenv: True
|
2018-05-17 15:05:32 -04:00
|
|
|
|
|
|
|
- job:
|
2024-05-16 11:11:52 +00:00
|
|
|
name: glance-tox-py311-cursive-tips
|
2018-05-17 15:05:32 -04:00
|
|
|
parent: glance-tox-cursive-tips-base
|
|
|
|
description: |
|
2024-05-16 11:11:52 +00:00
|
|
|
Glance py311 unit tests vs. cursive (and related libs) master
|
2018-05-17 15:05:32 -04:00
|
|
|
vars:
|
2024-05-16 11:11:52 +00:00
|
|
|
python_version: 3.11
|
|
|
|
tox_envlist: py311
|
2018-05-17 15:05:32 -04:00
|
|
|
|
|
|
|
- job:
|
2024-05-16 11:11:52 +00:00
|
|
|
name: glance-tox-functional-py312-cursive-tips
|
2018-05-17 15:05:32 -04:00
|
|
|
parent: glance-tox-cursive-tips-base
|
|
|
|
description: |
|
2024-05-16 11:11:52 +00:00
|
|
|
Glance py312 functional tests vs. cursive (and related libs) master
|
|
|
|
nodeset: debian-bookworm
|
2018-05-17 15:05:32 -04:00
|
|
|
vars:
|
2024-05-16 11:11:52 +00:00
|
|
|
python_version: 3.12
|
|
|
|
tox_envlist: functional-py312
|
|
|
|
python_use_pyenv: True
|
2018-05-17 15:05:32 -04:00
|
|
|
|
|
|
|
- job:
|
2024-05-16 11:11:52 +00:00
|
|
|
name: glance-tox-functional-py311-cursive-tips
|
2018-05-17 15:05:32 -04:00
|
|
|
parent: glance-tox-cursive-tips-base
|
|
|
|
description: |
|
2024-05-16 11:11:52 +00:00
|
|
|
Glance py311 functional tests vs. cursive (and related libs) master
|
2018-05-17 15:05:32 -04:00
|
|
|
vars:
|
2024-05-16 11:11:52 +00:00
|
|
|
python_version: 3.11
|
|
|
|
tox_envlist: functional-py311
|
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
|
2024-07-03 22:38:03 +05:30
|
|
|
timeout: 10800
|
2020-07-15 10:22:55 -07:00
|
|
|
vars:
|
2023-08-23 06:53:31 +00:00
|
|
|
configure_swap_size: 8192
|
2023-09-06 09:38:49 +00:00
|
|
|
tempest_concurrency: 3
|
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:
|
2023-08-23 06:53:31 +00:00
|
|
|
python_interpreter: /opt/stack/data/venv/bin/python
|
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
|
2022-06-22 09:13:00 +00:00
|
|
|
test-config:
|
|
|
|
"$TEMPEST_CONFIG":
|
|
|
|
image:
|
|
|
|
image_caching_enabled: True
|
2020-07-15 10:22:55 -07:00
|
|
|
|
2023-11-20 06:03:31 +00:00
|
|
|
- job:
|
|
|
|
name: glance-centralized-cache
|
|
|
|
parent: tempest-integrated-storage-import
|
|
|
|
description: |
|
|
|
|
The regular job to test with glance centralized cache driver
|
|
|
|
vars:
|
|
|
|
devstack_local_conf:
|
|
|
|
post-config:
|
|
|
|
$GLANCE_API_CONF:
|
|
|
|
DEFAULT:
|
|
|
|
image_cache_driver: "centralized_db"
|
|
|
|
|
2023-11-22 06:36:36 +00:00
|
|
|
- job:
|
|
|
|
name: glance-grenade-centralized-cache
|
|
|
|
parent: grenade-multinode
|
|
|
|
description: |
|
|
|
|
Glance grenade multinode job where old glance will use
|
|
|
|
sqlite as cache driver and new glance will use centralized_db
|
|
|
|
as cache driver.
|
|
|
|
required-projects:
|
|
|
|
- opendev.org/openstack/grenade
|
|
|
|
- opendev.org/openstack/glance
|
|
|
|
vars:
|
|
|
|
# NOTE(abhishekk): We always want base devstack to install from
|
|
|
|
# stable/2023.2 where 'sqlite' is default cache driver, so that
|
|
|
|
# on upgrade we can verify that cache data is transferred from
|
|
|
|
# sqlite to central database. We will remove this job in 'E'
|
|
|
|
# cycle when 'sqlite' cache driver is removed from the glance.
|
|
|
|
grenade_from_branch: stable/2023.2
|
|
|
|
grenade_devstack_localrc:
|
|
|
|
shared:
|
|
|
|
GLANCE_STANDALONE: False
|
|
|
|
GLANCE_USE_IMPORT_WORKFLOW: True
|
|
|
|
devstack_local_conf:
|
|
|
|
test-config:
|
|
|
|
"$TEMPEST_CONFIG":
|
|
|
|
image:
|
|
|
|
image_caching_enabled: True
|
|
|
|
tox_envlist: all
|
|
|
|
tempest_test_regex: tempest.api.image.v2.admin.test_image_caching
|
|
|
|
|
2022-02-11 09:52:05 -05:00
|
|
|
- job:
|
2022-05-19 08:26:47 +00:00
|
|
|
name: glance-multistore-cinder-import
|
2022-05-23 08:17:55 +00:00
|
|
|
parent: tempest-integrated-storage-import
|
2022-02-11 09:52:05 -05:00
|
|
|
description: |
|
2022-05-23 08:17:55 +00:00
|
|
|
The regular import workflow job to test with multiple cinder stores
|
2022-02-11 09:52:05 -05:00
|
|
|
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
|
2023-05-18 20:08:55 -05:00
|
|
|
# Glance RBAC new defaults are tested by default so we need to test
|
|
|
|
# old defaults in some job.
|
|
|
|
GLANCE_ENFORCE_SCOPE: false
|
2022-02-11 09:52:05 -05:00
|
|
|
|
2024-11-07 08:43:01 +00:00
|
|
|
- job:
|
|
|
|
name: glance-s3-multistore
|
|
|
|
parent: tempest-integrated-storage-import
|
|
|
|
description: |
|
|
|
|
Just like the normal s3 job, but with glance multistore
|
|
|
|
timeout: 9000
|
|
|
|
vars:
|
|
|
|
devstack_localrc:
|
|
|
|
GLANCE_USE_S3: True
|
|
|
|
GLANCE_ENABLE_MULTIPLE_STORES: True
|
|
|
|
GLANCE_USE_IMPORT_WORKFLOW: True
|
|
|
|
GLANCE_LIMIT_IMAGE_SIZE_TOTAL: 2048
|
|
|
|
devstack_services:
|
|
|
|
c-bak: false
|
|
|
|
tls-proxy: false
|
|
|
|
s-account: true
|
|
|
|
s-container: true
|
|
|
|
s-object: true
|
|
|
|
s-proxy: true
|
|
|
|
s3api: true
|
|
|
|
openstack-cli-server: true
|
|
|
|
devstack_local_conf:
|
|
|
|
post-config:
|
|
|
|
$GLANCE_API_CONF:
|
|
|
|
DEFAULT:
|
|
|
|
enabled_backends: "cheap:file, s3_fast:s3, web:http"
|
|
|
|
cheap:
|
|
|
|
filesystem_store_datadir: /opt/stack/data/glance/images/
|
|
|
|
web:
|
|
|
|
https_insecure: false
|
|
|
|
os_glance_staging_store:
|
|
|
|
filesystem_store_datadir: /opt/stack/data/glance/os_glance_staging_store/
|
|
|
|
os_glance_tasks_store:
|
|
|
|
filesystem_store_datadir: /opt/stack/data/glance/os_glance_tasks_store/
|
|
|
|
|
2020-09-04 19:13:05 +00:00
|
|
|
- job:
|
2022-05-19 08:26:47 +00:00
|
|
|
name: glance-multistore-cinder-import-fips
|
2022-05-23 08:17:55 +00:00
|
|
|
parent: tempest-integrated-storage-import
|
2020-09-04 19:13:05 +00:00
|
|
|
description: |
|
2022-05-23 08:17:55 +00:00
|
|
|
The regular import workflow job to test with multiple cinder stores with
|
|
|
|
fips enabled
|
2022-05-08 22:30:11 +09:00
|
|
|
nodeset: devstack-single-node-centos-9-stream
|
2021-05-10 20:50:29 -04:00
|
|
|
pre-run: playbooks/enable-fips.yaml
|
2020-09-04 19:13:05 +00:00
|
|
|
vars:
|
2021-05-10 20:50:29 -04:00
|
|
|
configure_swap_size: 4096
|
2022-06-21 15:36:29 -04:00
|
|
|
nslookup_target: 'opendev.org'
|
2023-09-21 07:14:22 -07:00
|
|
|
devstack_local_conf:
|
|
|
|
post-config:
|
|
|
|
$GLANCE_API_CONF:
|
|
|
|
wsgi:
|
|
|
|
python_interpreter: $PYTHON
|
2020-09-04 19:13:05 +00:00
|
|
|
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
|
2023-08-31 17:04:01 +00:00
|
|
|
GLOBAL_VENV: false
|
2020-09-04 19:13:05 +00:00
|
|
|
|
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:
|
2023-09-06 09:38:49 +00:00
|
|
|
tempest_concurrency: 3
|
2020-08-20 07:27:20 -07:00
|
|
|
devstack_local_conf:
|
|
|
|
post-config:
|
|
|
|
$GLANCE_API_CONF:
|
|
|
|
glance_store:
|
|
|
|
rbd_thin_provisioning: True
|
|
|
|
|
2024-08-09 11:35:29 -07:00
|
|
|
# TODO(pdeore): Remove this jobs once Cinder enable the RBAC new defaults
|
|
|
|
# by default. All other services including glance enable new defaults by
|
|
|
|
# default.
|
2023-02-02 10:24:00 +00:00
|
|
|
- job:
|
|
|
|
name: tempest-integrated-storage-enforce-scope-new-defaults
|
|
|
|
parent: tempest-integrated-storage
|
2024-11-18 20:13:14 -08:00
|
|
|
nodeset: openstack-single-node-jammy
|
2023-02-02 10:24:00 +00:00
|
|
|
description: |
|
|
|
|
This job runs the Tempest tests with scope and new defaults enabled
|
|
|
|
Glance services.
|
2024-07-03 22:38:03 +05:30
|
|
|
timeout: 10800
|
2023-02-02 10:24:00 +00:00
|
|
|
vars:
|
2023-09-06 09:38:49 +00:00
|
|
|
tempest_concurrency: 3
|
2023-02-02 10:24:00 +00:00
|
|
|
devstack_localrc:
|
2023-05-18 20:08:55 -05:00
|
|
|
# Nova and glance scope and new defaults are enabled by default in
|
|
|
|
# Devstack so we do not need to explicitly set that to True.
|
2023-02-02 10:24:00 +00:00
|
|
|
CINDER_ENFORCE_SCOPE: true
|
|
|
|
|
2024-08-09 11:35:29 -07:00
|
|
|
# NOTE(gmann): Remove this job once Glance remove the RBAC old defaults.
|
|
|
|
- job:
|
|
|
|
name: tempest-integrated-storage-rbac-old-defaults
|
|
|
|
parent: tempest-integrated-storage
|
|
|
|
description: |
|
|
|
|
This job runs the Tempest tests with glance RBAC old defaults.
|
|
|
|
timeout: 10800
|
|
|
|
vars:
|
|
|
|
tempest_concurrency: 3
|
|
|
|
devstack_localrc:
|
|
|
|
GLANCE_ENFORCE_SCOPE: false
|
|
|
|
|
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
|
2022-09-14 17:19:29 +00:00
|
|
|
- openstack-python3-jobs
|
2022-08-29 11:45:09 +08:00
|
|
|
- openstack-python3-jobs-arm64
|
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:
|
2021-12-13 20:57:28 -06:00
|
|
|
- openstack-tox-functional-py39
|
2023-04-17 18:00:24 -04:00
|
|
|
- openstack-tox-functional-py310
|
2024-05-28 17:03:51 +02:00
|
|
|
- openstack-tox-functional-py312
|
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$
|
|
|
|
- ^.*\.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$
|
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
|
2023-02-02 10:24:00 +00:00
|
|
|
- tempest-integrated-storage-enforce-scope-new-defaults:
|
|
|
|
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
|
2022-05-19 08:26:47 +00:00
|
|
|
- glance-multistore-cinder-import:
|
2022-02-11 09:52:05 -05: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
|
2023-11-20 06:03:31 +00:00
|
|
|
- glance-centralized-cache:
|
|
|
|
voting: false
|
|
|
|
irrelevant-files: *tempest-irrelevant-files
|
2023-11-22 06:36:36 +00:00
|
|
|
- glance-grenade-centralized-cache:
|
|
|
|
voting: false
|
|
|
|
irrelevant-files: *tempest-irrelevant-files
|
2024-11-07 08:43:01 +00:00
|
|
|
- glance-s3-multistore:
|
|
|
|
voting: false
|
|
|
|
irrelevant-files: *tempest-irrelevant-files
|
2023-03-03 18:38:18 +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:
|
2021-12-13 20:57:28 -06:00
|
|
|
- openstack-tox-functional-py39
|
2023-04-17 18:00:24 -04:00
|
|
|
- openstack-tox-functional-py310
|
2024-05-28 17:03:51 +02:00
|
|
|
- openstack-tox-functional-py312
|
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
|
2023-02-02 10:24:00 +00:00
|
|
|
- tempest-integrated-storage-enforce-scope-new-defaults:
|
|
|
|
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
|
2022-03-01 13:08:31 -06:00
|
|
|
- grenade-skip-level:
|
|
|
|
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
|
2023-03-03 18:38:18 +00:00
|
|
|
- glance-secure-rbac-protection-functional
|
2018-03-08 14:35:32 -05:00
|
|
|
experimental:
|
|
|
|
jobs:
|
2024-05-16 11:11:52 +00:00
|
|
|
- glance-tox-py312-glance_store-tips
|
|
|
|
- glance-tox-py311-glance_store-tips
|
|
|
|
- glance-tox-functional-py312-glance_store-tips
|
|
|
|
- glance-tox-functional-py311-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
|
2022-05-19 08:26:47 +00:00
|
|
|
- glance-multistore-cinder-import-fips:
|
2022-03-14 12:56:22 +00:00
|
|
|
irrelevant-files: *tempest-irrelevant-files
|
2024-08-09 11:35:29 -07:00
|
|
|
- tempest-integrated-storage-rbac-old-defaults
|
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.
|
2024-05-16 11:11:52 +00:00
|
|
|
- glance-tox-functional-py312-oslo-tips:
|
2018-09-04 16:43:30 -04:00
|
|
|
branches: master
|
2024-05-16 11:11:52 +00:00
|
|
|
- glance-tox-functional-py311-oslo-tips:
|
2018-09-04 16:43:30 -04:00
|
|
|
branches: master
|
2024-05-16 11:11:52 +00:00
|
|
|
- glance-tox-py312-keystone-tips:
|
2018-09-04 16:43:30 -04:00
|
|
|
branches: master
|
2024-05-16 11:11:52 +00:00
|
|
|
- glance-tox-py311-keystone-tips:
|
2018-09-04 16:43:30 -04:00
|
|
|
branches: master
|
2024-05-16 11:11:52 +00:00
|
|
|
- glance-tox-functional-py312-keystone-tips:
|
2018-09-04 16:43:30 -04:00
|
|
|
branches: master
|
2024-05-16 11:11:52 +00:00
|
|
|
- glance-tox-functional-py311-keystone-tips:
|
2018-09-04 16:43:30 -04:00
|
|
|
branches: master
|
2024-05-16 11:11:52 +00:00
|
|
|
- glance-tox-py312-glance_store-tips:
|
2018-09-04 16:43:30 -04:00
|
|
|
branches: master
|
2024-05-16 11:11:52 +00:00
|
|
|
- glance-tox-py311-glance_store-tips:
|
2018-09-04 16:43:30 -04:00
|
|
|
branches: master
|
2024-05-16 11:11:52 +00:00
|
|
|
- glance-tox-functional-py312-glance_store-tips:
|
2018-09-04 16:43:30 -04:00
|
|
|
branches: master
|
2024-05-16 11:11:52 +00:00
|
|
|
- glance-tox-functional-py311-glance_store-tips:
|
2018-09-04 16:43:30 -04:00
|
|
|
branches: master
|
2024-05-16 11:11:52 +00:00
|
|
|
- glance-tox-py312-cursive-tips:
|
2018-09-04 16:43:30 -04:00
|
|
|
branches: master
|
2024-05-16 11:11:52 +00:00
|
|
|
- glance-tox-py311-cursive-tips:
|
2018-09-04 16:43:30 -04:00
|
|
|
branches: master
|
2024-05-16 11:11:52 +00:00
|
|
|
- glance-tox-functional-py312-cursive-tips:
|
2018-09-04 16:43:30 -04:00
|
|
|
branches: master
|
2024-05-16 11:11:52 +00:00
|
|
|
- glance-tox-functional-py311-cursive-tips:
|
2018-09-04 16:43:30 -04:00
|
|
|
branches: master
|
2022-05-19 08:26:47 +00:00
|
|
|
- glance-multistore-cinder-import-fips:
|
2022-03-14 12:56:22 +00:00
|
|
|
branches: master
|
2024-08-09 11:35:29 -07:00
|
|
|
- tempest-integrated-storage-rbac-old-defaults:
|
|
|
|
branches: master
|