From 8252a7d54e48f72d2e6e91a5aa23a3219f42c38c Mon Sep 17 00:00:00 2001 From: Tim Burke Date: Thu, 18 Jan 2024 16:01:40 -0800 Subject: [PATCH] Fix tempest-full job Also, Use an alias to reduce some duplication. Change-Id: I11c19ab657ef0dfea5d6929ce937791b82e86941 --- .zuul.yaml | 36 +++++------------------------------- 1 file changed, 5 insertions(+), 31 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 08ee757f..90564c9a 100644 --- a/.zuul.yaml +++ b/.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