Skip to content

Commit 157d0c3

Browse files
authored
[ML] Bump version to 9.3.0 (#2865)
* Bump version to 9.3.0 * Add 9.2 to build schedule * remove 8.17 from build schedule
1 parent 28798c5 commit 157d0c3

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

catalog-info.yaml

Lines changed: 9 additions & 9 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.1" || 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.2" || build.branch == "9.1" || build.branch == "9.0" || build.branch == "8.19" || build.branch == "8.18" || build.branch == "7.17"
160160
filter_enabled: true
161161
publish_blocked_as_pending: true
162162
publish_commit_status: false
@@ -168,26 +168,26 @@ spec:
168168
branch: '7.17'
169169
cronline: 30 06 * * *
170170
message: Daily SNAPSHOT build for 7.17
171-
Daily 8_17:
172-
branch: '8.17'
173-
cronline: 30 05 * * *
174-
message: Daily SNAPSHOT build for 8.17
175171
Daily 8_18:
176172
branch: '8.18'
177-
cronline: 30 04 * * *
173+
cronline: 30 05 * * *
178174
message: Daily SNAPSHOT build for 8.18
179175
Daily 8_19:
180176
branch: '8.19'
181-
cronline: 30 03 * * *
177+
cronline: 30 04 * * *
182178
message: Daily SNAPSHOT build for 8.19
183179
Daily 9.0:
184180
branch: '9.0'
185-
cronline: 30 02 * * *
181+
cronline: 30 03 * * *
186182
message: Daily SNAPSHOT build for 9.0
187183
Daily 9.1:
188184
branch: '9.1'
189-
cronline: 30 01 * * *
185+
cronline: 30 02 * * *
190186
message: Daily SNAPSHOT build for 9.1
187+
Daily 9.2:
188+
branch: '9.2'
189+
cronline: 30 01 * * *
190+
message: Daily SNAPSHOT build for 9.2
191191
Daily main:
192192
branch: main
193193
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.2.0
3+
elasticsearchVersion=9.3.0
44

55
artifactName=ml-cpp
66

0 commit comments

Comments
 (0)