summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormanchandavishal <manchandavishal143@gmail.com>2022-11-22 22:41:34 +0530
committerVishal Manchanda <manchandavishal143@gmail.com>2022-11-22 18:50:35 +0000
commitbebc8dad2fdcd8d766ca7a1f529c5afab9b9e203 (patch)
tree145fd7f7a8668749ec40d19de313d4074e5f54f4
parentc319118d7d18a34bd73584b750fe40f3ccafb965 (diff)
downloadhorizon-bebc8dad2fdcd8d766ca7a1f529c5afab9b9e203.tar.gz
Set Nodeset to ubuntu-focal for integration and selenium job
As openstack-tox jobs migrated from ubuntu focal to ubuntu jammy[1]. So horizon integration and selenium-headless jobs start failing. This patch changes the nodeset for both these jobs to ubuntu focal as a workaround to unblock the CI. [1] https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/861116 Related-Bug: #1996638 Change-Id: I674d7d3a8e1b34229fd5ef0285153e13324d3417
-rw-r--r--.zuul.d/base.yaml1
-rw-r--r--.zuul.d/tempest-and-integrated.yaml1
2 files changed, 2 insertions, 0 deletions
diff --git a/.zuul.d/base.yaml b/.zuul.d/base.yaml
index f6aa71360..06f8fd3a1 100644
--- a/.zuul.d/base.yaml
+++ b/.zuul.d/base.yaml
@@ -10,6 +10,7 @@
- job:
name: horizon-selenium-headless
parent: horizon-openstack-tox-base
+ nodeset: ubuntu-focal
pre-run: playbooks/horizon-selenium-headless/pre.yaml
vars:
tox_envlist: selenium-headless
diff --git a/.zuul.d/tempest-and-integrated.yaml b/.zuul.d/tempest-and-integrated.yaml
index df2e9b52a..c33578af0 100644
--- a/.zuul.d/tempest-and-integrated.yaml
+++ b/.zuul.d/tempest-and-integrated.yaml
@@ -1,6 +1,7 @@
- job:
name: horizon-integration-tests
parent: devstack
+ nodeset: openstack-single-node-focal
pre-run: playbooks/horizon-devstack-integration/pre.yaml
run: playbooks/horizon-devstack-integration/run.yaml
post-run: playbooks/horizon-devstack-integration/post.yaml