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:
3 changed files with 13 additions and 13 deletions
@@ -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'
@@ -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
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.