From b7e8212b30eec7e5e5969d81a93c49d188dbb90a Mon Sep 17 00:00:00 2001 From: Madalyn Marabella <mmarabe@amazon.com> Date: Tue, 2 May 2023 17:24:19 -0500 Subject: [PATCH] point cicd to feature branch and TF target --- .gitlab-ci.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a8ca2bffe..0f79c31e1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ variables: AWS_SERVICE: indexer AWS_SERVICE_GATEWAY: osdu-gateway AWS_ENVIRONMENT: dev - AWS_DEPLOY_TARGET: HELM + AWS_DEPLOY_TARGET: TF AWS_EKS_DEPLOYMENT_NAME: os-indexer GCP_BUILD_SUBDIR: provider/indexer-gcp @@ -31,33 +31,43 @@ variables: include: - project: "osdu/platform/ci-cd-pipelines" file: "standard-setup.yml" + ref: m18-pipeline-update-mm - project: "osdu/platform/ci-cd-pipelines" file: "build/maven.yml" + ref: m18-pipeline-update-mm - project: "osdu/platform/ci-cd-pipelines" file: "scanners/fossa-maven.yml" + ref: m18-pipeline-update-mm - project: "osdu/platform/ci-cd-pipelines" file: "scanners/gitlab-ultimate.yml" + ref: m18-pipeline-update-mm - project: "osdu/platform/ci-cd-pipelines" file: "cloud-providers/aws-global.yml" + ref: m18-pipeline-update-mm - project: "osdu/platform/ci-cd-pipelines" file: "cloud-providers/aws-maven.yml" + ref: m18-pipeline-update-mm - project: "osdu/platform/ci-cd-pipelines" file: "cloud-providers/azure.yml" + ref: m18-pipeline-update-mm - project: "osdu/platform/ci-cd-pipelines" file: "cloud-providers/ibm.yml" + ref: m18-pipeline-update-mm - project: "osdu/platform/ci-cd-pipelines" file: "publishing/pages.yml" + ref: m18-pipeline-update-mm - project: "osdu/platform/ci-cd-pipelines" file: "cloud-providers/gc-global.yml" + ref: m18-pipeline-update-mm - local: "devops/gc/pipeline/override-stages.yml" -- GitLab