Add a job to build Review App related images

Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
Rémy Coutable 2022-06-30 15:22:37 +02:00
parent ec7e89bd00
commit dfe1c77e56
No known key found for this signature in database
GPG key ID: 4C514D15D07186F1
2 changed files with 12 additions and 0 deletions

View file

@ -16,6 +16,7 @@ stages:
- custom
- gitlab
- gitlab-assets
- gitlab-review-app
- gitaly
- automation

View file

@ -34,3 +34,14 @@ gitlab-assets:
RUBY: ['2.7', '3.0']
GIT: ['2.33']
NODE: ['16.14']
# Used by GitLab's Review app jobs
gitlab-review-app:
extends:
- .build_and_push
stage: gitlab-review-app
variables:
RUBY: '3.0'
GCLOUD: '383'
KUBECTL: '1.23'
HELM: '3.5'