mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-11 02:52:56 +01:00
Add Debian Bookworm images
This commit is contained in:
parent
5cc9de6b26
commit
db6f2daec2
10 changed files with 55 additions and 24 deletions
|
|
@ -20,11 +20,10 @@
|
|||
e2e:
|
||||
extends:
|
||||
- .e2e
|
||||
variables:
|
||||
OS: "debian:bullseye"
|
||||
parallel:
|
||||
matrix:
|
||||
- RUBY: ['3.0', '3.1', '3.2']
|
||||
- OS: ["debian:bullseye", "debian:bookworm"]
|
||||
RUBY: ['3.0', '3.1', '3.2']
|
||||
BUNDLER: ['2.4', '2.5']
|
||||
|
||||
# Image with ruby, bundler and docker
|
||||
|
|
@ -40,7 +39,8 @@ e2e-chrome:
|
|||
- e2e-docker
|
||||
parallel:
|
||||
matrix:
|
||||
- RUBY: ['3.0', '3.1', '3.2']
|
||||
- OS: ["debian:bullseye", "debian:bookworm"]
|
||||
RUBY: ['3.0', '3.1', '3.2']
|
||||
BUNDLER: ['2.4', '2.5']
|
||||
CHROME: ['119', '120']
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue