mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
[CI / FIPS] Adjust FIPS daily pipeline alerts, start time (#183855)
## Summary The FIPS pipeline may be failing for quite awhile for issues to get fixed and as the project ramps up. For now divert the alerts to a new Slack channel. Also adjusted the start time so that it completes earlier in the day.
This commit is contained in:
parent
07feb6e35d
commit
8cb8306000
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ spec:
|
|||
description: Run Kibana FIPS smoke tests
|
||||
spec:
|
||||
env:
|
||||
SLACK_NOTIFICATIONS_CHANNEL: "#kibana-operations-alerts"
|
||||
SLACK_NOTIFICATIONS_CHANNEL: "#kibana-fips-ftr-errors"
|
||||
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true"
|
||||
repository: elastic/kibana
|
||||
branch_configuration: main
|
||||
|
@ -30,7 +30,7 @@ spec:
|
|||
schedules:
|
||||
daily:
|
||||
branch: main
|
||||
cronline: 0 9 * * * America/New_York
|
||||
cronline: 0 5 * * * America/New_York
|
||||
teams:
|
||||
kibana-operations:
|
||||
access_level: MANAGE_BUILD_AND_READ
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue