Fix tempest-full job
Also, Use an alias to reduce some duplication. Change-Id: I11c19ab657ef0dfea5d6929ce937791b82e86941
This commit is contained in:
parent
11151154b9
commit
8252a7d54e
36
.zuul.yaml
36
.zuul.yaml
@ -130,7 +130,7 @@
|
||||
- pbr-installation-openstack
|
||||
- pbr-installation-openstack-focal
|
||||
- pbr-installation-openstack-pip-dev
|
||||
- tempest-full:
|
||||
- tempest-full: &py2-tempest-overrides
|
||||
# Default to stable/train as we want to integration test PBR
|
||||
# against python2.7 and train is the last 2.7 release.
|
||||
override-checkout: stable/train
|
||||
@ -143,6 +143,8 @@
|
||||
override-checkout: train-eol
|
||||
- name: opendev.org/openstack/nova
|
||||
override-checkout: train-eol
|
||||
- name: opendev.org/openstack/glance
|
||||
override-checkout: train-eol
|
||||
vars:
|
||||
tox_envlist: smoke
|
||||
gate:
|
||||
@ -157,37 +159,9 @@
|
||||
- pbr-installation-openstack
|
||||
- pbr-installation-openstack-focal
|
||||
- pbr-installation-openstack-pip-dev
|
||||
- tempest-full:
|
||||
# Default to stable/train as we want to integration test PBR
|
||||
# against python2.7 and train is the last 2.7 release.
|
||||
override-checkout: stable/train
|
||||
# Provide tag specific overrides for projects that have dropped
|
||||
# train.
|
||||
required-projects:
|
||||
- name: opendev.org/openstack/placement
|
||||
override-checkout: train-eol
|
||||
- name: opendev.org/openstack/neutron
|
||||
override-checkout: train-eol
|
||||
- name: opendev.org/openstack/nova
|
||||
override-checkout: train-eol
|
||||
vars:
|
||||
tox_envlist: smoke
|
||||
- tempest-full: *py2-tempest-overrides
|
||||
periodic:
|
||||
jobs:
|
||||
- pbr-installation-openstack
|
||||
- pbr-installation-openstack-pip-dev
|
||||
- tempest-full:
|
||||
# Default to stable/train as we want to integration test PBR
|
||||
# against python2.7 and train is the last 2.7 release.
|
||||
override-checkout: stable/train
|
||||
# Provide tag specific overrides for projects that have dropped
|
||||
# train.
|
||||
required-projects:
|
||||
- name: opendev.org/openstack/placement
|
||||
override-checkout: train-eol
|
||||
- name: opendev.org/openstack/neutron
|
||||
override-checkout: train-eol
|
||||
- name: opendev.org/openstack/nova
|
||||
override-checkout: train-eol
|
||||
vars:
|
||||
tox_envlist: smoke
|
||||
- tempest-full: *py2-tempest-overrides
|
||||
|
Loading…
Reference in New Issue
Block a user