Skip to content
Snippets Groups Projects
.gitlab-ci.yml 1.88 KiB
Newer Older
David Diederich's avatar
David Diederich committed
variables:
  AWS_BUILD_SUBDIR: provider/indexer-aws/build-aws
  AWS_TEST_SUBDIR: testing/indexer-test-aws
  AWS_CHART_SUBDIR: devops/aws/chart
  AWS_SERVICE_GATEWAY: osdu-gateway
David Diederich's avatar
David Diederich committed
  AWS_ENVIRONMENT: dev
  AWS_DEPLOY_TARGET: TF
Matt Wise's avatar
Matt Wise committed
  AWS_EKS_DEPLOYMENT_NAME: os-indexer
David Diederich's avatar
David Diederich committed
  GCP_BUILD_SUBDIR: provider/indexer-gcp
  GCP_INT_TEST_SUBDIR: testing/indexer-test-gcp
ethiraj krishnamanaidu's avatar
ethiraj krishnamanaidu committed
  GCP_APPLICATION_NAME: osdu-indexer
David Diederich's avatar
David Diederich committed
  GCP_ENVIRONMENT: dev
  GCP_PROJECT: opendes
  GCP_TENANT_NAME: opendes
  GCP_DEPLOY_ENV: p4d
  GCP_DOMAIN: cloud.slb-ds.com
ethiraj krishnamanaidu's avatar
ethiraj krishnamanaidu committed
  GCP_STORAGE_URL: https://osdu-indexer-dot-opendes.appspot.com/api/storage/v2/
  IBM_BUILD_SUBDIR: provider/indexer-ibm
  IBM_INT_TEST_SUBDIR: testing/indexer-test-ibm
Manish Singh's avatar
Manish Singh committed
  IBM_HELM_CONFIG_PATH: devops/ibm/ibm-indexer-config
  IBM_HELM_DEPLOY_PATH: devops/ibm/ibm-indexer-deploy

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

David Diederich's avatar
David Diederich committed
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"
    file: "scanners/fossa-maven.yml"
  - project: "osdu/platform/ci-cd-pipelines"
    file: "scanners/gitlab-ultimate.yml"
  - project: "osdu/platform/ci-cd-pipelines"
    file: "cloud-providers/aws-global.yml"

  - project: "osdu/platform/ci-cd-pipelines"
    file: "cloud-providers/aws-maven.yml"
  - project: "osdu/platform/ci-cd-pipelines"
    file: "cloud-providers/azure.yml"
  - project: "osdu/platform/ci-cd-pipelines"
    file: "cloud-providers/ibm.yml"
  - project: "osdu/platform/ci-cd-pipelines"
    file: "publishing/pages.yml"

  - project: "osdu/platform/ci-cd-pipelines"
    file: "cloud-providers/gc-global.yml"
  - local: "devops/gc/pipeline/override-stages.yml"
  - local: "devops/aws/pipeline/override-stages.yml"
  tags: ["aws-internal-test"]