mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[FIPS][CI] Add 8.19 to daily pipeline (#219461)
## Summary We should run this pipeline daily on `8.19` as it is a releasable artifact now as well. cc @elastic/kibana-security
This commit is contained in:
parent
8959be1b6d
commit
c8185ba452
1 changed files with 7 additions and 2 deletions
|
@ -22,15 +22,20 @@ spec:
|
|||
SLACK_NOTIFICATIONS_CHANNEL: '#kibana-fips'
|
||||
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
|
||||
repository: elastic/kibana
|
||||
branch_configuration: main
|
||||
branch_configuration: main 8.19
|
||||
default_branch: main
|
||||
pipeline_file: '.buildkite/pipelines/fips.yml'
|
||||
provider_settings:
|
||||
trigger_mode: none
|
||||
schedules:
|
||||
daily:
|
||||
Daily build (main):
|
||||
message: Daily build
|
||||
branch: main
|
||||
cronline: 0 5 * * * America/New_York
|
||||
Daily build (8.19):
|
||||
message: Daily build
|
||||
branch: '8.19'
|
||||
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