Skip to content

Commit 546a574

Browse files
committed
test
1 parent 8a199aa commit 546a574

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build-tensorrt-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build Torch-TensorRT wheel on Linux
1+
name: Build Torch-TensorRT wheel on Linux with specified tensorRT version
22

33
on:
44
workflow_call:

.github/workflows/build-test-tensorrt-linux.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and test Torch-TensorRT on Linux
1+
name: Build and test Torch-TensorRT on Linux with specified tensorRT version
22

33
on:
44
pull_request:
@@ -67,7 +67,7 @@ jobs:
6767
package-name: ${{ matrix.package-name }}
6868
smoke-test-script: ${{ matrix.smoke-test-script }}
6969
trigger-event: ${{ github.event_name }}
70-
upload-artifact: torch_tensorrt_${{ matrix.tensorrt.version }}_py${{ matrix.python_version }}_${{ matrix.desired_cuda }}
70+
upload-artifact: torch_tensorrt_${{ needs.generate-tensorrt-matrix.outputs.matrix.tensorrt.version }}_py${{ needs.generate-tensorrt-matrix.outputs.matrix.python_version }}_${{ needs.generate-tensorrt-matrix.outputs.matrix.desired_cuda }}
7171

7272
tests-py-torchscript-fe:
7373
name: Test torchscript frontend [Python]
@@ -83,14 +83,14 @@ jobs:
8383
smoke-test-script: packaging/smoke_test_script.sh
8484
uses: ./.github/workflows/linux-test.yml
8585
with:
86-
job-name: tests-py-torchscript-fe
86+
job-name: tests-py-torchscript-fe-tensorrt-${{ needs.generate-tensorrt-matrix.outputs.matrix.tensorrt.version }}-py${{ needs.generate-tensorrt-matrix.outputs.matrix.python_version }}
8787
repository: "pytorch/tensorrt"
8888
ref: ""
8989
test-infra-repository: pytorch/test-infra
9090
test-infra-ref: main
9191
build-matrix: ${{ needs.generate-tensorrt-matrix.outputs.matrix }}
9292
pre-script: ${{ matrix.pre-script }}
93-
download-artifact: torch_tensorrt_${{ matrix.tensorrt.version }}_py${{ matrix.python_version }}_${{ matrix.desired_cuda }}
93+
download-artifact: ${{ needs.generate-tensorrt-matrix.outputs.matrix.tensorrt.version }}_py${{ needs.generate-tensorrt-matrix.outputs.matrix.python_version }}_${{ needs.generate-tensorrt-matrix.outputs.matrix.desired_cuda }}
9494
script: |
9595
export USE_HOST_DEPS=1
9696
export CI_BUILD=1

0 commit comments

Comments
 (0)