mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Update chrome version to 108
This commit is contained in:
parent
b2450136ba
commit
8650f9a4e4
3 changed files with 5 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ e2e-chrome:
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- RUBY: ['2.7', '3.0']
|
- RUBY: ['2.7', '3.0']
|
||||||
CHROME: ['106', '107']
|
CHROME: ['106', '108']
|
||||||
|
|
||||||
# Image used for running full e2e test suite
|
# Image used for running full e2e test suite
|
||||||
e2e-full:
|
e2e-full:
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@ gitlab:
|
||||||
GOLANG: ['1.18', '1.19']
|
GOLANG: ['1.18', '1.19']
|
||||||
RUST: ['1.65.0']
|
RUST: ['1.65.0']
|
||||||
NODE: ['16.14', '18.12']
|
NODE: ['16.14', '18.12']
|
||||||
CHROME: ['106', '107']
|
CHROME: ['106', '108']
|
||||||
|
|
||||||
# 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:
|
||||||
|
|
|
||||||
|
|
@ -85,6 +85,9 @@ function print_chrome_args() {
|
||||||
107|107.0)
|
107|107.0)
|
||||||
CHROME_VERSION=107.0.5304.87-1
|
CHROME_VERSION=107.0.5304.87-1
|
||||||
;;
|
;;
|
||||||
|
108|108.0)
|
||||||
|
CHROME_VERSION=108.0.5359.94-1
|
||||||
|
;;
|
||||||
*) 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