File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -150,8 +150,6 @@ def main(args: list[str]) -> None:
150150 options .limit_pr_builds == "true" ,
151151 ):
152152 print (f"[DEBUG] passed filter - adding to build matrix" , file = sys .stderr )
153- # Add tensorrt version to all items (required by linux-test.yml)
154- item ["tensorrt" ] = {"version" : "10.13.3" }
155153 filtered_includes .append (item )
156154
157155 # NEW: Create distributed variant for specific configs
Original file line number Diff line number Diff line change @@ -542,8 +542,6 @@ jobs:
542542 "include": ${{ toJSON(fromJSON(needs.filter-matrix.outputs.matrix).distributed_include) }}
543543 }
544544 pre-script : ${{ matrix.pre-script }}
545- post-script : ${{ matrix.post-script }}
546- smoke-test-script : ${{ matrix.smoke-test-script }}
547545 script : |
548546 set -euo pipefail
549547
You can’t perform that action at this time.
0 commit comments