mirror of
https://github.com/google/nomulus.git
synced 2025-06-15 17:04:45 +02:00
Shard the RDAP tests
These typically take the longest to complete, so sharding them will make them faster. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=199796400
This commit is contained in:
parent
5aeee19699
commit
06fc89c6c5
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@ java_library(
|
||||||
GenTestRules(
|
GenTestRules(
|
||||||
name = "GeneratedTestRules",
|
name = "GeneratedTestRules",
|
||||||
medium_tests = ["RdapDomainSearchActionTest"],
|
medium_tests = ["RdapDomainSearchActionTest"],
|
||||||
|
shard_count = 4,
|
||||||
test_files = glob(["*Test.java"]),
|
test_files = glob(["*Test.java"]),
|
||||||
deps = [":rdap"],
|
deps = [":rdap"],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue