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 @@ -560,8 +560,6 @@ jobs:
560560 "include": ${{ toJSON(fromJSON(needs.filter-matrix.outputs.matrix).distributed_include) }}
561561 }
562562 pre-script : ${{ matrix.pre-script }}
563- post-script : ${{ matrix.post-script }}
564- smoke-test-script : ${{ matrix.smoke-test-script }}
565563 script : |
566564 set -euo pipefail
567565
You can’t perform that action at this time.
0 commit comments