Merge branch 'stable-2.15' into stable-2.16
* stable-2.15: PolyGerrit: Suppress JSC_REFERENCE_BEFORE_DECLARE error ElasticContainer: Use version 7.0.0-rc2 for V7_0 tests Bazel: Avoid using tools in action inputs Update rules_closure to latest version Change-Id: I30896f8226ea1838dc9556a1f95483a33fd34aee
This commit is contained in:
@@ -51,7 +51,7 @@ public class ElasticContainer extends ElasticsearchContainer {
|
||||
case V6_7:
|
||||
return "docker.elastic.co/elasticsearch/elasticsearch-oss:6.7.0";
|
||||
case V7_0:
|
||||
return "docker.elastic.co/elasticsearch/elasticsearch-oss:7.0.0-rc1";
|
||||
return "docker.elastic.co/elasticsearch/elasticsearch-oss:7.0.0-rc2";
|
||||
}
|
||||
throw new IllegalStateException("No tests for version: " + version.name());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user