gitlab-build-images/.gitlab/ci/gitaly.images.yml
Stan Hu 9bdd8b4e85
Drop Gitaly support for Git v2.31
Gitaly now bundles its own version of Git, so this version is really
meant for CI testing. We don't need to support older versions.
2022-02-10 21:12:49 -08:00

21 lines
490 B
YAML

# Used by Gitaly: https://gitlab.com/gitlab-org/gitaly/blob/master/.gitlab-ci.yml
.gitaly-matrix:
parallel:
matrix:
- DEBIAN: ['bullseye']
RUBY: ['2.7', '3.0']
GOLANG: ['1.16', '1.17']
GIT: ['2.33']
PGBOUNCER: ['1.14', '']
POSTGRESQL: ['11', '12'] # We only use the postgresql-client
gitaly:test:
needs: []
extends:
- .gitaly-matrix
- .test_custom
gitaly push:
extends:
- .gitaly-matrix
- .build_and_deploy_custom