20
20
package-type : wheel
21
21
os : linux
22
22
test-infra-repository : pytorch/test-infra
23
- test-infra-ref : 7af3f97894a6c372555fd60520807bbf0868d8d2
23
+ test-infra-ref : main
24
24
with-rocm : false
25
25
with-cpu : false
26
26
@@ -37,12 +37,12 @@ jobs:
37
37
smoke-test-script : " "
38
38
package-name : torch_tensorrt
39
39
name : Build torch-tensorrt whl package
40
- uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@7af3f97894a6c372555fd60520807bbf0868d8d2
40
+ uses : pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
41
41
with :
42
42
repository : ${{ matrix.repository }}
43
43
ref : " "
44
44
test-infra-repository : pytorch/test-infra
45
- test-infra-ref : 7af3f97894a6c372555fd60520807bbf0868d8d2
45
+ test-infra-ref : main
46
46
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
47
47
pre-script : ${{ matrix.pre-script }}
48
48
env-var-script : ${{ matrix.env-var-script }}
70
70
repository : " pytorch/tensorrt"
71
71
ref : " "
72
72
test-infra-repository : pytorch/test-infra
73
- test-infra-ref : 7af3f97894a6c372555fd60520807bbf0868d8d2
73
+ test-infra-ref : main
74
74
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
75
75
pre-script : ${{ matrix.pre-script }}
76
76
script : |
@@ -99,13 +99,13 @@ jobs:
99
99
- repository : pytorch/tensorrt
100
100
package-name : torch_tensorrt
101
101
pre-script : packaging/pre_build_script.sh
102
- uses : pytorch/tensorrt/.github/workflows/linux-test.yml@release/2.1
102
+ uses : pytorch/tensorrt/.github/workflows/linux-test.yml@main
103
103
with :
104
104
job-name : tests-py-dynamo-converters
105
105
repository : " pytorch/tensorrt"
106
106
ref : " "
107
107
test-infra-repository : pytorch/test-infra
108
- test-infra-ref : release/2.1
108
+ test-infra-ref : main
109
109
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
110
110
pre-script : ${{ matrix.pre-script }}
111
111
script : |
@@ -126,13 +126,13 @@ jobs:
126
126
- repository : pytorch/tensorrt
127
127
package-name : torch_tensorrt
128
128
pre-script : packaging/pre_build_script.sh
129
- uses : pytorch/tensorrt/.github/workflows/linux-test.yml@release/2.1
129
+ uses : pytorch/tensorrt/.github/workflows/linux-test.yml@main
130
130
with :
131
131
job-name : tests-py-dynamo-fe
132
132
repository : " pytorch/tensorrt"
133
133
ref : " "
134
134
test-infra-repository : pytorch/test-infra
135
- test-infra-ref : release/2.1
135
+ test-infra-ref : main
136
136
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
137
137
pre-script : ${{ matrix.pre-script }}
138
138
script : |
@@ -155,13 +155,13 @@ jobs:
155
155
- repository : pytorch/tensorrt
156
156
package-name : torch_tensorrt
157
157
pre-script : packaging/pre_build_script.sh
158
- uses : pytorch/tensorrt/.github/workflows/linux-test.yml@release/2.1
158
+ uses : pytorch/tensorrt/.github/workflows/linux-test.yml@main
159
159
with :
160
160
job-name : tests-py-torch-compile-be
161
161
repository : " pytorch/tensorrt"
162
162
ref : " "
163
163
test-infra-repository : pytorch/test-infra
164
- test-infra-ref : release/2.1
164
+ test-infra-ref : main
165
165
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
166
166
pre-script : ${{ matrix.pre-script }}
167
167
script : |
@@ -183,13 +183,13 @@ jobs:
183
183
- repository : pytorch/tensorrt
184
184
package-name : torch_tensorrt
185
185
pre-script : packaging/pre_build_script.sh
186
- uses : pytorch/tensorrt/.github/workflows/linux-test.yml@release/2.1
186
+ uses : pytorch/tensorrt/.github/workflows/linux-test.yml@main
187
187
with :
188
188
job-name : tests-py-dynamo-core
189
189
repository : " pytorch/tensorrt"
190
190
ref : " "
191
191
test-infra-repository : pytorch/test-infra
192
- test-infra-ref : release/2.1
192
+ test-infra-ref : main
193
193
build-matrix : ${{ needs.generate-matrix.outputs.matrix }}
194
194
pre-script : ${{ matrix.pre-script }}
195
195
script : |
0 commit comments