variables: AWS_BUILD_SUBDIR: provider/indexer-aws/build-aws AWS_TEST_SUBDIR: testing/indexer-test-aws AWS_SERVICE: indexer AWS_ENVIRONMENT: dev AWS_DEPLOY_TARGET: EKS AWS_EKS_DEPLOYMENT_NAME: os-indexer GCP_BUILD_SUBDIR: provider/indexer-gcp GCP_INT_TEST_SUBDIR: testing/indexer-test-gcp GCP_APPLICATION_NAME: osdu-indexer GCP_ENVIRONMENT: dev GCP_PROJECT: opendes GCP_TENANT_NAME: opendes GCP_DEPLOY_ENV: p4d GCP_DOMAIN: cloud.slb-ds.com GCP_STORAGE_URL: https://osdu-indexer-dot-opendes.appspot.com/api/storage/v2/ OSDU_GCP_SERVICE: indexer OSDU_GCP_VENDOR: gcp OSDU_GCP_HELM_CONFIG_SERVICE_VARS: > --set data.log_level=INFO --set data.redis_search_host=$REDIS_SEARCH_HOST --set data.redis_group_host=$REDIS_GROUP_HOST --set data.google_audiences=$GOOGLE_AUDIENCE OSDU_GCP_HELM_CONFIG_SERVICE_VARS_DEV2: > --set data.log_level=INFO --set data.redis_search_host=$REDIS_SEARCH_HOST --set data.redis_group_host=$REDIS_GROUP_HOST --set data.google_audiences=$GOOGLE_AUDIENCE OSDU_GCP_HELM_DEPLOYMENT_SERVICE_VARS: > --set data.image=$CI_REGISTRY_IMAGE/osdu-gcp-$OSDU_GCP_SERVICE:$CI_COMMIT_SHORT_SHA --set data.serviceAccountName=$OSDU_GCP_SERVICE-k8s OSDU_GCP_HELM_CONFIG_SERVICE: indexer-config OSDU_GCP_HELM_DEPLOYMENT_SERVICE: indexer-deploy OSDU_GCP_HELM_PACKAGE_CHARTS: "devops/gcp/deploy devops/gcp/configmap" IBM_BUILD_SUBDIR: provider/indexer-ibm IBM_INT_TEST_SUBDIR: testing/indexer-test-ibm AZURE_SERVICE: indexer AZURE_BUILD_SUBDIR: provider/indexer-azure AZURE_TEST_SUBDIR: testing/indexer-test-azure 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/osdu-gcp-gke.yml" aws-test-java: tags: ["aws-internal-test"]