Skip to content
Snippets Groups Projects
Commit 9d6ce309 authored by Siarhei Khaletski (EPAM)'s avatar Siarhei Khaletski (EPAM) :triangular_flag_on_post:
Browse files

Merge branch 'GONRG-3707_fix_e2e_tests' into 'master'

GONRG-3707 fix e2e tests

See merge request osdu/platform/data-flow/ingestion/energistics-osdu-integration!40

(cherry picked from commit b751a21f)

c7c5b43f GONRG-3707 fix e2e tests
parent a1d85e7d
No related branches found
No related tags found
No related merge requests found
Pipeline #74601 passed with warnings
......@@ -110,6 +110,7 @@ build_osdu_gcp_release_image:
- if [ -n "$CI_COMMIT_TAG" ]; then docker tag $OSDU_GCP_IMAGE_TAG:release-latest $OSDU_GCP_IMAGE_TAG:$CI_COMMIT_TAG && push $OSDU_GCP_IMAGE_TAG:$CI_COMMIT_TAG; fi
when: manual
only:
- tags
- /^release\/*/
osdu_gcp_dags_rsync:
......@@ -146,6 +147,7 @@ osdu_gcp_dags_prod_rsync:
- popd
- gsutil cp devops/osdu-gcp/airflow_configs.yaml "$OSDU_GCP_DEPL_TARGET_PREPROD"/dags/configs/
only:
- tags
- /^release\/*/
when: manual
......@@ -168,4 +170,5 @@ gcp_e2e_test_dag_pre_prod:
- chmod +x tests/e2e_postman_tests/gcp/run_e2e_tests.sh
- tests/e2e_postman_tests/gcp/./run_e2e_tests.sh "PREPROD"
only:
- /^release\/*
- tags
- /^release\/*/
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