Commit 57baa95
committed
fix: use --cpu 2 in CLI tests to avoid executor non-preemptible heuristic
The executor heuristic auto-tags jobs with ≤1 CPU, ≤4GB RAM, no device
as non-preemptible. Test cluster workers are all preemptible, so jobs
were stuck PENDING. Bump to 2 CPUs to bypass the heuristic.1 parent d23f207 commit 57baa95
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
| |||
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
66 | | - | |
| 68 | + | |
67 | 69 | | |
68 | 70 | | |
69 | 71 | | |
| |||
89 | 91 | | |
90 | 92 | | |
91 | 93 | | |
92 | | - | |
| 94 | + | |
93 | 95 | | |
94 | 96 | | |
95 | 97 | | |
| |||
0 commit comments