@@ -280,18 +280,18 @@ testClusters.integTest {
280
280
setting ' path.repo' , repo. absolutePath
281
281
}
282
282
283
- // For job-scheduler and reports-scheduler, the latest opendistro releases appear to be 1.13 .0.0.
284
- String bwcVersion = " 1.13 .0.0"
283
+ // For job-scheduler and reports-scheduler, the latest opensearch releases appear to be 1.1 .0.0.
284
+ String bwcVersion = " 1.1 .0.0"
285
285
String baseName = " reportsSchedulerBwcCluster"
286
286
String bwcFilePath = " src/test/resources/bwc"
287
- String bwcJobSchedulerURL = " https://d3g5vo6xdbdb9a.cloudfront.net/downloads/elasticsearch- plugins/opendistro -job-scheduler/opendistro-job-scheduler- " + bwcVersion + " .zip"
288
- String bwcReportsSchedulerURL = " https://d3g5vo6xdbdb9a.cloudfront.net/downloads/elasticsearch- plugins/opendistro -reports-scheduler/opendistro-reports-scheduler- " + bwcVersion + " .zip"
287
+ String bwcJobSchedulerURL = " https://ci.opensearch.org/ci/dbc/bundle-build/1.1.0/20210930/linux/x64/builds/opensearch/ plugins/opensearch -job-scheduler-1.1.0.0 .zip"
288
+ String bwcReportsSchedulerURL = " https://ci.opensearch.org/ci/dbc/bundle-build/1.1.0/20210930/linux/x64/builds/opensearch/ plugins/opensearch -reports-scheduler-1.1.0.0 .zip"
289
289
290
290
2. times {i ->
291
291
testClusters {
292
292
" ${ baseName} $i " {
293
293
testDistribution = " ARCHIVE"
294
- versions = [" 7.10.2 " , opensearch_version]
294
+ versions = [" 1.1.0 " , opensearch_version]
295
295
numberOfNodes = 3
296
296
plugin(provider(new Callable<RegularFile > (){
297
297
@Override
@@ -303,7 +303,7 @@ String bwcReportsSchedulerURL = "https://d3g5vo6xdbdb9a.cloudfront.net/downloads
303
303
if (! dir. exists()) {
304
304
dir. mkdirs()
305
305
}
306
- File file = new File (dir, " opendistro -job-scheduler-" + bwcVersion + " .zip" )
306
+ File file = new File (dir, " opensearch -job-scheduler-" + bwcVersion + " .zip" )
307
307
if (! file. exists()) {
308
308
new URL (bwcJobSchedulerURL). withInputStream{ ins -> file. withOutputStream{ it << ins }}
309
309
}
@@ -322,7 +322,7 @@ String bwcReportsSchedulerURL = "https://d3g5vo6xdbdb9a.cloudfront.net/downloads
322
322
if (! dir. exists()) {
323
323
dir. mkdirs()
324
324
}
325
- File file = new File (dir, " opendistro -reports-scheduler-" + bwcVersion + " .zip" )
325
+ File file = new File (dir, " opensearch -reports-scheduler-" + bwcVersion + " .zip" )
326
326
if (! file. exists()) {
327
327
new URL (bwcReportsSchedulerURL). withInputStream{ ins -> file. withOutputStream{ it << ins }}
328
328
}
@@ -354,7 +354,7 @@ task prepareBwcTests {
354
354
if (! dir. exists()) {
355
355
dir. mkdirs()
356
356
}
357
- File file = new File (dir, " opendistro -reports-scheduler-" + project. version + " .zip" )
357
+ File file = new File (dir, " opensearch -reports-scheduler-" + project. version + " .zip" )
358
358
if (! file. exists()) {
359
359
new URL (jobSchedulerURL). withInputStream{ ins -> file. withOutputStream{ it << ins }}
360
360
}
0 commit comments