mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
This change converts the module and plugin parameters for testClusters to be lazy. Meaning that the values are not resolved until they are actually used. This removes the requirement to use project.afterEvaluate to be able to resolve the bundle artifact. Note - this does not completely remove the need for afterEvaluate since it is still needed for the custom resource extension.
This commit is contained in:
parent
57d6493e29
commit
a2fafa6af4
20 changed files with 120 additions and 68 deletions
|
@ -79,7 +79,7 @@ integTest.enabled = false
|
|||
|
||||
testClusters."integTest${action}" {
|
||||
numberOfNodes = ec2NumberOfNodes
|
||||
plugin file(project(':plugins:discovery-ec2').bundlePlugin.archiveFile)
|
||||
plugin project(':plugins:discovery-ec2').bundlePlugin.archiveFile
|
||||
|
||||
setting 'discovery.seed_providers', 'ec2'
|
||||
setting 'network.host', '_ec2_'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue