Skip to content
Snippets Groups Projects
.gitlab-ci.yml 1.05 KiB
Newer Older
  • Learn to ignore specific revisions
  • David Diederich's avatar
    David Diederich committed
    variables:
      AWS_BUILD_SUBDIR: provider/legal-aws
      AWS_APPLICATION_NAME: os-legal
      AWS_ENVIRONMENT: dev
    
    David Diederich's avatar
    David Diederich committed
      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
    
    
    David Diederich's avatar
    David Diederich committed
    
    include:
    
      - project: "osdu/platform/ci-cd-pipelines"
        ref: "master"
        file: "standard-setup.yml"
      - project: "osdu/platform/ci-cd-pipelines"
        ref: "master"
        file: "build/maven.yml"
      - project: "osdu/platform/ci-cd-pipelines"
    
    Daniel Scholl's avatar
    Daniel Scholl committed
        ref: "trusted-azure"
    
        file: "cloud-providers/azure.yml"
    
    Daniel Scholl's avatar
    Daniel Scholl committed
      # - project: 'osdu/platform/ci-cd-pipelines'
      #   ref: "master"
      #   file: 'cloud-providers/gcp.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