f0ab144aaf
stable/2023.1 is planned to be in unmaintained state[1] and with python 3.8 drop from Tempest[2], we have to pin the Tempest for stable/2023.1 testing[3]. This means Tempest and its plugin master does not need to support stable/2023.1. With that we can remove the stable/2023.1 jobs from tempest plugin master jobs. [1] https://lists.openstack.org/archives/list/openstack-discuss@> [2] https://review.opendev.org/c/openstack/tempest/+/933398 [3] https://review.opendev.org/c/openstack/devstack/+/933704 Change-Id: I738701d964baff7865b1841277fbbc9483906d79
157 lines
4.4 KiB
YAML
157 lines
4.4 KiB
YAML
- job:
|
|
name: zaqar-tempest-plugin-base
|
|
abstract: true
|
|
parent: devstack-tempest
|
|
description: |
|
|
Abstract base tempest job for zaqar tempest plugin
|
|
required-projects: &zaqar-plugin-required-projects
|
|
- opendev.org/openstack/python-zaqarclient
|
|
- opendev.org/openstack/zaqar
|
|
- opendev.org/openstack/zaqar-tempest-plugin
|
|
vars: &zaqar-plugin-vars
|
|
devstack_plugins:
|
|
zaqar: https://opendev.org/openstack/zaqar
|
|
devstack_services:
|
|
# probably other services can be disabled;
|
|
# the old legacy job only uses mysql, keystone, zaqar and tempest
|
|
s-account: false
|
|
s-container: false
|
|
s-object: false
|
|
s-proxy: false
|
|
c-bak: false
|
|
tempest_plugins:
|
|
- zaqar-tempest-plugin
|
|
tempest_test_regex: zaqar_tempest_plugin.tests
|
|
tox_envlist: all
|
|
irrelevant-files: &zaqar-irrelevant-files
|
|
- ^(test-|)requirements.txt$
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^zaqar/hacking/.*$
|
|
- ^zaqar/tests/.*$
|
|
- ^releasenotes/.*$
|
|
- ^setup.cfg$
|
|
- ^tox.ini$
|
|
|
|
- job:
|
|
name: zaqar-tempest-plugin-base-ipv6
|
|
abstract: true
|
|
parent: devstack-tempest-ipv6
|
|
description: |
|
|
Abstract base tempest job for zaqar tempest plugin (IPv6-based)
|
|
required-projects: *zaqar-plugin-required-projects
|
|
vars: *zaqar-plugin-vars
|
|
irrelevant-files: *zaqar-irrelevant-files
|
|
|
|
- job:
|
|
name: zaqar-tempest-plugin-mongodb
|
|
parent: zaqar-tempest-plugin-base
|
|
vars:
|
|
devstack_localrc:
|
|
ZAQAR_BACKEND: mongodb
|
|
|
|
- job:
|
|
name: zaqar-tempest-plugin-mongodb-2024-2
|
|
parent: zaqar-tempest-plugin-mongodb
|
|
nodeset: openstack-single-node-jammy
|
|
override-checkout: stable/2024.2
|
|
|
|
- job:
|
|
name: zaqar-tempest-plugin-mongodb-2024-1
|
|
parent: zaqar-tempest-plugin-mongodb
|
|
nodeset: openstack-single-node-jammy
|
|
override-checkout: stable/2024.1
|
|
|
|
- job:
|
|
name: zaqar-tempest-plugin-mongodb-2023-2
|
|
parent: zaqar-tempest-plugin-mongodb
|
|
nodeset: openstack-single-node-jammy
|
|
override-checkout: stable/2023.2
|
|
|
|
- job:
|
|
name: zaqar-tempest-plugin-redis
|
|
parent: zaqar-tempest-plugin-base
|
|
vars:
|
|
devstack_localrc:
|
|
ZAQAR_BACKEND: redis
|
|
|
|
- job:
|
|
name: zaqar-tempest-plugin-redis-2024-2
|
|
parent: zaqar-tempest-plugin-redis
|
|
nodeset: openstack-single-node-jammy
|
|
override-checkout: stable/2024.2
|
|
|
|
- job:
|
|
name: zaqar-tempest-plugin-redis-2024-1
|
|
parent: zaqar-tempest-plugin-redis
|
|
nodeset: openstack-single-node-jammy
|
|
override-checkout: stable/2024.1
|
|
|
|
- job:
|
|
name: zaqar-tempest-plugin-redis-2023-2
|
|
parent: zaqar-tempest-plugin-redis
|
|
nodeset: openstack-single-node-jammy
|
|
override-checkout: stable/2023.2
|
|
|
|
- job:
|
|
name: zaqar-tempest-plugin-swift
|
|
parent: zaqar-tempest-plugin-base
|
|
vars: &zaqar-tempest-swift-vars
|
|
devstack_localrc:
|
|
ZAQAR_BACKEND: swift
|
|
devstack_services:
|
|
s-account: true
|
|
s-container: true
|
|
s-object: true
|
|
s-proxy: true
|
|
|
|
- job:
|
|
name: zaqar-tempest-plugin-swift-2024-2
|
|
parent: zaqar-tempest-plugin-swift
|
|
nodeset: openstack-single-node-jammy
|
|
override-checkout: stable/2024.2
|
|
|
|
- job:
|
|
name: zaqar-tempest-plugin-swift-2024-1
|
|
parent: zaqar-tempest-plugin-swift
|
|
nodeset: openstack-single-node-jammy
|
|
override-checkout: stable/2024.1
|
|
|
|
- job:
|
|
name: zaqar-tempest-plugin-swift-2023-2
|
|
parent: zaqar-tempest-plugin-swift
|
|
nodeset: openstack-single-node-jammy
|
|
override-checkout: stable/2023.2
|
|
|
|
- job:
|
|
name: zaqar-tempest-plugin-swift-ipv6
|
|
parent: zaqar-tempest-plugin-base-ipv6
|
|
vars: *zaqar-tempest-swift-vars
|
|
|
|
- project:
|
|
queue: zaqar
|
|
templates:
|
|
- check-requirements
|
|
- tempest-plugin-jobs
|
|
check:
|
|
jobs:
|
|
- zaqar-tempest-plugin-mongodb
|
|
- zaqar-tempest-plugin-mongodb-2023-2
|
|
- zaqar-tempest-plugin-mongodb-2024-1
|
|
- zaqar-tempest-plugin-mongodb-2024-2
|
|
- zaqar-tempest-plugin-redis
|
|
- zaqar-tempest-plugin-redis-2023-2
|
|
- zaqar-tempest-plugin-redis-2024-1
|
|
- zaqar-tempest-plugin-redis-2024-2
|
|
- zaqar-tempest-plugin-swift
|
|
- zaqar-tempest-plugin-swift-2023-2
|
|
- zaqar-tempest-plugin-swift-2024-1
|
|
- zaqar-tempest-plugin-swift-2024-2
|
|
- zaqar-tempest-plugin-swift-ipv6
|
|
gate:
|
|
jobs:
|
|
- zaqar-tempest-plugin-mongodb
|
|
- zaqar-tempest-plugin-redis
|
|
- zaqar-tempest-plugin-swift
|
|
- zaqar-tempest-plugin-swift-ipv6
|