Merge "Set Nodeset to debian-bullseye for npm, integration and selenium job"

This commit is contained in:
Zuul 2022-12-04 03:23:18 +00:00 committed by Gerrit Code Review
commit 217d94d333
5 changed files with 7 additions and 6 deletions

View File

@ -10,7 +10,7 @@
- job:
name: horizon-selenium-headless
parent: horizon-openstack-tox-base
nodeset: ubuntu-focal
nodeset: debian-bullseye
pre-run: playbooks/horizon-selenium-headless/pre.yaml
vars:
tox_envlist: selenium-headless

View File

@ -6,7 +6,7 @@
vars:
node_version: 18
tox_constraints_file: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/requirements'].src_dir }}/upper-constraints.txt"
nodeset: ubuntu-focal
nodeset: debian-bullseye
pre-run: playbooks/horizon-nodejs/pre.yaml
required-projects:
- openstack/horizon
@ -21,7 +21,7 @@
node_version: 18
tox_constraints_file: "{{ ansible_user_dir }}/{{ zuul.projects['opendev.org/openstack/requirements'].src_dir }}/upper-constraints.txt"
pre-run: playbooks/horizon-nodejs/pre.yaml
nodeset: ubuntu-focal
nodeset: debian-bullseye
required-projects:
- openstack/horizon
- openstack/requirements

View File

@ -1,7 +1,7 @@
- job:
name: horizon-integration-tests
parent: devstack
nodeset: openstack-single-node-focal
nodeset: devstack-single-node-debian-bullseye
pre-run: playbooks/horizon-devstack-integration/pre.yaml
run: playbooks/horizon-devstack-integration/run.yaml
post-run: playbooks/horizon-devstack-integration/post.yaml

View File

@ -1,6 +1,7 @@
# selenium tests
ffmpeg [selenium]
firefox [selenium]
firefox [selenium platform:ubuntu]
firefox-esr [selenium platform:debian]
xvfb [selenium platform:dpkg]
# already part of xorg-x11-server on openSUSE
xorg-x11-server-Xvfb [selenium platform:redhat]

View File

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