Merge branch 'andrey-add-latest-chrome' into 'master'

Add chrome 110 and update e2e images

See merge request https://gitlab.com/gitlab-org/gitlab-build-images/-/merge_requests/649

Merged-by: Rémy Coutable <remy@rymai.me>
Approved-by: Rémy Coutable <remy@rymai.me>
Reviewed-by: Rémy Coutable <remy@rymai.me>
Co-authored-by: Andrejs Cunskis <acunskis@gitlab.com>
This commit is contained in:
Rémy Coutable 2023-03-02 12:59:38 +00:00
commit ebf8e329f2
2 changed files with 5 additions and 1 deletions

View file

@ -33,7 +33,7 @@ e2e-chrome:
parallel:
matrix:
- RUBY: ['2.7', '3.0']
CHROME: ['106', '109']
CHROME: ['109', '110']
# Image used for running full e2e test suite
e2e-full:

View file

@ -94,6 +94,10 @@ function print_chrome_args() {
CHROME_VERSION=109.0.5414.119-1
CHROMIUM_VERSION=109.0.5414.74-2
;;
110|110.0)
CHROME_VERSION=110.0.5481.177-1
CHROMIUM_VERSION=$CHROME_VERSION
;;
*) fail "Unknown chrome version $1" ;;
esac
printf -- "--build-arg CHROME_VERSION=%s " "$CHROME_VERSION"