mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-08 17:42:56 +01:00
14 lines
395 B
YAML
14 lines
395 B
YAML
# Used by Gitaly: https://gitlab.com/gitlab-org/gitaly/blob/master/.gitlab-ci.yml
|
|
gitaly:
|
|
needs: []
|
|
extends:
|
|
- .build_and_push
|
|
stage: gitaly
|
|
parallel:
|
|
matrix:
|
|
- DEBIAN: ['bullseye']
|
|
RUBY: ['2.7', '3.0']
|
|
GOLANG: ['1.16', '1.17']
|
|
GIT: ['2.33']
|
|
PGBOUNCER: ['1.14', '']
|
|
POSTGRESQL: ['11', '12', '13'] # We only use the postgresql-client
|