summaryrefslogtreecommitdiff
path: root/roles/setup-selenium-tests
diff options
context:
space:
mode:
authormanchandavishal <manchandavishal143@gmail.com>2022-11-23 23:01:57 +0530
committerVishal Manchanda <manchandavishal143@gmail.com>2022-11-29 17:00:31 +0000
commit9a43c7964d0bb9a210c85cf803357ee3915fe2dc (patch)
treefc6863a8753fd2dc69221b4cb45df02c8b41c41c /roles/setup-selenium-tests
parentbebc8dad2fdcd8d766ca7a1f529c5afab9b9e203 (diff)
downloadhorizon-9a43c7964d0bb9a210c85cf803357ee3915fe2dc.tar.gz
Set Nodeset to debian-bullseye for npm, integration and selenium job
This patch changes nodeset to "debian-bullseye" from "ubuntu-focal" for horizon-selenium-headless, horizon-nodejs, and horizon-integration-tests jobs. Debian bullseye is also a runtime for the 2023.1 cycle as mentioned here [1]. Right now if we change nodeset to "ubuntu-jammy" all of the above jobs start failing. One possible solution to run these jobs on "ubuntu-jammy" nodeset is to install firefox as a deb. package instead of using snap as discussed here [2]. We can switch nodeset to "ubuntu-jammy" in the future once the firefox issue with snap is fixed [3]. Also geckodriver version is upadted to latest(i.e. v0.32.0) to include latest bug fix. [1] https://governance.openstack.org/tc/reference/runtimes/2023.1.html [2] https://meetings.opendev.org/irclogs/%23openstack-infra/%23openstack-infra.2022-11-23.log.html#t2022-11-23T14:15:08 [3] https://bugs.launchpad.net/ubuntu/+source/snapd/+bug/1951491 Depends-On: https://review.opendev.org/c/zuul/zuul-jobs/+/865459 Related-Bug: #1996638 Change-Id: Ic50fbb8b29fc5dec42d1a5e94095c9777c7d5fb6
Diffstat (limited to 'roles/setup-selenium-tests')
-rw-r--r--roles/setup-selenium-tests/defaults/main.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/setup-selenium-tests/defaults/main.yaml b/roles/setup-selenium-tests/defaults/main.yaml
index 97ee57cc6..fcbc59a25 100644
--- a/roles/setup-selenium-tests/defaults/main.yaml
+++ b/roles/setup-selenium-tests/defaults/main.yaml
@@ -1,2 +1,2 @@
---
-geckodriver_url: "https://github.com/mozilla/geckodriver/releases/download/v0.27.0/geckodriver-v0.27.0-linux64.tar.gz"
+geckodriver_url: "https://github.com/mozilla/geckodriver/releases/download/v0.32.0/geckodriver-v0.32.0-linux64.tar.gz"