Merge branch 'bump-chrome-version' into 'master'

Update chrome version to 108

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

Merged-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Approved-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Co-authored-by: Andrejs Cunskis <acunskis@gitlab.com>
This commit is contained in:
Balasankar 'Balu' C 2023-01-09 04:51:13 +00:00
commit ff484a3c91
3 changed files with 5 additions and 2 deletions

View file

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

View file

@ -18,7 +18,7 @@ gitlab:
GOLANG: ['1.18', '1.19']
RUST: ['1.65.0']
NODE: ['16.14', '18.12']
CHROME: ['106', '107']
CHROME: ['106', '108']
# Used by GitLab's compile-production-assets and compile-test-assets jobs
gitlab-assets:

View file

@ -85,6 +85,9 @@ function print_chrome_args() {
107|107.0)
CHROME_VERSION=107.0.5304.87-1
;;
108|108.0)
CHROME_VERSION=108.0.5359.94-1
;;
*) fail "Unknown chrome version $1" ;;
esac
printf -- "--build-arg CHROME_VERSION=%s " "$CHROME_VERSION"