Skip to content

Commit 2884409

Browse files
spcypptfacebook-github-bot
authored andcommitted
Use release branch of Nova workflow (pytorch#2489)
Summary: Changes in Nova framwork does not work with our current script. pytorch/test-infra#5071 (comment) Switch to use release branch of Nova workflow to guarantee that the workflow is stable throughout the release cycle. Pull Request resolved: pytorch#2489 Reviewed By: q10, huydhn Differential Revision: D55947486 fbshipit-source-id: e12552776bccb443cd1983fc037e8c08715c0749
1 parent 83e8cce commit 2884409

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build_wheels_linux_aarch64.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ permissions:
2424

2525
jobs:
2626
generate-matrix:
27-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
27+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.3
2828
with:
2929
package-type: wheel
3030
os: linux-aarch64
@@ -44,7 +44,7 @@ jobs:
4444
env-var-script: .github/scripts/nova_dir.bash
4545
package-name: fbgemm_gpu
4646
name: ${{ matrix.repository }}
47-
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
47+
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.3
4848
with:
4949
repository: ${{ matrix.repository }}
5050
ref: ""

.github/workflows/build_wheels_linux_x86.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ permissions:
2424

2525
jobs:
2626
generate-matrix:
27-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
27+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.3
2828
with:
2929
package-type: wheel
3030
os: linux
@@ -36,7 +36,7 @@ jobs:
3636
build:
3737
needs: generate-matrix
3838
name: pytorch/FBGEMM
39-
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
39+
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.3
4040
with:
4141
repository: pytorch/FBGEMM
4242
ref: ""

0 commit comments

Comments
 (0)