Skip to content

Commit 6dd36b3

Browse files
committed
Merge remote-tracking branch 'origin/fix_ci' into add_h100_ci
2 parents 1529aad + 3262b9b commit 6dd36b3

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.github/workflows/float8_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
gpu-arch-type: "cuda"
3535
gpu-arch-version: "12.1"
3636

37+
permissions:
38+
id-token: write
39+
contents: read
3740
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
3841
with:
3942
timeout: 60

.github/workflows/nightly_smoke_test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ concurrency:
1111
cancel-in-progress: true
1212

1313
env:
14-
HF_TOKEN: ${{ secrets.HF_TOKEN }}
14+
HF_TOKEN: ${{ secrets.HF_TOKEN }}
1515

1616
jobs:
1717
test:
@@ -25,7 +25,9 @@ jobs:
2525
gpu-arch-type: "cuda"
2626
gpu-arch-version: "12.1"
2727

28-
28+
permissions:
29+
id-token: write
30+
contents: read
2931
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
3032
with:
3133
runner: ${{ matrix.runs-on }}

.github/workflows/regression_test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
gpu-arch-type: "cpu"
3535
gpu-arch-version: ""
3636

37+
permissions:
38+
id-token: write
39+
contents: read
3740
uses: pytorch/test-infra/.github/workflows/linux_job_v2.yml@main
3841
with:
3942
timeout: 120

0 commit comments

Comments
 (0)