File tree Expand file tree Collapse file tree 2 files changed +11
-7
lines changed
Expand file tree Collapse file tree 2 files changed +11
-7
lines changed Original file line number Diff line number Diff 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 * * *
Original file line number Diff line number Diff line change 11org.gradle.daemon =false
22
3- elasticsearchVersion =9.1 .0
3+ elasticsearchVersion =9.2 .0
44
55artifactName =ml-cpp
66
You can’t perform that action at this time.
0 commit comments