Skip to content

Commit

Permalink
Fix github CI error (#409)
Browse files Browse the repository at this point in the history
* Fix github CI error

Summary:
Recently the cuda nightly job failed with "Error: The operation was canceled."
Probably due to timeout, so we can increase the time a bit"

Test Plan:
CI

Reviewers:

Subscribers:

Tasks:

Tags:

* Update regression_test.yml use timeout

---------

Co-authored-by: Huy Do <huydhn@gmail.com>
  • Loading branch information
jerryzh168 and huydhn authored Jun 21, 2024
1 parent 2eb08be commit 512b5d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:

uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
with:
timeout: 60
runner: ${{ matrix.runs-on }}
gpu-arch-type: ${{ matrix.gpu-arch-type }}
gpu-arch-version: ${{ matrix.gpu-arch-version }}
Expand Down

0 comments on commit 512b5d6

Please sign in to comment.