commit 1208f4b3dd82f68093da5e564e176072597885f0 Author: Jeremy Stanley Date: Fri Oct 16 18:18:19 2020 +0000 Run tempest-full for stable/train The tempest-full job runs Python 2.7 (as opposed to tempest-full-py3) so will want to install Python library packages which have been dropped in Focal in favor of their python3-.* replacements. Switch this job to use stable/train branches of required projects as they still expected 2.7 to work, and as a side effect this will cause the appropriate nodeset to be chosen automatically. Change-Id: Id95eaae9351e8664aa1fa48a7b4bf59e4c463834 diff --git a/.zuul.yaml b/.zuul.yaml index a4156aa..ba9b3fa 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -119,11 +119,17 @@ jobs: - pbr-installation-openstack - pbr-installation-openstack-pip-dev + - tempest-full: + override-checkout: stable/train gate: jobs: - pbr-installation-openstack - pbr-installation-openstack-pip-dev + - tempest-full: + override-checkout: stable/train periodic: jobs: - pbr-installation-openstack - pbr-installation-openstack-pip-dev + - tempest-full: + override-checkout: stable/train