Overview
Comment: | Added maxload and maxhomehostload to fullrun |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.64 |
Files: | files | file ages | folders |
SHA1: |
d642435cb5e41b3cb88833e5f41eeddf |
User & Date: | mrwellan on 2017-07-17 11:19:21 |
Other Links: | branch diff | manifest | tags |
Context
2017-07-17
| ||
13:00 | Re-enabled install of nanomsg check-in: cd95146b0a user: mrwellan tags: v1.64 | |
11:19 | Added maxload and maxhomehostload to fullrun check-in: d642435cb5 user: mrwellan tags: v1.64 | |
10:48 | Minor improvements to installall.sh check-in: 997d9118b4 user: mrwellan tags: v1.64 | |
Changes
Modified tests/fullrun/megatest.config from [55e292f1b8] to [73c3d86962].
︙ | ︙ | |||
250 251 252 253 254 255 256 257 258 259 260 261 262 263 | ((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 [configf:settings trim-trailing-spaces yes] # Override the rollup for specific tests [testrollup] runfirst ls | > > | 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 |
︙ | ︙ |