@@ -4,12 +4,12 @@ on: [pull_request]
4
4
5
5
jobs :
6
6
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
8
8
with :
9
9
package-type : wheel
10
10
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
13
13
with-rocm : false
14
14
with-cpu : false
15
15
@@ -27,12 +27,12 @@ jobs:
27
27
smoke-test-script : packaging/smoke_test_windows.py
28
28
package-name : torch_tensorrt
29
29
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
31
31
with :
32
32
repository : ${{ matrix.repository }}
33
33
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
36
36
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
37
37
pre-script : ${{ matrix.pre-script }}
38
38
smoke-test-script : ${{ matrix.smoke-test-script }}
@@ -170,8 +170,8 @@ jobs:
170
170
job-name : tests-py-torch-compile-be
171
171
repository : ${{ matrix.repository }}
172
172
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
175
175
pre-script : packaging/pre_build_script_driver_upgrade.sh
176
176
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
177
177
script : |
0 commit comments