mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Add chrome 110 and update e2e images
This commit is contained in:
parent
66ca240929
commit
2fc03ac832
2 changed files with 5 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ e2e-chrome:
|
||||||
parallel:
|
parallel:
|
||||||
matrix:
|
matrix:
|
||||||
- RUBY: ['2.7', '3.0']
|
- RUBY: ['2.7', '3.0']
|
||||||
CHROME: ['106', '109']
|
CHROME: ['109', '110']
|
||||||
|
|
||||||
# Image used for running full e2e test suite
|
# Image used for running full e2e test suite
|
||||||
e2e-full:
|
e2e-full:
|
||||||
|
|
|
||||||
|
|
@ -94,6 +94,10 @@ function print_chrome_args() {
|
||||||
CHROME_VERSION=109.0.5414.119-1
|
CHROME_VERSION=109.0.5414.119-1
|
||||||
CHROMIUM_VERSION=109.0.5414.74-2
|
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" ;;
|
*) 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