Temporary increase ASAN shard 5 to 4xlarge (#89387)

ASAN shard 5 also see OOM now 7b0d577c22, may be we should increase all 5 of them to 4xlarge until https://github.com/pytorch/pytorch/issues/88309 is resolved
Pull Request resolved: https://github.com/pytorch/pytorch/pull/89387
Approved by: https://github.com/kit1980
This commit is contained in:
Huy Do
2022-11-20 23:36:47 +00:00
committed by PyTorch MergeBot
parent e1d58b1928
commit 1856fa5df7

View File

@ -78,7 +78,7 @@ jobs:
{ config: "default", shard: 2, num_shards: 5, runner: "linux.2xlarge" },
{ config: "default", shard: 3, num_shards: 5, runner: "linux.2xlarge" },
{ config: "default", shard: 4, num_shards: 5, runner: "linux.4xlarge" },
{ config: "default", shard: 5, num_shards: 5, runner: "linux.2xlarge" },
{ config: "default", shard: 5, num_shards: 5, runner: "linux.4xlarge" },
{ config: "functorch", shard: 1, num_shards: 1, runner: "linux.2xlarge" },
]}