Publish images with full Ruby version

Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
Rémy Coutable 2024-05-24 13:18:37 +02:00
parent b16d8a9f74
commit 57fe03c0e4
No known key found for this signature in database
15 changed files with 97 additions and 98 deletions

View file

@ -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']