Bazel: Parallelize Elasticseach test execution
Change-Id: Ifbf54039d1c099bd3d0196f8caf0ce263954363e
This commit is contained in:
committed by
David Ostrovsky
parent
dedab03ac3
commit
69a0f24730
@@ -27,7 +27,6 @@ acceptance_tests(
|
|||||||
labels = [
|
labels = [
|
||||||
"docker",
|
"docker",
|
||||||
"elastic",
|
"elastic",
|
||||||
"exclusive",
|
|
||||||
"pgm",
|
"pgm",
|
||||||
"no_windows",
|
"no_windows",
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -55,7 +55,6 @@ ELASTICSEARCH_TESTS_V7 = {i: "ElasticV7Query" + i.capitalize() + SUFFIX for i in
|
|||||||
ELASTICSEARCH_TAGS = [
|
ELASTICSEARCH_TAGS = [
|
||||||
"docker",
|
"docker",
|
||||||
"elastic",
|
"elastic",
|
||||||
"exclusive",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[junit_tests(
|
[junit_tests(
|
||||||
|
|||||||
Reference in New Issue
Block a user