Skip to content

Commit

Permalink
trigger scale tests from fleet-server-tests (#2942)
Browse files Browse the repository at this point in the history
* trigger scale tests from fleet-server-tests

* added o11y qg, removed tests from staging

* added CONTAINER_NAME
  • Loading branch information
juliaElastic authored Sep 4, 2023
1 parent 3b76cdf commit ada3c33
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 3 deletions.
19 changes: 19 additions & 0 deletions .buildkite/pipeline.tests-qa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,29 @@
# this pipeline build will prevent further progression to the subsequent stage.

steps:
- label: ":rocket: Run observability gates"
trigger: "serverless-quality-gates"
build:
branch: main
commit: HEAD
message: "${BUILDKITE_MESSAGE}"
env:
TARGET_ENV: qa
SERVICE: fleet
CHECK_LOG_ERROR_RATE: true
CHECK_CONTAINER_RESTART_COUNT: true
CONTAINER_NAME: fleet
CHECK_API_REQUEST_METRICS: true
- label: ":rocket: Run Smoke tests"
trigger: "fleet-smoke-tests"
build:
message: "${BUILDKITE_MESSAGE}"
env:
ENVIRONMENT: ${ENVIRONMENT}
- label: ":rocket: Run Scale tests"
trigger: "fleet-scale-tests"
build:
message: "${BUILDKITE_MESSAGE}"
env:
ENVIRONMENT: ${ENVIRONMENT}

13 changes: 10 additions & 3 deletions .buildkite/pipeline.tests-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,16 @@
# this pipeline build will prevent further progression to the subsequent stage.

steps:
- label: ":rocket: Run Smoke tests"
trigger: "fleet-smoke-tests"
- label: ":rocket: Run observability gates"
trigger: "serverless-quality-gates"
build:
branch: main
commit: HEAD
message: "${BUILDKITE_MESSAGE}"
env:
ENVIRONMENT: ${ENVIRONMENT}
TARGET_ENV: staging
SERVICE: fleet
CHECK_LOG_ERROR_RATE: true
CHECK_CONTAINER_RESTART_COUNT: true
CONTAINER_NAME: fleet
CHECK_API_REQUEST_METRICS: true

0 comments on commit ada3c33

Please sign in to comment.