Add Firefox browser role for horizon nodejs job

This patch adds Firefox browser role in
``roles/nodejs-test-dependencies/tasks/main.yaml`` so that horizon
nodejs jobs can run with Firefox browser because as of now horizon
nodejs jobs fail with chromium-browser due to not able to access
some URL. So it is better to run these jobs with Firefox to unblock
the gate then we can investigate further how to fix it with chromium
browser.

Change-Id: I4063d88a7dfe30bef7cbbbfbbc1ac9790686ca8b
This commit is contained in:
manchandavishal 2020-12-11 15:12:27 +00:00
parent 5b3a48e73b
commit 77833088f2
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@
name: chromium-browser
become: true
- name: Install firefox
apt:
name: firefox
become: true
- name: Install xvfb
apt:
name: xvfb