| ... | ... | @@ -4,7 +4,7 @@ include: |
|
|
|
|
|
|
|
# This CI template consists of two parts:
|
|
|
|
# - Auth
|
|
|
|
# - Diff test
|
|
|
|
# - K8s test
|
|
|
|
|
|
|
|
# [[ AUTH ]] - authenticates against a GCP cluster
|
|
|
|
# - ZONE - GCP cluster zone (e.g. us-east1-b)
|
| ... | ... | @@ -18,6 +18,9 @@ include: |
|
|
|
|
|
|
|
.gcp_k8s_diff:
|
|
|
|
extends: .gcp_k8s_auth
|
|
|
|
variables:
|
|
|
|
APP: APP_TO_TEST
|
|
|
|
OVERLAY: OVERLAY_TO_TEST
|
|
|
|
script:
|
|
|
|
- cd k8s/$APP/overlays/$OVERLAY/
|
|
|
|
- |
|
| ... | ... | |