Skip to content

Commit 07947e9

Browse files
authored
fix: Point infra branch to main (#2785)
1 parent c94f97e commit 07947e9

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/build-test.yml

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

1616
jobs:
1717
generate-matrix:
18-
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@release/2.3
18+
uses: pytorch/test-infra/.github/workflows/generate_binary_build_matrix.yml@main
1919
with:
2020
package-type: wheel
2121
os: linux
2222
test-infra-repository: pytorch/test-infra
2323
test-infra-ref: main
24-
channel: test
2524
with-rocm: false
2625
with-cpu: false
2726

@@ -41,7 +40,7 @@ jobs:
4140
smoke-test-script: packaging/smoke_test_script.sh
4241
package-name: torch_tensorrt
4342
name: Build torch-tensorrt whl package
44-
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@release/2.3
43+
uses: pytorch/test-infra/.github/workflows/build_wheels_linux.yml@main
4544
with:
4645
repository: ${{ matrix.repository }}
4746
ref: ""
@@ -66,7 +65,7 @@ jobs:
6665
package-name: torch_tensorrt
6766
pre-script: packaging/pre_build_script.sh
6867
post-script: packaging/post_build_script.sh
69-
uses: pytorch/tensorrt/.github/workflows/linux-test.yml@release/2.3
68+
uses: pytorch/tensorrt/.github/workflows/linux-test.yml@main
7069
with:
7170
job-name: tests-py-torchscript-fe
7271
repository: "pytorch/tensorrt"
@@ -104,7 +103,7 @@ jobs:
104103
package-name: torch_tensorrt
105104
pre-script: packaging/pre_build_script.sh
106105
post-script: packaging/post_build_script.sh
107-
uses: pytorch/tensorrt/.github/workflows/linux-test.yml@release/2.3
106+
uses: pytorch/tensorrt/.github/workflows/linux-test.yml@main
108107
with:
109108
job-name: tests-py-dynamo-converters
110109
repository: "pytorch/tensorrt"
@@ -133,7 +132,7 @@ jobs:
133132
package-name: torch_tensorrt
134133
pre-script: packaging/pre_build_script.sh
135134
post-script: packaging/post_build_script.sh
136-
uses: pytorch/tensorrt/.github/workflows/linux-test.yml@release/2.3
135+
uses: pytorch/tensorrt/.github/workflows/linux-test.yml@main
137136
with:
138137
job-name: tests-py-dynamo-fe
139138
repository: "pytorch/tensorrt"
@@ -163,7 +162,7 @@ jobs:
163162
package-name: torch_tensorrt
164163
pre-script: packaging/pre_build_script.sh
165164
post-script: packaging/post_build_script.sh
166-
uses: pytorch/tensorrt/.github/workflows/linux-test.yml@release/2.3
165+
uses: pytorch/tensorrt/.github/workflows/linux-test.yml@main
167166
with:
168167
job-name: tests-py-dynamo-serde
169168
repository: "pytorch/tensorrt"
@@ -192,7 +191,7 @@ jobs:
192191
package-name: torch_tensorrt
193192
pre-script: packaging/pre_build_script.sh
194193
post-script: packaging/post_build_script.sh
195-
uses: pytorch/tensorrt/.github/workflows/linux-test.yml@release/2.3
194+
uses: pytorch/tensorrt/.github/workflows/linux-test.yml@main
196195
with:
197196
job-name: tests-py-torch-compile-be
198197
repository: "pytorch/tensorrt"
@@ -223,7 +222,7 @@ jobs:
223222
package-name: torch_tensorrt
224223
pre-script: packaging/pre_build_script.sh
225224
post-script: packaging/post_build_script.sh
226-
uses: pytorch/tensorrt/.github/workflows/linux-test.yml@release/2.3
225+
uses: pytorch/tensorrt/.github/workflows/linux-test.yml@main
227226
with:
228227
job-name: tests-py-dynamo-core
229228
repository: "pytorch/tensorrt"

0 commit comments

Comments
 (0)