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
This commit is contained in:
manchandavishal 2022-11-22 22:41:34 +05:30 committed by Vishal Manchanda
parent c319118d7d
commit bebc8dad2f
2 changed files with 2 additions and 0 deletions

View File

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

View File

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