Skip to content

Commit

Permalink
enable intermediate builds on version branches (#4165)
Browse files Browse the repository at this point in the history
Signed-off-by: David Natachanny <[email protected]>
  • Loading branch information
DaveSys911 authored Jan 31, 2024
1 parent 9c40d66 commit 4b404b1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ spec:
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"
cancel_intermediate_builds_branch_filter: '!main !7.* !8.* !9.*'
skip_intermediate_builds: true
skip_intermediate_builds_branch_filter: "!main"
skip_intermediate_builds_branch_filter: '!main !7.* !8.* !9.*'
env:
ELASTIC_SLACK_NOTIFICATIONS_ENABLED: "true"
SLACK_NOTIFICATIONS_CHANNEL: "#ingest-notifications"
Expand Down Expand Up @@ -96,9 +96,9 @@ spec:
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"
cancel_intermediate_builds_branch_filter: '!main !7.* !8.* !9.*'
skip_intermediate_builds: true
skip_intermediate_builds_branch_filter: "!main"
skip_intermediate_builds_branch_filter: '!main !7.* !8.* !9.*'
teams:
ingest-fp:
access_level: MANAGE_BUILD_AND_READ
Expand Down

0 comments on commit 4b404b1

Please sign in to comment.