mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 11:02:55 +01:00
Publish images with full Ruby version
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
b16d8a9f74
commit
57fe03c0e4
15 changed files with 97 additions and 98 deletions
|
|
@ -1,7 +1,9 @@
|
|||
# Used by gitlab e2e tests and other qa related tasks
|
||||
.e2e:
|
||||
# Used by GitLab's Review app jobs and triage-ops
|
||||
.e2e-base:
|
||||
extends:
|
||||
- .build_dynamic_image
|
||||
stage: e2e
|
||||
rules:
|
||||
- !reference [.build_dynamic_image, rules]
|
||||
- changes:
|
||||
|
|
@ -21,11 +23,11 @@
|
|||
# Base image with just ruby and bundler
|
||||
e2e:
|
||||
extends:
|
||||
- .e2e
|
||||
- .e2e-base
|
||||
parallel:
|
||||
matrix:
|
||||
- OS: ["debian:bookworm"]
|
||||
RUBY: ['3.0', '3.1', '3.2']
|
||||
RUBY: ['3.0.6', '3.1.5', '3.2.4']
|
||||
BUNDLER: ['2.4', '2.5']
|
||||
|
||||
# Image with ruby, bundler and docker
|
||||
|
|
@ -42,7 +44,7 @@ e2e-chrome:
|
|||
parallel:
|
||||
matrix:
|
||||
- OS: ["debian:bookworm"]
|
||||
RUBY: ['3.0', '3.1', '3.2']
|
||||
RUBY: ['3.0.6', '3.1.5', '3.2.4']
|
||||
BUNDLER: ['2.4', '2.5']
|
||||
CHROME: ['120', '123']
|
||||
|
||||
|
|
@ -58,7 +60,7 @@ e2e-cng:
|
|||
parallel:
|
||||
matrix:
|
||||
- OS: ['debian:bookworm']
|
||||
RUBY: ['3.0', '3.1', '3.2']
|
||||
RUBY: ['3.0.6', '3.1.5', '3.2.4']
|
||||
BUNDLER: ['2.5']
|
||||
CHROME: ['120', '123']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue