Skip to content

Commit

Permalink
[Fleet] Quality gates for production canary (#3032)
Browse files Browse the repository at this point in the history
  • Loading branch information
nchaulet authored Oct 12, 2023
1 parent 069094c commit 57a0cbb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .buildkite/pipeline.tests-production-canary.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# These pipeline steps constitute the quality gate for fleet server within the production canary environment.
# A failure in this pipeline build will prevent further progression to the subsequent stage.

steps:
- label: ":pipeline::rocket::seedling: Trigger control-plane e2e tests"
trigger: "ess-k8s-production-e2e-tests" # https://buildkite.com/elastic/ess-k8s-production-e2e-tests
build:
env:
REGION_ID: aws-us-east-1
NAME_PREFIX: ci_test_fleet-promotion_
message: "${BUILDKITE_MESSAGE} (triggered by pipeline.tests-production-canary.yaml)"
- label: ":cookie: 1h bake period before continuing promotion"
command: "sleep 3600"
5 changes: 2 additions & 3 deletions .buildkite/pipeline.tests-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@
# this pipeline build will prevent further progression to the subsequent stage.

steps:
- command:
- echo "Waiting for 10m for indicative health metrics"
- sleep 600
- label: ":cookie: 30m bake period before continuing promotion"
command: "sleep 1800"
- wait
- label: ":rocket: Run observability gates"
trigger: "serverless-quality-gates"
Expand Down

0 comments on commit 57a0cbb

Please sign in to comment.