diff --git a/playbooks/roles/run-selenium/tasks/main.yaml b/playbooks/roles/run-selenium/tasks/main.yaml index 24b0758a87..e3cd2701e2 100644 --- a/playbooks/roles/run-selenium/tasks/main.yaml +++ b/playbooks/roles/run-selenium/tasks/main.yaml @@ -2,4 +2,4 @@ shell: executable: /bin/sh cmd: | - docker run -d --network="host" -v /dev/shm:/dev/shm selenium/standalone-firefox:4.0.0-beta-1-prerelease-20201202 + docker run -d --network="host" -v /dev/shm:/dev/shm selenium/standalone-firefox:latest diff --git a/zuul.d/system-config-run.yaml b/zuul.d/system-config-run.yaml index 14fb350b4a..9ed0bc9873 100644 --- a/zuul.d/system-config-run.yaml +++ b/zuul.d/system-config-run.yaml @@ -547,6 +547,7 @@ - playbooks/roles/codesearch/ - playbooks/roles/install-docker/ - playbooks/roles/pip3/ + - playbooks/roles/run-selenium/ - docker/hound/ - testinfra/test_codesearch.py @@ -649,6 +650,7 @@ # From haproxy-statsd_files -- If we rebuild the image, we want # to run this job as well. - docker/haproxy-statsd/ + - playbooks/roles/run-selenium/ - job: name: system-config-run-grafana @@ -677,6 +679,7 @@ - playbooks/roles/grafana/ - playbooks/roles/install-docker/ - playbooks/roles/pip3/ + - playbooks/roles/run-selenium/ - testinfra/test_grafana.py - job: @@ -798,6 +801,7 @@ - playbooks/roles/lodgeit - playbooks/roles/install-docker/ - playbooks/roles/pip3/ + - playbooks/roles/run-selenium/ - playbooks/test-paste.yaml - testinfra/test_paste.py @@ -983,6 +987,7 @@ - playbooks/rename_repos.yaml - inventory/service/group_vars/review.yaml - playbooks/roles/pip3/ + - playbooks/roles/run-selenium/ - playbooks/roles/install-docker/ - playbooks/roles/letsencrypt - playbooks/roles/gerrit/