From bebc8dad2fdcd8d766ca7a1f529c5afab9b9e203 Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Tue, 22 Nov 2022 22:41:34 +0530 Subject: [PATCH] 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 --- .zuul.d/base.yaml | 1 + .zuul.d/tempest-and-integrated.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.zuul.d/base.yaml b/.zuul.d/base.yaml index f6aa713601..06f8fd3a18 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 df2e9b52ab..c33578af0f 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