Skip to content

Commit 6af0694

Browse files
authored
Update catalog-info.yaml: remove 8.18 and 9.0 (#2872)
1 parent 57b18cf commit 6af0694

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

catalog-info.yaml

Lines changed: 3 additions & 11 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.2" || build.branch == "9.1" || build.branch == "9.0" || build.branch == "8.19" || build.branch == "8.18" || build.branch == "7.17"
159+
filter_condition: build.branch == "main" || build.branch == "9.2" || build.branch == "9.1" || build.branch == "8.19" || build.branch == "7.17"
160160
filter_enabled: true
161161
publish_blocked_as_pending: true
162162
publish_commit_status: false
@@ -166,20 +166,12 @@ spec:
166166
schedules:
167167
Daily 7_17:
168168
branch: '7.17'
169-
cronline: 30 06 * * *
169+
cronline: 30 04 * * *
170170
message: Daily SNAPSHOT build for 7.17
171-
Daily 8_18:
172-
branch: '8.18'
173-
cronline: 30 05 * * *
174-
message: Daily SNAPSHOT build for 8.18
175171
Daily 8_19:
176172
branch: '8.19'
177-
cronline: 30 04 * * *
178-
message: Daily SNAPSHOT build for 8.19
179-
Daily 9.0:
180-
branch: '9.0'
181173
cronline: 30 03 * * *
182-
message: Daily SNAPSHOT build for 9.0
174+
message: Daily SNAPSHOT build for 8.19
183175
Daily 9.1:
184176
branch: '9.1'
185177
cronline: 30 02 * * *

0 commit comments

Comments
 (0)