Commit 672d228
committed
ci: force-disable compute-sanitizer on PR matrix (debug only)
Wire the existing SETUP_SANITIZER gate behind a literal `false &&` so
every PR test job exports SETUP_SANITIZER=0 and SANITIZER_CMD=, which
makes run-tests invoke pytest directly instead of under
compute-sanitizer. Pairs with the matrix trim in this branch to test the
hypothesis that the TestIpcReexport hang on r595-driver runners is
specific to running pytest under compute-sanitizer. Revert before
merging.1 parent 0092172 commit 672d228
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
92 | 95 | | |
93 | 96 | | |
94 | 97 | | |
| |||
0 commit comments