Skip to content

Commit e8529b0

Browse files
committed
chore: updates
1 parent 83e9a0b commit e8529b0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build-test.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
jobs:
1717
generate-matrix:
18-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
18+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.3
1919
with:
2020
package-type: wheel
2121
os: linux
@@ -40,7 +40,7 @@ jobs:
4040
smoke-test-script: packaging/smoke_test_script.sh
4141
package-name: torch_tensorrt
4242
name: Build torch-tensorrt whl package
43-
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
43+
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.3
4444
with:
4545
repository: ${{ matrix.repository }}
4646
ref: ""
@@ -65,7 +65,7 @@ jobs:
6565
package-name: torch_tensorrt
6666
pre-script: packaging/pre_build_script.sh
6767
post-script: packaging/post_build_script.sh
68-
uses: pytorch/tensorrt/.github/workflows/linux-test.yml@main
68+
uses: pytorch/tensorrt/.github/workflows/linux-test.yml@release/2.3
6969
with:
7070
job-name: tests-py-torchscript-fe
7171
repository: "pytorch/tensorrt"
@@ -101,7 +101,7 @@ jobs:
101101
package-name: torch_tensorrt
102102
pre-script: packaging/pre_build_script.sh
103103
post-script: packaging/post_build_script.sh
104-
uses: pytorch/tensorrt/.github/workflows/linux-test.yml@main
104+
uses: pytorch/tensorrt/.github/workflows/linux-test.yml@release/2.3
105105
with:
106106
job-name: tests-py-dynamo-converters
107107
repository: "pytorch/tensorrt"
@@ -129,7 +129,7 @@ jobs:
129129
package-name: torch_tensorrt
130130
pre-script: packaging/pre_build_script.sh
131131
post-script: packaging/post_build_script.sh
132-
uses: pytorch/tensorrt/.github/workflows/linux-test.yml@main
132+
uses: pytorch/tensorrt/.github/workflows/linux-test.yml@release/2.3
133133
with:
134134
job-name: tests-py-dynamo-fe
135135
repository: "pytorch/tensorrt"
@@ -158,7 +158,7 @@ jobs:
158158
package-name: torch_tensorrt
159159
pre-script: packaging/pre_build_script.sh
160160
post-script: packaging/post_build_script.sh
161-
uses: pytorch/tensorrt/.github/workflows/linux-test.yml@main
161+
uses: pytorch/tensorrt/.github/workflows/linux-test.yml@release/2.3
162162
with:
163163
job-name: tests-py-dynamo-serde
164164
repository: "pytorch/tensorrt"
@@ -186,7 +186,7 @@ jobs:
186186
package-name: torch_tensorrt
187187
pre-script: packaging/pre_build_script.sh
188188
post-script: packaging/post_build_script.sh
189-
uses: pytorch/tensorrt/.github/workflows/linux-test.yml@main
189+
uses: pytorch/tensorrt/.github/workflows/linux-test.yml@release/2.3
190190
with:
191191
job-name: tests-py-torch-compile-be
192192
repository: "pytorch/tensorrt"
@@ -215,7 +215,7 @@ jobs:
215215
package-name: torch_tensorrt
216216
pre-script: packaging/pre_build_script.sh
217217
post-script: packaging/post_build_script.sh
218-
uses: pytorch/tensorrt/.github/workflows/linux-test.yml@main
218+
uses: pytorch/tensorrt/.github/workflows/linux-test.yml@release/2.3
219219
with:
220220
job-name: tests-py-dynamo-core
221221
repository: "pytorch/tensorrt"

0 commit comments

Comments
 (0)