summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Stanley <fungi@yuggoth.org>2020-10-16 18:18:19 +0000
committerJeremy Stanley <fungi@yuggoth.org>2020-10-16 19:26:58 +0000
commit1208f4b3dd82f68093da5e564e176072597885f0 (patch)
tree934df682ad31e98e586a930baf02c862e2d22b3d
parent16f19608c446db67e2ad0950a3209078ec6be18b (diff)
downloadpbr-1208f4b3dd82f68093da5e564e176072597885f0.tar.gz
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
-rw-r--r--.zuul.yaml6
1 files changed, 6 insertions, 0 deletions
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