Commit 49d3a7b
ci: remove dead rm -rf build, add gpu_partition default
- Remove no-op 'rm -rf build' inside 'if [ ! -d build ]' guard
in common/test.sh and common/bench.sh.
- Default gpu_partition to 'batch' before dynamic selection to
prevent unbound variable error if a new cluster is added.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 72c9c86 commit 49d3a7b
File tree
3 files changed
+1
-2
lines changed- .github
- scripts
- workflows/common
3 files changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| 98 | + | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
0 commit comments