Skip to content

Commit 371cac1

Browse files
committed
Switch back to pytorch as repo source
1 parent c709417 commit 371cac1

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build-test-windows.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on: [pull_request]
44

55
jobs:
66
generate-matrix:
7-
uses: gs-olive/test-infra/.github/workflows/generate_binary_build_matrix.yml@windows_builds
7+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
88
with:
99
package-type: wheel
1010
os: windows
11-
test-infra-repository: gs-olive/test-infra
12-
test-infra-ref: windows_builds
11+
test-infra-repository: pytorch/test-infra
12+
test-infra-ref: main
1313
with-rocm: false
1414
with-cpu: false
1515

@@ -27,12 +27,12 @@ jobs:
2727
smoke-test-script: packaging/smoke_test_windows.py
2828
package-name: torch_tensorrt
2929
name: Build torch-tensorrt whl package
30-
uses: gs-olive/test-infra/.github/workflows/build_wheels_windows.yml@windows_builds
30+
uses: pytorch/test-infra/.github/workflows/build_wheels_windows.yml@main
3131
with:
3232
repository: ${{ matrix.repository }}
3333
ref: ""
34-
test-infra-repository: gs-olive/test-infra
35-
test-infra-ref: windows_builds
34+
test-infra-repository: pytorch/test-infra
35+
test-infra-ref: main
3636
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
3737
pre-script: ${{ matrix.pre-script }}
3838
smoke-test-script: ${{ matrix.smoke-test-script }}
@@ -170,8 +170,8 @@ jobs:
170170
job-name: tests-py-torch-compile-be
171171
repository: ${{ matrix.repository }}
172172
ref: ""
173-
test-infra-repository: gs-olive/test-infra
174-
test-infra-ref: windows_builds
173+
test-infra-repository: pytorch/test-infra
174+
test-infra-ref: main
175175
pre-script: packaging/pre_build_script_driver_upgrade.sh
176176
build-matrix: ${{ needs.generate-matrix.outputs.matrix }}
177177
script: |

0 commit comments

Comments
 (0)