Skip to content

Commit 1e9e041

Browse files
Stop producing builds for 8.16 (#2850)
* Stop producing builds for 8.16 * typo * Update catalog-info.yaml Co-authored-by: Valeriy Khakhutskyy <[email protected]> --------- Co-authored-by: Valeriy Khakhutskyy <[email protected]>
1 parent eff7e77 commit 1e9e041

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

catalog-info.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ spec:
156156
build_branches: true
157157
build_pull_request_forks: false
158158
cancel_deleted_branch_builds: true
159-
filter_condition: build.branch == "main" || build.branch == "9.0" || build.branch == "8.x" || build.branch == "8.18" || build.branch == "8.17" || build.branch == "8.16" || build.branch == "7.17"
159+
filter_condition: build.branch == "main" || build.branch == "9.0" || build.branch == "8.x" || build.branch == "8.18" || build.branch == "8.17" || build.branch == "7.17"
160160
filter_enabled: true
161161
publish_blocked_as_pending: true
162162
publish_commit_status: false
@@ -166,12 +166,8 @@ spec:
166166
schedules:
167167
Daily 7_17:
168168
branch: '7.17'
169-
cronline: 30 06 * * *
170-
message: Daily SNAPSHOT build for 7.17
171-
Daily 8_16:
172-
branch: '8.16'
173169
cronline: 30 05 * * *
174-
message: Daily SNAPSHOT build for 8.16
170+
message: Daily SNAPSHOT build for 7.17
175171
Daily 8_17:
176172
branch: '8.17'
177173
cronline: 30 04 * * *

0 commit comments

Comments
 (0)