variables: AWS_BUILD_SUBDIR: provider/indexer-aws/build-aws AWS_TEST_SUBDIR: testing/indexer-test-aws AWS_SERVICE: indexer AWS_ENVIRONMENT: dev 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_APPLICATION_NAME: os-indexer OSDU_GCP_SERVICE: indexer OSDU_GCP_VENDOR: gcp OSDU_GCP_SERVICE_ACCOUNT: osdu-gcp-sa@nice-etching-277309.iam.gserviceaccount.com OSDU_SECURITY_HTTPS_CERTIFICATE_TRUST: 'true' OSDU_GCP_STORAGE_RECORDS_BATCH_SIZE: 20 OSDU_GCP_DATA_GROUP: osdu OSDU_GCP_ENV_VARS: AUTHORIZE_API=$OSDU_GCP_ENTITLEMENTS_URL,GOOGLE_CLOUD_PROJECT=$OSDU_GCP_PROJECT,REDIS_SEARCH_HOST=$REDIS_SEARCH_HOST,REDIS_GROUP_HOST=$REDIS_GROUP_HOST,SECURITY_HTTPS_CERTIFICATE_TRUST=$OSDU_SECURITY_HTTPS_CERTIFICATE_TRUST,INDEXER_HOST=$OSDU_GCP_INDEXER_HOST,STORAGE_QUERY_RECORD_HOST=$OSDU_GCP_STORAGE_QUERY_RECORD_HOST,STORAGE_SCHEMA_HOST=$OSDU_GCP_STORAGE_SCHEMA_HOST,STORAGE_QUERY_RECORD_FOR_CONVERSION_HOST=$OSDU_GCP_STORAGE_QUERY_RECORD_FOR_CONVERSION_HOST,STORAGE_HOSTNAME=$OSDU_GCP_STORAGE_HOSTNAME,STORAGE_RECORDS_BATCH_SIZE=$OSDU_GCP_STORAGE_RECORDS_BATCH_SIZE,INDEXER_QUEUE_HOST=$OSDU_GCP_INDEXER_QUEUE_HOST,LEGALTAG_API=$OSDU_GCP_LEGALTAG_API,CRS_API=$OSDU_GCP_CRS_API,DATA_GROUP=$OSDU_GCP_DATA_GROUP,GOOGLE_AUDIENCES=$GOOGLE_AUDIENCES,INDEXER_QUE_SERVICE_MAIL=$OSDU_GCP_SERVICE_ACCOUNT --vpc-connector=$OSDU_GCP_VPC_CONNECTOR 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.yml" - project: "osdu/platform/ci-cd-pipelines" file: "scanners/gitlab-ultimate.yml" # - 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" - project: "osdu/platform/ci-cd-pipelines" file: "publishing/pages.yml" - project: 'osdu/platform/ci-cd-pipelines' ref: "osdu-gcp-add-vars-for-indexer" file: 'cloud-providers/osdu-gcp-cloudrun.yml' # aws-test-java: # tags: ['aws-internal-test']