Differences From Artifact [55e292f1b8]:
- File tests/fullrun/megatest.config — part of check-in [b8c9afec8d] at 2017-03-21 23:29:16 on branch v1.64 — Merged in use-cache option and couple minor typo fixes from cache-control branch (user: matt, size: 8731) [annotate] [blame] [check-ins using] [more...]
To Artifact [73c3d86962]:
- File tests/fullrun/megatest.config — part of check-in [d642435cb5] at 2017-07-17 11:19:21 on branch v1.64 — Added maxload and maxhomehostload to fullrun (user: mrwellan, size: 8763) [annotate] [blame] [check-ins using] [more...]
︙ | |||
250 251 252 253 254 255 256 257 258 259 260 261 262 263 | 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 | + + | ((sleeprunner) "sleeprunner") \ (else "nbfake"))} # launcher bsub -q priority -o $MT_TEST_RUN_DIR/openlava.log # launcher #{ shell if which bsub > /dev/null;then echo bsub -q priority -o openlava.log;else echo sleeprunner;fi} # launcher nbfake maxload 1.1 maxhomehostload 1.1 [configf:settings trim-trailing-spaces yes] # Override the rollup for specific tests [testrollup] runfirst ls |
︙ |