Skip to content

Commit 129bfdd

Browse files
authored
[ML] Bump version to 9.2 (#2858)
* Bump version to 9.2 * extend filter_condition
1 parent c56874a commit 129bfdd

File tree

2 files changed

+11
-7
lines changed

2 files changed

+11
-7
lines changed

catalog-info.yaml

Lines changed: 10 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.19" || build.branch == "8.18" || build.branch == "8.17" || build.branch == "7.17"
159+
filter_condition: build.branch == "main" || build.branch == "9.1" || build.branch == "9.0" || build.branch == "8.19" || 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,24 +166,28 @@ spec:
166166
schedules:
167167
Daily 7_17:
168168
branch: '7.17'
169-
cronline: 30 05 * * *
169+
cronline: 30 06 * * *
170170
message: Daily SNAPSHOT build for 7.17
171171
Daily 8_17:
172172
branch: '8.17'
173-
cronline: 30 04 * * *
173+
cronline: 30 05 * * *
174174
message: Daily SNAPSHOT build for 8.17
175175
Daily 8_18:
176176
branch: '8.18'
177-
cronline: 30 03 * * *
177+
cronline: 30 04 * * *
178178
message: Daily SNAPSHOT build for 8.18
179179
Daily 8_19:
180180
branch: '8.19'
181-
cronline: 30 02 * * *
181+
cronline: 30 03 * * *
182182
message: Daily SNAPSHOT build for 8.19
183183
Daily 9.0:
184184
branch: '9.0'
185-
cronline: 30 01 * * *
185+
cronline: 30 02 * * *
186186
message: Daily SNAPSHOT build for 9.0
187+
Daily 9.1:
188+
branch: '9.1'
189+
cronline: 30 01 * * *
190+
message: Daily SNAPSHOT build for 9.1
187191
Daily main:
188192
branch: main
189193
cronline: 30 00 * * *

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
org.gradle.daemon=false
22

3-
elasticsearchVersion=9.1.0
3+
elasticsearchVersion=9.2.0
44

55
artifactName=ml-cpp
66

0 commit comments

Comments
 (0)