Skip to content
Snippets Groups Projects
Commit 1b6e28ba authored by Mikhail Piatliou (EPAM)'s avatar Mikhail Piatliou (EPAM)
Browse files

Merge branch 'gcp-dev2-preship' into 'master'

Pipeline for dags in dev2 and preship [GONRG-5150]

See merge request !72
parents 22b21ce9 59e35bc3
No related branches found
No related tags found
1 merge request!72Pipeline for dags in dev2 and preship [GONRG-5150]
Pipeline #128095 failed
...@@ -48,6 +48,7 @@ stages: ...@@ -48,6 +48,7 @@ stages:
- scan - scan
- bootstrap - bootstrap
- end_to_end_postman_tests - end_to_end_postman_tests
- deploy_preship
- integration - integration
- attribution - attribution
- publish - publish
......
...@@ -13,7 +13,7 @@ variables: ...@@ -13,7 +13,7 @@ variables:
osdu-gcp-containerize-bootstrap-gitlab: osdu-gcp-containerize-bootstrap-gitlab:
variables: variables:
IMAGE_BOOTSTRAP_NAME: osdu-gcp-bootstrap-segy-to-vds IMAGE_BOOTSTRAP_NAME: osdu-gcp-bootstrap-segy-to-vds
BUILD_ARGS: --build-arg SEGY_VDS_DOCKER_IMAGE_ARG=$OSDU_GCP_COMPOSER_TAG BUILD_ARGS: --build-arg SEGY_VDS_DOCKER_IMAGE_ARG=community.opengroup.org:5555/osdu/platform/domain-data-mgmt-services/seismic/open-vds/openvds-ingestion:latest
BUILD_BOOTSTRAP_PATH: deployments/scripts/gcp/Dockerfile BUILD_BOOTSTRAP_PATH: deployments/scripts/gcp/Dockerfile
# FIXME: delete after package registry usage is implemented in DF # FIXME: delete after package registry usage is implemented in DF
...@@ -42,10 +42,11 @@ osdu-gcp-deploy-dag:anthos: ...@@ -42,10 +42,11 @@ osdu-gcp-deploy-dag:anthos:
# FIXME: an open-vds image is created in a different repo, need to implement a new logic on how to update the open-vds image in composer with sha/latest/release/tag versions # FIXME: an open-vds image is created in a different repo, need to implement a new logic on how to update the open-vds image in composer with sha/latest/release/tag versions
OSDU_GCP_COMPOSER_TAG: community.opengroup.org:5555/osdu/platform/domain-data-mgmt-services/seismic/open-vds/openvds-ingestion:latest OSDU_GCP_COMPOSER_TAG: community.opengroup.org:5555/osdu/platform/domain-data-mgmt-services/seismic/open-vds/openvds-ingestion:latest
# FIXME: an open-vds image is created in a different repo, need to implement a new logic on how to update the open-vds image in composer with sha/latest/release/tag versions osdu-gcp-deploy-dag:dev2:
# osdu-gcp-deploy-dag:dev2: # FIXME: an open-vds image is created in a different repo, need to implement a new logic on how to update the open-vds image in composer with sha/latest/release/tag versions
# variables: before_script:
# OSDU_GCP_COMPOSER_TAG: $OSDU_GCP_GCR_REGISTRY/seismic/open-vds/openvds-ingestion:$CI_COMMIT_TAG - export OSDU_GCP_COMPOSER_TAG=$OSDU_GCP_GCR_REGISTRY/seismic/open-vds/openvds-ingestion:${CI_COMMIT_TAG:-$CI_COMMIT_SHORT_SHA}
- echo $OSDU_GCP_COMPOSER_TAG
osdu-gcp-deploy-dag:preship: osdu-gcp-deploy-dag:preship:
variables: variables:
......
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