Skip to content
Snippets Groups Projects
.gitlab-ci.yml 2.55 KiB
Newer Older
  • Learn to ignore specific revisions
  • Matt Wise's avatar
    Matt Wise committed
    variables:
      AWS_BUILD_SUBDIR: provider/partition-aws/build-aws
      AWS_TEST_SUBDIR: testing/partition-test-aws
      AWS_SERVICE: partition
      AWS_ENVIRONMENT: dev
    
    Matt Wise's avatar
    Matt Wise committed
      AWS_DEPLOY_TARGET: EKS
    
    Matt Wise's avatar
    Matt Wise committed
      AWS_EKS_DEPLOYMENT_NAME: os-partition
    
    Matt Wise's avatar
    Matt Wise committed
    
    
      AZURE_SERVICE: partition
      AZURE_BUILD_SUBDIR: provider/partition-azure
      AZURE_TEST_SUBDIR: testing/partition-test-azure
    
      IBM_BUILD_SUBDIR: provider/partition-ibm
      IBM_INT_TEST_SUBDIR: testing/partition-test-ibm
    
    Anastasiia Gelmut's avatar
    Anastasiia Gelmut committed
      # --- osdu gcp specific variables ---
      OSDU_GCP_SERVICE: partition
      OSDU_GCP_VENDOR: gcp
      OSDU_GCP_APPLICATION_NAME: os-partition
      MAVEN_PROJECTS: "-pl partition-core,provider/partition-gcp"
    
      OSDU_GCP_TEST_SUBDIR: testing/$OSDU_GCP_SERVICE-test-$OSDU_GCP_VENDOR
    
      OSDU_GCP_HELM_PACKAGE_CHARTS: "devops/gcp/deploy devops/gcp/configmap"
    
      OSDU_GCP_HELM_NAMESPACE: default
      OSDU_GCP_HELM_CONFIG_SERVICE_VARS: "--set data.partition_admin_accounts=$OSDU_GCP_PARTITION_ADMIN_ACCOUNTS --set data.google_cloud_project=$OSDU_GCP_PROJECT --set data.google_audiences=$GOOGLE_AUDIENCE --set data.log_level=INFO --set data.key_ring=$OSDU_GCP_PARTITION_KEY_RING --set data.kms_key=$OSDU_GCP_PARTITION_KMS_KEY"
    
      OSDU_GCP_HELM_CONFIG_SERVICE_VARS_DEV2: "--set data.partition_admin_accounts=$OSDU_GCP_PARTITION_ADMIN_ACCOUNTS_DEV2 --set data.google_cloud_project=$OSDU_GCP_PROJECT --set data.google_audiences=$GOOGLE_AUDIENCE --set data.log_level=INFO --set data.key_ring=$OSDU_GCP_PARTITION_KEY_RING --set data.kms_key=$OSDU_GCP_PARTITION_KMS_KEY"
    
      OSDU_GCP_HELM_DEPLOYMENT_SERVICE_VARS: "--set data.image=$CI_REGISTRY_IMAGE/osdu-gcp:$CI_COMMIT_SHORT_SHA --set data.serviceAccountName=$OSDU_GCP_SERVICE-k8s"
    
      OSDU_GCP_HELM_CONFIG_SERVICE: partition-config
      OSDU_GCP_HELM_DEPLOYMENT_SERVICE: partition-deploy
    
    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/gitlab-ultimate.yml"
    
    ethiraj krishnamanaidu's avatar
    ethiraj krishnamanaidu committed
    
      - project: "osdu/platform/ci-cd-pipelines"
    
    Oleksii Tsyganov (EPAM)'s avatar
    Oleksii Tsyganov (EPAM) committed
        file: "scanners/fossa-maven.yml"
    
    Matt Wise's avatar
    Matt Wise committed
    
    
      - project: "osdu/platform/ci-cd-pipelines"
        file: "cloud-providers/aws.yml"
    
    
      - project: "osdu/platform/ci-cd-pipelines"
        file: "cloud-providers/azure.yml"
    
      - project: "osdu/platform/ci-cd-pipelines"
        file: "cloud-providers/ibm.yml"
    
    Anastasiia Gelmut's avatar
    Anastasiia Gelmut committed
    
      - project: "osdu/platform/ci-cd-pipelines"
    
        file: "cloud-providers/osdu-gcp-gke.yml"
    
    
      - project: "osdu/platform/ci-cd-pipelines"
        file: "publishing/pages.yml"
    
    
    Anastasiia Gelmut's avatar
    Anastasiia Gelmut committed
    osdu-gcp-test:
      variables:
        CLIENT_TENANT: osdu
    
    
    osdu-gcp-dev2-test:
      variables:
        CLIENT_TENANT: devtwo