Skip to content

Commit 9c0ca36

Browse files
committed
test
1 parent a02d944 commit 9c0ca36

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/scripts/generate-tensorrt-test-matrix.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
import sys
77

88
CUDA_VERSIONS_DICT = {
9-
"nightly": ["cu121"],
9+
"nightly": ["cu124"],
1010
"test": ["cu121", "cu124"],
1111
"release": ["cu121", "cu124"],
1212
}
1313

1414
PYTHON_VERSIONS_DICT = {
1515
"nightly": ["3.9"],
16-
"test": ["3.9", "3.12"],
17-
"release": ["3.9", "3.12"],
16+
"test": ["3.9", "3.10", "3.11", "3.12"],
17+
"release": ["3.9", "3.10", "3.11", "3.12"],
1818
}
1919

2020
TENSORRT_VERSIONS_DICT = {

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
TENSORRT_VERSION: ${{ matrix.tensorrt.version }}
9393
TENSORRT_URLS: ${{ matrix.tensorrt.urls }}
9494
TENSORRT_SHA256: ${{ matrix.tensorrt.sha256 }}
95-
name: release_${{ matrix.build_name }}
95+
name: build_tensorrt${{ matrix.tensorrt.version }}_py${{matrix.python_version}}_cu${{matrix.desired_cuda}}
9696
runs-on: ${{ matrix.validation_runner }}
9797
container:
9898
image: ${{ matrix.container_image }}
@@ -217,5 +217,5 @@ jobs:
217217
path: ${{ inputs.repository }}/dist
218218

219219
concurrency:
220-
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ inputs.repository }}-${{ github.event_name == 'workflow_dispatch' }}-${{ inputs.job-name }}-${{ inputs.cxx11-tarball-release }}
220+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}-${{ inputs.repository }}-${{ github.event_name == 'workflow_dispatch' }}-${{ inputs.job-name }}
221221
cancel-in-progress: true

0 commit comments

Comments
 (0)