Skip to content

Commit

Permalink
Fix linux_job_v2 after pytorch/test-infra#6104 (#2692)
Browse files Browse the repository at this point in the history
Summary:
Same as pytorch/executorch#7731

Pull Request resolved: #2692

Reviewed By: PaulZhang12

Differential Revision: D68442367

Pulled By: atalman

fbshipit-source-id: 6693cdab50a0748997b955958c65b876dc6f2dec
  • Loading branch information
atalman authored and facebook-github-bot committed Jan 21, 2025
1 parent 9dfdfb8 commit d0bf444
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unittest_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ jobs:
python-tag: "py312"
cuda-tag: "cu124"
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
permissions:
id-token: write
contents: read
with:
runner: ${{ matrix.os }}
timeout: 30
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/unittest_ci_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
python-version: '3.12'
python-tag: "py312"
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
permissions:
id-token: write
contents: read
with:
runner: ${{ matrix.os }}
timeout: 15
Expand Down

0 comments on commit d0bf444

Please sign in to comment.