mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[QG] Improve comments in quality gate pipelines (#170920)
This commit is contained in:
parent
e389991557
commit
2da0aeff36
2 changed files with 2 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
steps:
|
||||
- label: ":kibana: Kibana Serverless Tests for ${ENVIRONMENT}"
|
||||
trigger: appex-qa-serverless-kibana-ftr-tests # https://buildkite.com/elastic/appex-qa-serverless-kibana-ftr-tests
|
||||
soft_fail: true # Remove this before release or when tests stabilize
|
||||
soft_fail: true # Remove when tests stabilize
|
||||
build:
|
||||
env:
|
||||
ENVIRONMENT: ${ENVIRONMENT}
|
||||
|
@ -16,7 +16,6 @@ steps:
|
|||
# TODO: Uncomment this code when the integration is ready.
|
||||
# - label: ":pipeline::female-detective::seedling: Trigger Security Solution quality gate script"
|
||||
# trigger: security-serverless-quality-gate # https://buildkite.com/elastic/security-serverless-quality-gate
|
||||
# soft_fail: true # Remove this when tests are fixed
|
||||
# build:
|
||||
# env:
|
||||
# ENVIRONMENT: ${ENVIRONMENT}
|
||||
|
|
|
@ -13,7 +13,7 @@ steps:
|
|||
|
||||
- label: ":kibana: Kibana Serverless Tests for ${ENVIRONMENT}"
|
||||
trigger: appex-qa-serverless-kibana-ftr-tests # https://buildkite.com/elastic/appex-qa-serverless-kibana-ftr-tests
|
||||
soft_fail: true # Remove this before release or when tests stabilize
|
||||
soft_fail: true # Remove when tests stabilize
|
||||
build:
|
||||
env:
|
||||
ENVIRONMENT: ${ENVIRONMENT}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue