mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Experiment: automatically push built images
This commit is contained in:
parent
5a79c03924
commit
6bfe260f3b
15 changed files with 227 additions and 363 deletions
|
|
@ -1,5 +1,9 @@
|
|||
# Used by Gitaly: https://gitlab.com/gitlab-org/gitaly/blob/master/.gitlab-ci.yml
|
||||
.gitaly-matrix:
|
||||
gitaly:
|
||||
needs: []
|
||||
extends:
|
||||
- .build_and_push
|
||||
stage: gitaly
|
||||
parallel:
|
||||
matrix:
|
||||
- DEBIAN: ['bullseye']
|
||||
|
|
@ -8,16 +12,3 @@
|
|||
GIT: ['2.33']
|
||||
PGBOUNCER: ['1.14', '']
|
||||
POSTGRESQL: ['11', '12', '13'] # We only use the postgresql-client
|
||||
|
||||
gitaly test:
|
||||
needs: []
|
||||
extends:
|
||||
- .gitaly-matrix
|
||||
- .test_custom
|
||||
|
||||
gitaly push:
|
||||
extends:
|
||||
- .gitaly-matrix
|
||||
- .build_and_deploy_custom
|
||||
stage: deploy-gitaly
|
||||
needs: ["gitaly test"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue