Skip to content
Snippets Groups Projects
Commit 19542922 authored by Aliaksandr Ramanovich (EPAM)'s avatar Aliaksandr Ramanovich (EPAM)
Browse files

Merge branch 'GONRG-6173-update-helm-ci-jobs' into 'master'

ci: GONRG-6173: update jobs

See merge request !664
parents 964115c0 6687ecff
No related branches found
No related tags found
1 merge request!664ci: GONRG-6173: update jobs
Pipeline #174230 canceled
......@@ -5,6 +5,7 @@ variables:
sdms-gc-helm-charts-gitlab:
extends: .gc-helm-charts-gitlab
needs: ["sdms-gc-containerize-gitlab"]
variables:
SEISMIC_GC_HELM_DEPLOYMENT_DIR: "app/sdms/devops/gc/deploy"
SEISMIC_GC_SERVICE: seismic-store
......@@ -12,6 +13,7 @@ sdms-gc-helm-charts-gitlab:
sdms-gc-helm-charts-release-gitlab:
extends: .gc-helm-charts-release-gitlab
needs: ["sdms-gc-containerize-gitlab"]
variables:
SEISMIC_GC_HELM_DEPLOYMENT_DIR: "app/sdms/devops/gc/deploy"
SEISMIC_GC_SERVICE: seismic-store
......@@ -19,6 +21,7 @@ sdms-gc-helm-charts-release-gitlab:
sdms-gc-helm-charts-release-gcr:
extends: .gc-helm-charts-release-gcr
needs: ["sdms-gc-containerize-gcr"]
variables:
SEISMIC_GC_HELM_DEPLOYMENT_DIR: "app/sdms/devops/gc/deploy"
SEISMIC_GC_SERVICE: seismic-store
......@@ -69,7 +72,7 @@ sdms-gc-containerize-gcr:
sdms-gc-deploy:
extends: .gc-deploy
needs: ["sdms-gc-containerize-gitlab"]
needs: ["sdms-gc-helm-charts-gitlab"]
variables:
SEISMIC_GC_HELM_DEPLOYMENT_SERVICE: seismic-store-deploy
SEISMIC_GC_HELM_DEPLOYMENT_DIR: "app/sdms/devops/gc/deploy"
......@@ -87,7 +90,7 @@ sdms-gc-deploy:
sdms-gc-dev2-deploy:
extends: .gc-dev2-deploy
needs: ["sdms-gc-containerize-gitlab"]
needs: ["sdms-gc-helm-charts-release-gitlab"]
variables:
SEISMIC_GC_HELM_DEPLOYMENT_SERVICE: seismic-store-deploy
SEISMIC_GC_HELM_DEPLOYMENT_DIR: "app/sdms/devops/gc/deploy"
......@@ -131,7 +134,7 @@ sdms-gc-preship-deploy:
sdms-gc-anthos-deploy:
extends: .gc-anthos-deploy
needs: ["sdms-gc-containerize-gitlab"]
needs: ["sdms-gc-helm-charts-gitlab"]
variables:
SEISMIC_GC_HELM_DEPLOYMENT_SERVICE: seismic-store-deploy
SEISMIC_GC_HELM_DEPLOYMENT_DIR: "app/sdms/devops/gc/deploy"
......
......@@ -126,7 +126,7 @@ variables:
.gc-helm-charts-gitlab:
stage: build
stage: containerize
tags: ["osdu-small"]
image:
name: alpine/helm:3.9.0
......@@ -148,7 +148,7 @@ variables:
when: on_success
.gc-helm-charts-release-gitlab:
stage: build
stage: containerize
tags: ["osdu-small"]
image:
name: alpine/helm:3.9.0
......@@ -168,7 +168,7 @@ variables:
when: on_success
.gc-helm-charts-release-gcr:
stage: build
stage: containerize
tags: ["osdu-small"]
image:
name: alpine/helm:3.9.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment