Commit Graph

3 Commits

Author SHA1 Message Date
Scott Poore 4444771a3e Tests: Force epel8 to install chromium
Currently epel repo configs are using releasever which is set to 9.
This is causing dnf failures looking for a repo which doesn't exist.
We need to force releasever to 8 in order to install chromium needed for
the gating tests.

Resolves: rhbz#1984553
2021-08-06 09:39:49 -05:00
Scott Poore aa84b54aad Fix npm install issue to finalize speed test fix
npm 7+ fails to install chrome-remote-interface because the package.json
dependencies do not work with newer version of npm.  This is not needed
to run the tests so we move package.json out of the way before running
npm install of chrome-remote-interface.

This is blocking the resolution of the testZoomSpeedControls issue.

Resolves: rhbz#1961246
2021-07-01 10:55:56 -05:00
Scott Poore 0334322c36 Add gating.yaml and tests for RHEL9
We need RHEL9 builds to be gated.

Resolves: rhbz#1957501
2021-05-18 14:30:57 -05:00