Skip to content

Commit

Permalink
chore(quality-gates): add fleet test job, add build links
Browse files Browse the repository at this point in the history
  • Loading branch information
delanni committed Aug 30, 2023
1 parent 082e40b commit a7b4ebe
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .buildkite/pipelines/quality-gates/pipeline.tests-qa.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
steps:
- label: ":pipeline::kibana::seedling: Trigger Kibana Serverless Tests for ${ENVIRONMENT}"
trigger: appex-qa-kibana-serverless-ftr-tests
trigger: appex-qa-kibana-serverless-ftr-tests # https://buildkite.com/elastic/appex-qa-kibana-serverless-ftr-tests
build:
env:
ENVIRONMENT: ${ENVIRONMENT}
message: Triggered by pipeline.tests.qa.yaml
branch: $BUILDKITE_BRANCH
commit: $BUILDKITE_COMMIT

- label: ":pipeline::weight_lifter::seedling: Trigger RAC Alert Load tests for ${ENVIRONMENT}"
trigger: appex-qa-rac-alert-load
trigger: appex-qa-rac-alert-load # https://buildkite.com/elastic/appex-qa-rac-alert-load
build:
env:
ENVIRONMENT: ${ENVIRONMENT}
message: Triggered by pipeline.tests.qa.yaml

- label: ":pipeline::ship::seedling: Trigger Fleet serverless smoke tests for ${ENVIRONMENT}"
trigger: fleet-smoke-tests # https://buildkite.com/elastic/fleet-smoke-tests
build:
env:
ENVIRONMENT: ${ENVIRONMENT}
message: Triggered by pipeline.tests.qa.yaml
branch: $BUILDKITE_BRANCH
commit: $BUILDKITE_COMMIT

- wait: ~

Expand Down

0 comments on commit a7b4ebe

Please sign in to comment.