1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
-
-
+
-
+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
|
[fields]
SYSTEM TEXT
RELEASE TEXT
[env-override]
[setup]
# Adjust max_concurrent_jobs to limit how much you load your machines
# max_concurrent_jobs 150
max_concurrent_jobs 150
max_concurrent_jobs 1000
# This is your link path, you can move it but it is generally better to keep it stable
linktree #{shell readlink -f #{getenv PWD}/../simplelinks}
linktree #{shell readlink -f #{getenv MT_RUN_AREA_HOME}/../simplelinks}
[include testqa/configs/megatest.abc.config]
timeout 0.025
# timeout 0.025
[jobtools]
maxload 4
launcher nbfake
[server]
# timeout 0.01
# homehost xena
# homehost 143.182.225.38
# force server
server-query-threshold 0
[jobtools]
# launcher nbq -P ch_vp -C SLES11_EM64T_4G -Q /ciaf/fdk
# launcher nbfake
# maxload 4
|