From bc268284dea61cec3807717fe17b70e80e17b946 Mon Sep 17 00:00:00 2001 From: Catherine Lee Date: Wed, 22 Mar 2023 23:11:39 +0000 Subject: [PATCH] [ci] Onnx test 3->2 shards (#97383) Nit, not entirely sure why onnx needs an extra shard, it also doesn't seem to be doing anything. https://github.com/pytorch/pytorch/actions/runs/4494513193/jobs/7907327958 The test step is 2 minutes long Pull Request resolved: https://github.com/pytorch/pytorch/pull/97383 Approved by: https://github.com/huydhn --- .github/workflows/pull.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index abaf4249e60b67..99f20a63c7ce6e 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -105,9 +105,8 @@ jobs: docker-image-name: pytorch-linux-focal-py3-clang10-onnx test-matrix: | { include: [ - { config: "default", shard: 1, num_shards: 3, runner: "linux.2xlarge" }, - { config: "default", shard: 2, num_shards: 3, runner: "linux.2xlarge" }, - { config: "default", shard: 3, num_shards: 3, runner: "linux.2xlarge" }, + { config: "default", shard: 1, num_shards: 2, runner: "linux.2xlarge" }, + { config: "default", shard: 2, num_shards: 2, runner: "linux.2xlarge" }, ]} linux-focal-py3_8-clang10-onnx-test: