Skip to content

Commit

Permalink
Use release branch of Nova workflow (pytorch#2489)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
spcyppt authored and facebook-github-bot committed Apr 10, 2024
1 parent 83e8cce commit 2884409
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels_linux_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ permissions:

jobs:
generate-matrix:
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.3
with:
package-type: wheel
os: linux-aarch64
Expand All @@ -44,7 +44,7 @@ jobs:
env-var-script: .github/scripts/nova_dir.bash
package-name: fbgemm_gpu
name: ${{ matrix.repository }}
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.3
with:
repository: ${{ matrix.repository }}
ref: ""
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels_linux_x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ permissions:

jobs:
generate-matrix:
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.3
with:
package-type: wheel
os: linux
Expand All @@ -36,7 +36,7 @@ jobs:
build:
needs: generate-matrix
name: pytorch/FBGEMM
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.3
with:
repository: pytorch/FBGEMM
ref: ""
Expand Down

0 comments on commit 2884409

Please sign in to comment.