Skip to content

Commit 8997141

Browse files
authored
Update build-test.yml
Change the branch for the linux-job to main
1 parent c6e9fe8 commit 8997141

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build-test.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
# - repository: pytorch/tensorrt
6565
# package-name: torch_tensorrt
6666
# pre-script: packaging/pre_build_script.sh
67-
# uses: pytorch/tensorrt/.github/workflows/linux-test.yml@gha-ci-infra
67+
# uses: pytorch/tensorrt/.github/workflows/linux-test.yml@main
6868
# with:
6969
# job-name: tests-py-torchscript-fe
7070
# repository: "pytorch/tensorrt"
@@ -98,7 +98,7 @@ jobs:
9898
- repository: pytorch/tensorrt
9999
package-name: torch_tensorrt
100100
pre-script: packaging/pre_build_script.sh
101-
uses: pytorch/tensorrt/.github/workflows/linux-test.yml@gha-ci-infra
101+
uses: pytorch/tensorrt/.github/workflows/linux-test.yml@main
102102
with:
103103
job-name: tests-py-dynamo-converters
104104
repository: "pytorch/tensorrt"
@@ -130,7 +130,7 @@ jobs:
130130
- repository: pytorch/tensorrt
131131
package-name: torch_tensorrt
132132
pre-script: packaging/pre_build_script.sh
133-
uses: pytorch/tensorrt/.github/workflows/linux-test.yml@gha-ci-infra
133+
uses: pytorch/tensorrt/.github/workflows/linux-test.yml@main
134134
with:
135135
job-name: tests-py-dynamo-fe
136136
repository: "pytorch/tensorrt"
@@ -157,7 +157,7 @@ jobs:
157157
- repository: pytorch/tensorrt
158158
package-name: torch_tensorrt
159159
pre-script: packaging/pre_build_script.sh
160-
uses: pytorch/tensorrt/.github/workflows/linux-test.yml@gha-ci-infra
160+
uses: pytorch/tensorrt/.github/workflows/linux-test.yml@main
161161
with:
162162
job-name: tests-py-torch-compile-be
163163
repository: "pytorch/tensorrt"
@@ -185,7 +185,7 @@ jobs:
185185
- repository: pytorch/tensorrt
186186
package-name: torch_tensorrt
187187
pre-script: packaging/pre_build_script.sh
188-
uses: pytorch/tensorrt/.github/workflows/linux-test.yml@gha-ci-infra
188+
uses: pytorch/tensorrt/.github/workflows/linux-test.yml@main
189189
with:
190190
job-name: tests-py-dynamo-core
191191
repository: "pytorch/tensorrt"
@@ -202,4 +202,4 @@ jobs:
202202
${CONDA_RUN} python -m pytest -n 10 --junitxml=${RUNNER_TEST_RESULTS_DIR}/tests_py_dynamo_core_runtime_test_results.xml runtime/
203203
${CONDA_RUN} python -m pytest -n 10 --junitxml=${RUNNER_TEST_RESULTS_DIR}/tests_py_dynamo_core_partitioning_test_results.xml partitioning/
204204
${CONDA_RUN} python -m pytest -n 10 --junitxml=${RUNNER_TEST_RESULTS_DIR}/tests_py_dynamo_core_lowering_test_results.xml lowering/
205-
popd
205+
popd

0 commit comments

Comments
 (0)