Skip to content

Commit

Permalink
[ci] Onnx test 3->2 shards (pytorch#97383)
Browse files Browse the repository at this point in the history
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: pytorch#97383
Approved by: https://github.com/huydhn
  • Loading branch information
clee2000 authored and pytorchmergebot committed Mar 22, 2023
1 parent 191a232 commit bc26828
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pull.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bc26828

Please sign in to comment.