Skip to content

Commit

Permalink
CP-7782 - Replace E2E pipeline execution with serverless-quality-gate… (
Browse files Browse the repository at this point in the history
  • Loading branch information
mduarte authored Oct 7, 2024
1 parent 3343f1b commit 7ecbda1
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .buildkite/pipeline.tests-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7ecbda1

Please sign in to comment.