mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 03:01:21 -04:00
[ci/package-registry-verify-and-promote] REPORT_FAILED_TESTS_TO_GITHUB (#205305)
Also fixes a typo, preventing the promotion trigger from running. https://buildkite.com/elastic/kibana-package-registry-verify-and-promote/builds/7
This commit is contained in:
parent
68f510eed9
commit
fd63ee5e28
2 changed files with 2 additions and 1 deletions
|
@ -21,6 +21,7 @@ spec:
|
||||||
env:
|
env:
|
||||||
SLACK_NOTIFICATIONS_CHANNEL: "#kibana-operations-alerts"
|
SLACK_NOTIFICATIONS_CHANNEL: "#kibana-operations-alerts"
|
||||||
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true"
|
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true"
|
||||||
|
REPORT_FAILED_TESTS_TO_GITHUB: 'true'
|
||||||
repository: elastic/kibana
|
repository: elastic/kibana
|
||||||
branch_configuration: main
|
branch_configuration: main
|
||||||
default_branch: main
|
default_branch: main
|
||||||
|
|
|
@ -90,7 +90,7 @@ steps:
|
||||||
depends_on:
|
depends_on:
|
||||||
- ftr-configs
|
- ftr-configs
|
||||||
- jest-integration
|
- jest-integration
|
||||||
- defend-worfklows-stateful
|
- defend-workflows-stateful
|
||||||
- defend-workflows-serverless
|
- defend-workflows-serverless
|
||||||
|
|
||||||
- wait: ~
|
- wait: ~
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue