Merge branch 'vs/bump-chrome-version-customersdot' into 'master'

Bump Chrome to 119 for CustomersDot

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

Merged-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Approved-by: Balasankar 'Balu' C <balasankar@gitlab.com>
Co-authored-by: Vitaly Slobodin <vslobodin@gitlab.com>
This commit is contained in:
Balasankar 'Balu' C 2023-11-06 12:20:01 +00:00
commit d9aec652c5
2 changed files with 6 additions and 2 deletions

View file

@ -15,7 +15,7 @@ customers:
variables:
RUBY: '3.2'
LFS: '2.9'
CHROME: '111'
CHROME: '119'
NODE: '18.17'
YARN: '1.22'
POSTGRESQL: '12'
@ -30,7 +30,7 @@ customers-qa-assets:
- .customers
variables:
RUBY: '3.2'
CHROME: '111'
CHROME: '119'
NODE: '18.17'
YARN: '1.22'
GIT: '2.36'

View file

@ -104,6 +104,10 @@ function print_chrome_args() {
CHROME_VERSION=117.0.5938.92-1
CHROMIUM_VERSION=117.0.5938.62-1
;;
119|119.0)
CHROME_VERSION=119.0.6045.105-1
CHROMIUM_VERSION=119.0.6045.105-1
;;
*) fail "Unknown chrome version $1" ;;
esac
printf -- "--build-arg CHROME_VERSION=%s " "$CHROME_VERSION"