CI: Move probe tests to centos 9 stream

Pin selenium to 3.x for now, until we can run down the issues with 4.x
Change-Id: I596415d17f77f48a6e8a63a61b734a8ca0865847
This commit is contained in:
Tim Burke
2023年06月21日 10:21:32 -07:00
parent af15ad53fb
commit 1c03d58643

View File

@@ -22,13 +22,13 @@
name:pip
extra_args:--upgrade
- name:install rsync-daemon - CentOS 8
- name:install rsync-daemon - CentOS 8, 9
package:
name:rsync-daemon
state:present
when:
- ansible_facts['distribution'] == "CentOS"
- ansible_facts['distribution_major_version'] == "8"
- ansible_facts['distribution_major_version'] != "7"
- name:install python modules with pip
pip:name={{ item }} state=present extra_args='--upgrade'

View File

@@ -7,7 +7,7 @@
state:present
- name:install selenium
pip:
name:selenium
name:'selenium<4'
state:present
- name:install firefox
yum:
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.