1
2
3
4
5
6
7
8
9
10
|
[setup]
# exectutable /path/to/megatest
max_concurrent_jobs 150
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
|
|
|
1
2
3
4
5
6
7
8
9
10
|
[setup]
# exectutable /path/to/megatest
max_concurrent_jobs 25
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
|