mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +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,8 @@
|
|||
# Used by GitLab: https://gitlab.com/gitlab-org/gitlab/blob/master/.gitlab-ci.yml
|
||||
.gitlab-matrix:
|
||||
gitlab:
|
||||
extends:
|
||||
- .build_and_push
|
||||
stage: gitlab
|
||||
variables:
|
||||
LFS: '2.9'
|
||||
YARN: '1.22'
|
||||
|
|
@ -13,21 +16,13 @@
|
|||
GOLANG: ['1.16', '1.17']
|
||||
NODE: ['16.14']
|
||||
CHROME: ['94', '99']
|
||||
|
||||
gitlab test:
|
||||
extends:
|
||||
- .gitlab-matrix
|
||||
- .test_custom
|
||||
|
||||
gitlab push:
|
||||
extends:
|
||||
- .gitlab-matrix
|
||||
- .build_and_deploy_custom
|
||||
stage: deploy-gitlab
|
||||
needs: ["gitlab test"]
|
||||
|
||||
|
||||
# Used by GitLab's compile-production-assets and compile-test-assets jobs
|
||||
.gitlab-assets-matrix:
|
||||
gitlab-assets:
|
||||
extends:
|
||||
- .build_and_push
|
||||
stage: gitlab-assets
|
||||
variables:
|
||||
LFS: '2.9'
|
||||
YARN: '1.22'
|
||||
|
|
@ -38,15 +33,3 @@ gitlab push:
|
|||
RUBY: ['2.7', '3.0']
|
||||
GIT: ['2.33']
|
||||
NODE: ['16.14']
|
||||
|
||||
gitlab-assets test:
|
||||
extends:
|
||||
- .gitlab-assets-matrix
|
||||
- .test_custom
|
||||
|
||||
gitlab-assets push:
|
||||
extends:
|
||||
- .gitlab-assets-matrix
|
||||
- .build_and_deploy_custom
|
||||
stage: deploy-gitlab-assets
|
||||
needs: ["gitlab-assets test"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue