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

GONRG-5150: deleted gcp ref, enabled other csps

parent 8fc3615c
No related branches found
No related tags found
No related merge requests found
......@@ -13,20 +13,20 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# variables:
# #AWS variables
# AWS_DEPLOY_TARGET: EKS
# # AWS skip stages
# SKIP_BOOTSTRAP: "true"
# SKIP_PUBLISH: "true"
# SKIP_END_TO_END: "false"
# # AWS collection vars
# AWS_COLLECTION_PATH: https://community.opengroup.org/osdu/platform/testing/-/raw/master/Postman%20Collection/29_CICD_Setup_Ingestion/R3%20Full%20manifest-based%20ingestion.postman_collection.json
# AWS_COLLECTION_ENV_PATH: https://community.opengroup.org/osdu/platform/testing/-/raw/master/Postman%20Collection/00_CICD_Setup_Environment/aws.OSDU%20R3%20PROD%20v2.4.postman_environment.json
# AWS_COLLECTION_TEST_PATH: ""
# AWS_TEST_FILE_INPUT: ""
# AWS_TEST_FILE_KEY: ""
# AWS_POSTMAN_TESTS_TO_SKIP: "01a - Reference data ingestion|01b - Workflow - Get Work Status|01c - Search Records|02a - Master data ingestion|02b - Workflow - Get Work Status|02c - Search Records|03a - Master data ingestion|03b - Workflow - Get Work Status|03c - Search Records|05a - WP ingestion, pre-defined ids crazy format|05b - Workflow - Get Work Status|05c - Search Records WP|05d - Search Records WPC|05e - Search Records Dataset|06a - WP ingestion surrogate keys|06b - Workflow - Get Work Status|07a - WP ingestion, pre-defined ids short format|07b - Workflow - Get Work Status|07c - Search Records WP|07d - Search Records WPC|07e - Search Records Dataset|08a - WP ingestion File Collection|08b - Workflow - Get Work Status|08c - Search Records WP|08d - Search Records WPC|08e - Search Records Dataset|09a - WP ingestion Artefact|09b - Workflow - Get Work Status|10a - Multiple manifests|10b - Workflow - Get Work Status|10c - Search Records MasterData|09d - Search Records Reference Data|11a - 3 types|11b - Workflow - Get Work Status|11c - Search Records WP|11d - Search Records WPC|11e - Search Records Dataset|11f- Search Records MasterData|11g - Search Records Reference Data|12a - NS parent data doesnt exist|12b - Workflow - Get Work Status|13a - NS extra WPC in WP block|13b - Workflow - Get Work Status|14a - NS extra Dataset in WPC block|14b - Workflow - Get Work Status|15a - NS File Collection no FileSource|15b - Workflow - Get Work Status|16a - NS File no File Source|16b - Workflow - Get Work Status"
variables:
#AWS variables
AWS_DEPLOY_TARGET: EKS
# AWS skip stages
SKIP_BOOTSTRAP: "true"
SKIP_PUBLISH: "true"
SKIP_END_TO_END: "false"
# AWS collection vars
AWS_COLLECTION_PATH: https://community.opengroup.org/osdu/platform/testing/-/raw/master/Postman%20Collection/29_CICD_Setup_Ingestion/R3%20Full%20manifest-based%20ingestion.postman_collection.json
AWS_COLLECTION_ENV_PATH: https://community.opengroup.org/osdu/platform/testing/-/raw/master/Postman%20Collection/00_CICD_Setup_Environment/aws.OSDU%20R3%20PROD%20v2.4.postman_environment.json
AWS_COLLECTION_TEST_PATH: ""
AWS_TEST_FILE_INPUT: ""
AWS_TEST_FILE_KEY: ""
AWS_POSTMAN_TESTS_TO_SKIP: "01a - Reference data ingestion|01b - Workflow - Get Work Status|01c - Search Records|02a - Master data ingestion|02b - Workflow - Get Work Status|02c - Search Records|03a - Master data ingestion|03b - Workflow - Get Work Status|03c - Search Records|05a - WP ingestion, pre-defined ids crazy format|05b - Workflow - Get Work Status|05c - Search Records WP|05d - Search Records WPC|05e - Search Records Dataset|06a - WP ingestion surrogate keys|06b - Workflow - Get Work Status|07a - WP ingestion, pre-defined ids short format|07b - Workflow - Get Work Status|07c - Search Records WP|07d - Search Records WPC|07e - Search Records Dataset|08a - WP ingestion File Collection|08b - Workflow - Get Work Status|08c - Search Records WP|08d - Search Records WPC|08e - Search Records Dataset|09a - WP ingestion Artefact|09b - Workflow - Get Work Status|10a - Multiple manifests|10b - Workflow - Get Work Status|10c - Search Records MasterData|09d - Search Records Reference Data|11a - 3 types|11b - Workflow - Get Work Status|11c - Search Records WP|11d - Search Records WPC|11e - Search Records Dataset|11f- Search Records MasterData|11g - Search Records Reference Data|12a - NS parent data doesnt exist|12b - Workflow - Get Work Status|13a - NS extra WPC in WP block|13b - Workflow - Get Work Status|14a - NS extra Dataset in WPC block|14b - Workflow - Get Work Status|15a - NS File Collection no FileSource|15b - Workflow - Get Work Status|16a - NS File no File Source|16b - Workflow - Get Work Status"
image: google/cloud-sdk:alpine
......@@ -44,25 +44,24 @@ stages:
- deploy_preship
include:
# - project: "osdu/platform/ci-cd-pipelines"
# file: "cloud-providers/azure_dag.yml"
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/azure_dag.yml"
- project: "osdu/platform/ci-cd-pipelines"
file: "build/python-linters.yml"
- project: "osdu/platform/ci-cd-pipelines"
ref: "gcp-dev2-preship"
file: "cloud-providers/osdu-gcp-dag.yaml"
- local: "/devops/gcp/pipeline/override-stages.yml"
# - local: "/devops/ibm/ibm-stages.yml"
- local: "/devops/ibm/ibm-stages.yml"
# - project: "osdu/platform/ci-cd-pipelines"
# file: "cloud-providers/aws-global-variables.yml"
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/aws-global-variables.yml"
# - project: "osdu/platform/ci-cd-pipelines"
# file: "cloud-providers/aws-dag.yml"
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/aws-dag.yml"
pylint:
variables:
......@@ -100,13 +99,14 @@ unit_tests:
script:
# - tests/./unit_tests.sh || EXIT_CODE=$? #TODO: unit tests moved to airflow-osdu-lib, need to remove `unit_tests` CI step later
- exit 0
# We are skipping this stage using AZURE_SKIP_STANDALONE_TESTS variable as there is already a common stage for Executing Unit
# tests, but we need to override here because of stage name mismatch
# azure_standalone_tests:
# stage: unit_tests
# needs: ["pylint"]
# variables:
# AZURE_SKIP_STANDALONE_TESTS: "true"
# azure_build_dag:
# needs: ["unit_tests"]
azure_standalone_tests:
stage: unit_tests
needs: ["pylint"]
variables:
AZURE_SKIP_STANDALONE_TESTS: "true"
azure_build_dag:
needs: ["unit_tests"]
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