Skip to content

Commit 8c8c9e7

Browse files
authored
ci: enable 9.* branches (#4433)
1 parent e22619b commit 8c8c9e7

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

catalog-info.yaml

+9-6
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,13 @@ spec:
4545
spec:
4646
repository: elastic/fleet-server
4747
pipeline_file: ".buildkite/pipeline.yml"
48-
branch_configuration: "main 8.* 7.* v8.* v7.*"
48+
branch_configuration: "main 9.* 8.* 7.*"
4949
provider_settings:
5050
build_pull_request_forks: false
5151
build_pull_requests: true # requires filter_enabled and filter_condition settings as below when used with buildkite-pr-bot
52-
build_tags: true
52+
build_tags: false
5353
filter_enabled: true
54+
# TODO: what's the reason for this filter?
5455
filter_condition: >-
5556
build.pull_request.id == null || (build.creator.name == 'elasticmachine' && build.pull_request.id != null)
5657
env:
@@ -94,6 +95,7 @@ spec:
9495
build_tags: false
9596
build_branches: false
9697
filter_enabled: true
98+
# TODO: what's the reason for this filter?
9799
filter_condition: >-
98100
build.pull_request.id == null || (build.creator.name == 'elasticmachine' && build.pull_request.id != null)
99101
env:
@@ -102,9 +104,9 @@ spec:
102104
SLACK_NOTIFICATIONS_ALL_BRANCHES: 'false'
103105
SLACK_NOTIFICATIONS_ON_SUCCESS: 'false'
104106
cancel_intermediate_builds: true
105-
cancel_intermediate_builds_branch_filter: '!main !7.* !8.*'
107+
cancel_intermediate_builds_branch_filter: '!main !7.* !8.* !9.*'
106108
skip_intermediate_builds: true
107-
skip_intermediate_builds_branch_filter: '!main !7.* !8.*'
109+
skip_intermediate_builds_branch_filter: '!main !7.* !8.* !9.*'
108110
teams:
109111
ingest-fp:
110112
access_level: MANAGE_BUILD_AND_READ
@@ -175,12 +177,13 @@ spec:
175177
build_tags: false
176178
build_branches: false
177179
filter_enabled: true
180+
# TODO: what's the reason for this filter?
178181
filter_condition: >-
179182
build.pull_request.id == null || (build.creator.name == 'elasticmachine' && build.pull_request.id != null)
180183
cancel_intermediate_builds: true
181-
cancel_intermediate_builds_branch_filter: '!main !7.* !8.*'
184+
cancel_intermediate_builds_branch_filter: '!main !7.* !8.* !9.*'
182185
skip_intermediate_builds: true
183-
skip_intermediate_builds_branch_filter: '!main !7.* !8.*'
186+
skip_intermediate_builds_branch_filter: '!main !7.* !8.* !9.*'
184187
teams:
185188
ingest-fp:
186189
access_level: MANAGE_BUILD_AND_READ

0 commit comments

Comments
 (0)