Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.gitlab-ci.yml 1.28 KiB
variables:
  AWS_BUILD_SUBDIR: provider/legal-aws/build-aws
  AWS_TEST_SUBDIR: testing/legal-test-aws
  AWS_SERVICE: legal
  AWS_ENVIRONMENT: dev

  GCP_BUILD_SUBDIR: provider/legal-gcp
  GCP_INT_TEST_SUBDIR: testing/legal-test-gcp

  GCP_APPLICATION_NAME: os-legal
  GCP_ENVIRONMENT: testing
  GCP_PROJECT: opendes-evt
  GCP_TENANT_NAME: opendes-evt

  AZURE_SERVICE: legal
  AZURE_BUILD_SUBDIR: provider/legal-azure
  AZURE_TEST_SUBDIR: testing/legal-test-azure

  IBM_BUILD_SUBDIR: provider/legal-ibm
  IBM_INT_TEST_SUBDIR: testing/legal-test-ibm

include:
  - project: "osdu/platform/ci-cd-pipelines"
    file: "standard-setup.yml"
  - project: "osdu/platform/ci-cd-pipelines"
    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"
    file: "scanners/fossa.yml"
  - project: "osdu/platform/ci-cd-pipelines"
    file: "scanners/gitlab-ultimate.yml"

compile-and-unit-test:
  variables:
    GOOGLE_CLOUD_PROJECT: opendes-evt