Skip to content

Commit 4b404b1

Browse files
authored
enable intermediate builds on version branches (#4165)
Signed-off-by: David Natachanny <David.Natachanny@elastic.co>
1 parent 9c40d66 commit 4b404b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

catalog-info.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ spec:
4848
filter_condition: >-
4949
build.pull_request.id == null || (build.creator.name == 'elasticmachine' && build.pull_request.id != null)
5050
cancel_intermediate_builds: true
51-
cancel_intermediate_builds_branch_filter: "!main"
51+
cancel_intermediate_builds_branch_filter: '!main !7.* !8.* !9.*'
5252
skip_intermediate_builds: true
53-
skip_intermediate_builds_branch_filter: "!main"
53+
skip_intermediate_builds_branch_filter: '!main !7.* !8.* !9.*'
5454
env:
5555
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true"
5656
SLACK_NOTIFICATIONS_CHANNEL: "#ingest-notifications"
@@ -96,9 +96,9 @@ spec:
9696
filter_condition: >-
9797
build.pull_request.id == null || (build.creator.name == 'elasticmachine' && build.pull_request.id != null)
9898
cancel_intermediate_builds: true
99-
cancel_intermediate_builds_branch_filter: "!main"
99+
cancel_intermediate_builds_branch_filter: '!main !7.* !8.* !9.*'
100100
skip_intermediate_builds: true
101-
skip_intermediate_builds_branch_filter: "!main"
101+
skip_intermediate_builds_branch_filter: '!main !7.* !8.* !9.*'
102102
teams:
103103
ingest-fp:
104104
access_level: MANAGE_BUILD_AND_READ

0 commit comments

Comments
 (0)