Commit ed1113b
authored
allocrunner: automatically stop batch types allocations. (#26)
Previously, when running batch type jobs (batch/sysbatch), the
allocs would run until the user initiated shutdown. This is not
how batch workloads run and caused load testing problems as nodes
would fill with running workload. This problem can be overcome by
using the "real" allocrunner, but adds resource overhead on the
nodesim process.
Automatically stopping batch workload mimics real work and allows
us to use the simulated allocrunner for a lighter overhead. This
means benchmarking can be cheaper and easier to run.1 parent 7f0beac commit ed1113b
1 file changed
+18
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
177 | 195 | | |
178 | 196 | | |
179 | 197 | | |
| |||
0 commit comments