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
This commit is contained in:
Jeremy Stanley 2020-10-16 18:18:19 +00:00
parent 16f19608c4
commit 1208f4b3dd
1 changed files with 6 additions and 0 deletions

View File

@ -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