mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[ci/es-verify] Report failed tests to github (#182578)
Enable test failure reporting (via opening a github issue) on: - kibana-es-serverless-snapshots - kibana-es-snapshots.yml.
This commit is contained in:
parent
b64500b9e6
commit
a20b226599
2 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,7 @@ spec:
|
|||
SLACK_NOTIFICATIONS_CHANNEL: '#kibana-operations-alerts'
|
||||
ES_SERVERLESS_IMAGE: latest
|
||||
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
|
||||
REPORT_FAILED_TESTS_TO_GITHUB: 'true'
|
||||
allow_rebuilds: true
|
||||
branch_configuration: main
|
||||
default_branch: main
|
||||
|
|
|
@ -128,6 +128,7 @@ spec:
|
|||
env:
|
||||
SLACK_NOTIFICATIONS_CHANNEL: '#kibana-operations-alerts'
|
||||
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
|
||||
REPORT_FAILED_TESTS_TO_GITHUB: 'true'
|
||||
allow_rebuilds: true
|
||||
branch_configuration: main 8.14 7.17
|
||||
default_branch: main
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue