File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 2
2
# A failure in this pipeline build will prevent further progression to the subsequent stage.
3
3
4
4
steps :
5
- - label : " :pipeline::rocket::seedling: Trigger control-plane e2e tests"
5
+
6
+ - label : " :rocket: Run serverless synthetics check"
6
7
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 "
8
9
build :
9
- env :
10
- REGION_ID : aws-us-east-1
11
- NAME_PREFIX : ci_test_fleet-promotion_
12
10
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
13
16
14
17
- label : " :cookie: 1h bake period before continuing promotion"
15
18
if : build.env("ENVIRONMENT") == "production-canary"
You can’t perform that action at this time.
0 commit comments