Skip to content

Commit

Permalink
ci: enable 9.* branches (#4433)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Feb 7, 2025
1 parent e22619b commit 8c8c9e7
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,13 @@ spec:
spec:
repository: elastic/fleet-server
pipeline_file: ".buildkite/pipeline.yml"
branch_configuration: "main 8.* 7.* v8.* v7.*"
branch_configuration: "main 9.* 8.* 7.*"
provider_settings:
build_pull_request_forks: false
build_pull_requests: true # requires filter_enabled and filter_condition settings as below when used with buildkite-pr-bot
build_tags: true
build_tags: false
filter_enabled: true
# TODO: what's the reason for this filter?
filter_condition: >-
build.pull_request.id == null || (build.creator.name == 'elasticmachine' && build.pull_request.id != null)
env:
Expand Down Expand Up @@ -94,6 +95,7 @@ spec:
build_tags: false
build_branches: false
filter_enabled: true
# TODO: what's the reason for this filter?
filter_condition: >-
build.pull_request.id == null || (build.creator.name == 'elasticmachine' && build.pull_request.id != null)
env:
Expand All @@ -102,9 +104,9 @@ spec:
SLACK_NOTIFICATIONS_ALL_BRANCHES: 'false'
SLACK_NOTIFICATIONS_ON_SUCCESS: 'false'
cancel_intermediate_builds: true
cancel_intermediate_builds_branch_filter: '!main !7.* !8.*'
cancel_intermediate_builds_branch_filter: '!main !7.* !8.* !9.*'
skip_intermediate_builds: true
skip_intermediate_builds_branch_filter: '!main !7.* !8.*'
skip_intermediate_builds_branch_filter: '!main !7.* !8.* !9.*'
teams:
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
Expand Down Expand Up @@ -175,12 +177,13 @@ spec:
build_tags: false
build_branches: false
filter_enabled: true
# TODO: what's the reason for this filter?
filter_condition: >-
build.pull_request.id == null || (build.creator.name == 'elasticmachine' && build.pull_request.id != null)
cancel_intermediate_builds: true
cancel_intermediate_builds_branch_filter: '!main !7.* !8.*'
cancel_intermediate_builds_branch_filter: '!main !7.* !8.* !9.*'
skip_intermediate_builds: true
skip_intermediate_builds_branch_filter: '!main !7.* !8.*'
skip_intermediate_builds_branch_filter: '!main !7.* !8.* !9.*'
teams:
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
Expand Down

0 comments on commit 8c8c9e7

Please sign in to comment.