Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] Enable auto runs of JDK matrix pipelines #15593

Merged
merged 1 commit into from
Nov 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 27 additions & 29 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -355,20 +355,19 @@ spec:
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'false' # disable during development
SLACK_NOTIFICATIONS_CHANNEL: '#logstash-build'
SLACK_NOTIFICATIONS_ON_SUCCESS: 'false'
## disable during development
# schedules:
# Weekly 7_17:
# branch: '7.17'
# cronline: 0 1 * * 2
# message: Weekly Linux JDK matrix tests for 7.17
# Weekly 8_11:
# branch: '8.11'
# cronline: 0 1 * * 2
# message: Weekly Linux JDK matrix tests for 7.17
# Daily main:
# branch: main
# cronline: 0 1 * * 2
# message: Weekly Linux JDK matrix tests for main
schedules:
Weekly 7_17:
branch: '7.17'
cronline: 0 1 * * 2
message: Weekly Linux JDK matrix tests for 7.17
Weekly 8_11:
branch: '8.11'
cronline: 0 1 * * 2
message: Weekly Linux JDK matrix tests for 8.11
Daily main:
branch: main
cronline: 0 1 * * 2
message: Weekly Linux JDK matrix tests for main
teams:
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
Expand Down Expand Up @@ -407,23 +406,22 @@ spec:
cancel_intermediate_builds: true
skip_intermediate_builds: true
env:
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'false' # disable during development
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: 'true'
SLACK_NOTIFICATIONS_CHANNEL: '#logstash-build'
SLACK_NOTIFICATIONS_ON_SUCCESS: 'false'
## disable during development
# schedules:
# Weekly 7_17:
# branch: '7.17'
# cronline: 0 1 * * 2
# message: Weekly Windows JDK matrix tests for 7.17
# Weekly 8_11:
# branch: '8.11'
# cronline: 0 1 * * 2
# message: Weekly Windows JDK matrix tests for 7.17
# Daily main:
# branch: main
# cronline: 0 1 * * 2
# message: Weekly Windows JDK matrix tests for main
schedules:
Weekly 7_17:
branch: '7.17'
cronline: 0 1 * * 2
message: Weekly Windows JDK matrix tests for 7.17
Weekly 8_11:
branch: '8.11'
cronline: 0 1 * * 2
message: Weekly Windows JDK matrix tests for 8.11
Daily main:
branch: main
cronline: 0 1 * * 2
message: Weekly Windows JDK matrix tests for main
teams:
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
Expand Down