Skip to content

Commit 35e046a

Browse files
committed
Removing references to specific branch of test-infra and testing with @main
1 parent 45957fb commit 35e046a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/float8_test.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ on:
1010
- main
1111
- 'gh/**'
1212

13-
# concurrency:
14-
# group: float8_test-${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_number || github.ref }}
15-
# cancel-in-progress: true
13+
concurrency:
14+
group: float8_test-${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_number || github.ref }}
15+
cancel-in-progress: true
1616

1717
env:
1818
HF_TOKEN: ${{ secrets.HF_TOKEN }}
@@ -29,13 +29,12 @@ jobs:
2929
gpu-arch-type: "cuda"
3030
gpu-arch-version: "12.1"
3131

32-
uses: pytorch/test-infra/.github/workflows/linux_job.yml@jeanschmidt/linux_job_containers
32+
uses: pytorch/test-infra/.github/workflows/linux_job.yml@main
3333
with:
3434
timeout: 60
3535
runner: ${{ matrix.runs-on }}
3636
gpu-arch-type: ${{ matrix.gpu-arch-type }}
3737
gpu-arch-version: ${{ matrix.gpu-arch-version }}
38-
test-infra-ref: jeanschmidt/linux_job_containers
3938
script: |
4039
conda create -n venv python=3.9 -y
4140
conda activate venv

0 commit comments

Comments
 (0)