Skip to content

Commit

Permalink
Increase some test shardings to reduce CI timeouts under asan/tsan/msan.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 469173324
  • Loading branch information
hawkinsp authored and jax authors committed Aug 22, 2022
1 parent f905d98 commit da4e79a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,9 @@ jax_test(
name = "lax_control_flow_test",
srcs = ["lax_control_flow_test.py"],
shard_count = {
"cpu": 10,
"cpu": 20,
"gpu": 20,
"tpu": 10,
"tpu": 20,
"iree": 10,
},
)
Expand Down Expand Up @@ -529,9 +529,9 @@ jax_test(
name = "pmap_test",
srcs = ["pmap_test.py"],
shard_count = {
"cpu": 15,
"cpu": 30,
"gpu": 30,
"tpu": 15,
"tpu": 30,
},
tags = ["multiaccelerator"],
deps = [
Expand Down

0 comments on commit da4e79a

Please sign in to comment.