mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
25 lines
497 B
YAML
25 lines
497 B
YAML
# Used by GitLab/KAS integration tests
|
|
.gitlab-kas-matrix:
|
|
variables:
|
|
GOLANG: '1.16'
|
|
LFS: '2.9'
|
|
CHROME: '89'
|
|
NODE: '14.15'
|
|
YARN: '1.22'
|
|
GRAPHICSMAGICK: '1.3.36'
|
|
GIT: '2.31'
|
|
POSTGRESQL: '12'
|
|
parallel:
|
|
matrix:
|
|
- RUBY: ['2.7.2.patched', '2.7.patched', '3.0.patched']
|
|
|
|
gitlab-kas test:
|
|
extends:
|
|
- .gitlab-kas-matrix
|
|
- .test_custom
|
|
|
|
gitlab-kas push:
|
|
extends:
|
|
- .gitlab-kas-matrix
|
|
- .build_and_deploy_custom
|
|
needs: ["gitlab-kas test"]
|