From cd08b28737799907078c119993a1d6a9272dffd8 Mon Sep 17 00:00:00 2001 From: Mario Duarte Date: Mon, 7 Oct 2024 19:48:21 +0200 Subject: [PATCH] =?UTF-8?q?CP-7782=20-=20Replace=20E2E=20pipeline=20execut?= =?UTF-8?q?ion=20with=20serverless-quality-gate=E2=80=A6=20(#3981)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 7ecbda15c53ba0bcedb9507cc49dc35311513e0e) --- .buildkite/pipeline.tests-production.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/.buildkite/pipeline.tests-production.yaml b/.buildkite/pipeline.tests-production.yaml index 169e58276..2cf8619d8 100644 --- a/.buildkite/pipeline.tests-production.yaml +++ b/.buildkite/pipeline.tests-production.yaml @@ -2,14 +2,17 @@ # A failure in this pipeline build will prevent further progression to the subsequent stage. steps: - - label: ":pipeline::rocket::seedling: Trigger control-plane e2e tests" + + - label: ":rocket: Run serverless synthetics check" if: build.env("ENVIRONMENT") == "production-canary" - trigger: "ess-k8s-production-e2e-tests" # https://buildkite.com/elastic/ess-k8s-production-e2e-tests + trigger: "serverless-quality-gates" build: - env: - REGION_ID: aws-us-east-1 - NAME_PREFIX: ci_test_fleet-promotion_ message: "${BUILDKITE_MESSAGE} (triggered by pipeline.tests-production-canary.yaml)" + env: + TARGET_ENV: production + SERVICE: fleet + CHECK_SYNTHETICS: true + CHECK_SYNTHETICS_TAG: serverless-platform-core-validation - label: ":cookie: 1h bake period before continuing promotion" if: build.env("ENVIRONMENT") == "production-canary"