Skip to content

Commit e020ccf

Browse files
committed
debug- removing post-script and smoke-test-script
1 parent 22d297a commit e020ccf

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/scripts/filter-matrix.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)