5334331b20
As zed is released, we should add its job on master gate to keep branchless tempest plugins compatible to stable branch. Ref: Tempest plugins guide for stable branch testing: - https://docs.openstack.org/tempest/latest/stable_branch_testing_policy.html Change-Id: Ie8a57fa9e5ef8bef775b8ab78b7d04bceaf795ed
91 lines
2.4 KiB
YAML
91 lines
2.4 KiB
YAML
- project:
|
|
queue: blazar
|
|
templates:
|
|
- tempest-plugin-jobs
|
|
- check-requirements
|
|
- publish-openstack-docs-pti
|
|
check:
|
|
jobs:
|
|
- blazar-tempest-plugin-base
|
|
- blazar-tempest-plugin-ipv6-only
|
|
- blazar-tempest-plugin-zed
|
|
- blazar-tempest-plugin-yoga
|
|
- blazar-tempest-plugin-xena
|
|
- blazar-tempest-plugin-wallaby
|
|
gate:
|
|
jobs:
|
|
- blazar-tempest-plugin-base
|
|
|
|
- job:
|
|
name: blazar-tempest-plugin-base
|
|
description: |
|
|
This is a base devstack job for Blazar.
|
|
Former names for this job were:
|
|
* blazar-devstack-dsvm
|
|
parent: devstack-tempest
|
|
required-projects: &blazar_required_projects
|
|
- opendev.org/openstack/blazar
|
|
- opendev.org/openstack/blazar-nova
|
|
- opendev.org/openstack/python-blazarclient
|
|
- opendev.org/openstack/blazar-tempest-plugin
|
|
host-vars:
|
|
controller:
|
|
devstack_plugins:
|
|
blazar: https://opendev.org/openstack/blazar
|
|
vars: &blazar_base_vars
|
|
tempest_test_regex: '^blazar_tempest_plugin'
|
|
tox_envlist: all
|
|
devstack_services:
|
|
blazar: true
|
|
blazar-a: true
|
|
blazar-m: true
|
|
tempest_plugins:
|
|
- blazar-tempest-plugin
|
|
tempest_concurrency: 1
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^releasenotes/.*$
|
|
|
|
- job:
|
|
name: blazar-tempest-plugin-ipv6-only
|
|
description: |
|
|
This is a base IPv6 devstack job for Blazar
|
|
Former names for this job were:
|
|
* blazar-devstack-dsvm-ipv6-only
|
|
parent: devstack-tempest-ipv6
|
|
required-projects: *blazar_required_projects
|
|
host-vars:
|
|
controller:
|
|
devstack_plugins:
|
|
blazar: https://opendev.org/openstack/blazar
|
|
vars: *blazar_base_vars
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^releasenotes/.*$
|
|
|
|
- job:
|
|
name: blazar-tempest-plugin-zed
|
|
parent: blazar-tempest-plugin-base
|
|
nodeset: openstack-single-node-focal
|
|
override-checkout: stable/zed
|
|
|
|
- job:
|
|
name: blazar-tempest-plugin-yoga
|
|
parent: blazar-tempest-plugin-base
|
|
nodeset: openstack-single-node-focal
|
|
override-checkout: stable/yoga
|
|
|
|
- job:
|
|
name: blazar-tempest-plugin-xena
|
|
parent: blazar-tempest-plugin-base
|
|
nodeset: openstack-single-node-focal
|
|
override-checkout: stable/xena
|
|
|
|
- job:
|
|
name: blazar-tempest-plugin-wallaby
|
|
parent: blazar-tempest-plugin-base
|
|
nodeset: openstack-single-node-focal
|
|
override-checkout: stable/wallaby
|