Pin glance-tempest-plugin for yoga/xena jobs

To have compatible glance-tempest-plugin version for
stable/xena & stable/yoga testing, we need to pin
it with 0.3.0.

Since glance-tempest-plugin have only rbac tests and as
per SRbac support in glance branch wise, pinned the plugin
with the specific tag for stable branches by keeping job name
same with different branches which are mutually exclusive.

Change-Id: Ifa31c201707195bb081abbf254ecdd253a5faa14
This commit is contained in:
Pranali Deore 2022-09-12 06:35:31 +00:00
parent 770da7dd17
commit 4a614cade2
1 changed files with 14 additions and 1 deletions

View File

@ -2,11 +2,12 @@
name: glance-secure-rbac-protection-functional
parent: devstack-tempest
timeout: 4200
branches: ^(?!stable/(xena/yoga)).*$
required-projects:
- openstack/devstack-gate
- openstack/glance
- openstack/glance-tempest-plugin
vars:
vars: &rbac-protection-functional-vars
tox_envlist: all
tempest_test_regex: 'glance_tempest_plugin.tests.rbac'
devstack_localrc:
@ -21,6 +22,18 @@
DEFAULT:
default_log_levels: "amqp=WARN, amqplib=WARN, boto=WARN, qpid=WARN, sqlalchemy=WARN, suds=INFO, oslo.messaging=INFO, oslo_messaging=INFO, iso8601=WARN, requests.packages.urllib3.connectionpool=WARN, urllib3.connectionpool=WARN, websocket=WARN, requests.packages.urllib3.util.retry=WARN, urllib3.util.retry=WARN, keystonemiddleware=WARN, routes.middleware=WARN, stevedore=WARN, taskflow=WARN, keystoneauth=WARN, oslo.cache=INFO, dogpile.core.dogpile=INFO, oslo_policy=DEBUG"
- job:
name: glance-secure-rbac-protection-functional
parent: devstack-tempest
timeout: 4200
branches: ^(stable/(xena|yoga)).*$
required-projects:
- openstack/devstack-gate
- openstack/glance
- name: openstack/glance-tempest-plugin
override-checkout: 0.3.0
vars: *rbac-protection-functional-vars
- job:
name: glance-legacy-rbac-protection-functional
parent: devstack-tempest