Skip to content

Commit 7ecbda1

Browse files
authored
CP-7782 - Replace E2E pipeline execution with serverless-quality-gate… (#3981)
1 parent 3343f1b commit 7ecbda1

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.buildkite/pipeline.tests-production.yaml

+8-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22
# A failure in this pipeline build will prevent further progression to the subsequent stage.
33

44
steps:
5-
- label: ":pipeline::rocket::seedling: Trigger control-plane e2e tests"
5+
6+
- label: ":rocket: Run serverless synthetics check"
67
if: build.env("ENVIRONMENT") == "production-canary"
7-
trigger: "ess-k8s-production-e2e-tests" # https://buildkite.com/elastic/ess-k8s-production-e2e-tests
8+
trigger: "serverless-quality-gates"
89
build:
9-
env:
10-
REGION_ID: aws-us-east-1
11-
NAME_PREFIX: ci_test_fleet-promotion_
1210
message: "${BUILDKITE_MESSAGE} (triggered by pipeline.tests-production-canary.yaml)"
11+
env:
12+
TARGET_ENV: production
13+
SERVICE: fleet
14+
CHECK_SYNTHETICS: true
15+
CHECK_SYNTHETICS_TAG: serverless-platform-core-validation
1316

1417
- label: ":cookie: 1h bake period before continuing promotion"
1518
if: build.env("ENVIRONMENT") == "production-canary"

0 commit comments

Comments
 (0)