Skip to content

Commit a1923ac

Browse files
committed
Add analytics-engine plugin to doctest test cluster
Signed-off-by: Kai Huang <kaihuang@amazon.com> Signed-off-by: Kai Huang <ahkcs@amazon.com>
1 parent abd446b commit a1923ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doctest/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ testClusters {
195195
}))
196196
*/
197197
plugin(getJobSchedulerPlugin(jsPlugin, bwcOpenSearchJSDownload))
198+
plugin provider { (RegularFile) (() -> file("${rootDir}/libs/analytics-engine-3.6.0-SNAPSHOT.zip")) }
198199
plugin ':opensearch-sql-plugin'
199200
testDistribution = 'archive'
200201
}

0 commit comments

Comments
 (0)