e2138467d6
The legacy test installed chromium and xvfb as well and started it, add these back in for the run-test job. Closes-Bug: #1731421 Change-Id: I40b7d019551c227e4b8a0e11366b1ce448d5bbed Co-Authored-By: Akihiro Motoki <amotoki@gmail.com>
13 lines
333 B
YAML
13 lines
333 B
YAML
- hosts: all
|
|
roles:
|
|
- role: bindep
|
|
bindep_profile: test
|
|
bindep_dir: "{{ zuul_work_dir }}"
|
|
- test-setup
|
|
- install-nodejs
|
|
# nodejs-test-dependencies requires sudo,
|
|
# so we cannot inherit pre.yaml from javascript-base.
|
|
- nodejs-test-dependencies
|
|
- revoke-sudo
|
|
- install-javascript-packages
|