mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
ci: Add needs to all the push jobs
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
e799b7b20d
commit
0afff95280
3 changed files with 190 additions and 76 deletions
|
|
@ -21,6 +21,7 @@ customers push:
|
|||
extends:
|
||||
- .customers-matrix
|
||||
- .build_and_deploy_custom
|
||||
needs: ["customers test"]
|
||||
|
||||
# Used by customers-gitlab-com qa e2e test: https://gitlab.com/gitlab-org/customers-gitlab-com/-/blob/staging/.gitlab/ci/e2e.gitlab-ci.yml
|
||||
.customers-qa-matrix:
|
||||
|
|
@ -43,3 +44,4 @@ customers-qa-assets push:
|
|||
extends:
|
||||
- .customers-qa-matrix
|
||||
- .build_and_deploy_custom
|
||||
needs: ["customers-qa-assets test"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue