Skip to content

Commit

Permalink
Fix cron description for Iron Bank validation (#39260)
Browse files Browse the repository at this point in the history
This commit fixes the schedule description for the Iron Bank validation and removes the old static schedule, now that we have a centralized
scheduling job (#39254).

Additionally, now that the job has been tested ([^1]) it enables slack alerts as well.

[^1]: #39255 (comment)
  • Loading branch information
dliappis authored Apr 29, 2024
1 parent e588628 commit c2c5fea
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1087,25 +1087,6 @@ spec:
skip_intermediate_builds: false
provider_settings:
trigger_mode: none
# TODO uncomment out after https://github.com/elastic/ingest-dev/issues/3235
# schedules:
# # TODO to be replaced with a generic scheduler similar to https://github.com/elastic/logstash/pull/15705
# Daily run of ironbank validation / main:
# branch: main
# cronline: 30 02 * * *
# message: Daily trigger of IronBank validation on main
# Daily run of ironbank validation / 8.14:
# branch: 8.14
# cronline: 30 02 * * *
# message: Daily trigger of IronBank validation on 8.14
# Daily run of ironbank validation / 8.13:
# branch: 8.13
# cronline: 30 02 * * *
# message: Daily trigger of IronBank validation on 8.13
# Daily run of ironbank validation / 7.17:
# branch: 7.17
# cronline: 30 02 * * *
# message: Daily trigger of IronBank validation on 7.17
teams:
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
Expand Down Expand Up @@ -1139,7 +1120,7 @@ spec:
pipeline_file: ".buildkite/pipeline-scheduler.yml"
maximum_timeout_in_minutes: 240
schedules:
Daily Snapshot DRA:
Daily run of Iron Bank validation:
branch: main
cronline: 30 02 * * *
message: Daily trigger of Iron Bank validation Pipeline per branch
Expand All @@ -1149,8 +1130,7 @@ spec:
provider_settings:
trigger_mode: none
env:
# TODO enable slack notifications when it's tested
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'false'
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
SLACK_NOTIFICATIONS_CHANNEL: '#ingest-notifications'
SLACK_NOTIFICATIONS_ON_SUCCESS: 'false'
teams:
Expand Down

0 comments on commit c2c5fea

Please sign in to comment.