Skip to content
Snippets Groups Projects
Commit 40a09f7f authored by Riabokon Stanislav(EPAM)[GCP]'s avatar Riabokon Stanislav(EPAM)[GCP]
Browse files

Merge branch 'master' into unique_backed_name_across_GCP

parents 8a4fa7c9 feffc4b1
No related branches found
No related tags found
1 merge request!46Unique bucket name across GCP (GONRG-701)
Pipeline #10093 failed
...@@ -6,39 +6,53 @@ variables: ...@@ -6,39 +6,53 @@ variables:
GCP_BUILD_SUBDIR: provider/legal-gcp GCP_BUILD_SUBDIR: provider/legal-gcp
GCP_INT_TEST_SUBDIR: testing/legal-test-gcp GCP_INT_TEST_SUBDIR: testing/legal-test-gcp
GCP_APPLICATION_NAME: os-legal GCP_APPLICATION_NAME: os-legal
GCP_ENVIRONMENT: testing GCP_ENVIRONMENT: testing
GCP_PROJECT: opendes-evt GCP_PROJECT: opendes-evt
GCP_TENANT_NAME: opendes-evt GCP_TENANT_NAME: opendes-evt
OSDU_GCP_BUILD_SUBDIR: provider/legal-gcp
OSDU_GCP_INT_TEST_SUBDIR: testing/legal-test-gcp
OSDU_GCP_APPLICATION_NAME: os-legal
IBM_BUILD_SUBDIR: provider/legal-ibm
IBM_INT_TEST_SUBDIR: testing/legal-test-ibm
AZURE_SERVICE: legal AZURE_SERVICE: legal
AZURE_BUILD_SUBDIR: provider/legal-azure AZURE_BUILD_SUBDIR: provider/legal-azure
AZURE_TEST_SUBDIR: testing/legal-test-azure AZURE_TEST_SUBDIR: testing/legal-test-azure
IBM_BUILD_SUBDIR: provider/legal-ibm
IBM_INT_TEST_SUBDIR: testing/legal-test-ibm
include: include:
- project: "osdu/platform/ci-cd-pipelines" - project: "osdu/platform/ci-cd-pipelines"
file: "standard-setup.yml" file: "standard-setup.yml"
- project: "osdu/platform/ci-cd-pipelines" - project: "osdu/platform/ci-cd-pipelines"
file: "build/maven.yml" file: "build/maven.yml"
- project: 'osdu/platform/ci-cd-pipelines'
ref: "master"
file: "cloud-providers/azure.yml"
- project: 'osdu/platform/ci-cd-pipelines'
ref: "master"
file: 'cloud-providers/gcp.yml'
- project: 'osdu/platform/ci-cd-pipelines'
file: 'cloud-providers/aws.yml'
- project: 'osdu/platform/ci-cd-pipelines'
file: 'cloud-providers/ibm.yml'
- project: "osdu/platform/ci-cd-pipelines" - project: "osdu/platform/ci-cd-pipelines"
file: "scanners/fossa.yml" file: "scanners/fossa.yml"
- project: "osdu/platform/ci-cd-pipelines" - project: "osdu/platform/ci-cd-pipelines"
file: "scanners/gitlab-ultimate.yml" file: "scanners/gitlab-ultimate.yml"
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/aws.yml"
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/ibm.yml"
- project: "osdu/platform/ci-cd-pipelines"
file: "cloud-providers/azure.yml"
- project: 'osdu/platform/ci-cd-pipelines'
ref: "master"
file: 'cloud-providers/osdu-gcp.yml'
- project: 'osdu/platform/ci-cd-pipelines'
ref: "master"
file: 'cloud-providers/gcp.yml'
compile-and-unit-test: compile-and-unit-test:
variables: variables:
GOOGLE_CLOUD_PROJECT: opendes-evt GOOGLE_CLOUD_PROJECT: opendes-evt
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