Differences From Artifact [3fe3119991]:
- File tests/fullrun/config/mt_include_1.config — part of check-in [c84bb1b895] at 2013-09-13 22:56:48 on branch v1.55 — Join monitor thread in launch (user: matt, size: 522) [annotate] [blame] [check-ins using] [more...]
To Artifact [8f5c4be50c]:
- File tests/fullrun/config/mt_include_1.config — part of check-in [ea7d14821a] at 2013-11-01 23:11:20 on branch v1.55 — Added prereqs calculation caching. Trimmed data pulled from db in some cases. Minor effiency optimization in launch:excute. Change calculation in ezsteps last step. Force COMPLETED if last step (user: matt, size: 540) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | + + + | [setup] # exectutable /path/to/megatest max_concurrent_jobs 50 linktree #{getenv MT_RUN_AREA_HOME}/tmp/mt_links [jobtools] useshell yes # ## launcher launches jobs, the job is managed on the target host ## by megatest, comment out launcher to run local # workhosts localhost hermes # launcher exec nbfake launcher nbfake # launcher echo # launcher nbfind # launcher nodanggood ## use "xterm -e csi -- " as a launcher to examine the launch environment. ## exit with (exit) ## get a shell with (system "bash") # launcher xterm -e csi -- |