mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Add chrome 113 version
This commit is contained in:
parent
f035933a1b
commit
c7ba5ff86c
3 changed files with 6 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ e2e-chrome:
|
||||||
matrix:
|
matrix:
|
||||||
- RUBY: ['2.7', '3.0', '3.1', '3.2']
|
- RUBY: ['2.7', '3.0', '3.1', '3.2']
|
||||||
BUNDLER: ['2.3', '2.4']
|
BUNDLER: ['2.3', '2.4']
|
||||||
CHROME: ['109', '110']
|
CHROME: ['110', '113']
|
||||||
|
|
||||||
# Image used for running full e2e test suite
|
# Image used for running full e2e test suite
|
||||||
e2e-full:
|
e2e-full:
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@ gitlab:
|
||||||
GOLANG: ['1.19', '1.20']
|
GOLANG: ['1.19', '1.20']
|
||||||
RUST: ['1.65']
|
RUST: ['1.65']
|
||||||
NODE: ['16.14', '18.16']
|
NODE: ['16.14', '18.16']
|
||||||
CHROME: ['109']
|
CHROME: ['109', '113']
|
||||||
|
|
||||||
# Used by GitLab's compile-production-assets and compile-test-assets jobs
|
# Used by GitLab's compile-production-assets and compile-test-assets jobs
|
||||||
gitlab-assets:
|
gitlab-assets:
|
||||||
|
|
|
||||||
|
|
@ -90,6 +90,10 @@ function print_chrome_args() {
|
||||||
CHROME_VERSION=111.0.5563.64-1
|
CHROME_VERSION=111.0.5563.64-1
|
||||||
CHROMIUM_VERSION=$CHROME_VERSION
|
CHROMIUM_VERSION=$CHROME_VERSION
|
||||||
;;
|
;;
|
||||||
|
113|113.0)
|
||||||
|
CHROME_VERSION=113.0.5672.126-1
|
||||||
|
CHROMIUM_VERSION=$CHROME_VERSION
|
||||||
|
;;
|
||||||
*) fail "Unknown chrome version $1" ;;
|
*) fail "Unknown chrome version $1" ;;
|
||||||
esac
|
esac
|
||||||
printf -- "--build-arg CHROME_VERSION=%s " "$CHROME_VERSION"
|
printf -- "--build-arg CHROME_VERSION=%s " "$CHROME_VERSION"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue