forked from Honry/webpnp-test-automation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
71 lines (71 loc) · 1.87 KB
/
config.json
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"workloads": [
{
"name": "Speedometer2",
"url": "http://user-awfy.sh.intel.com:8080/awfy/ARCworkloads/Speedometer2-226694-jstc/",
"run_times": 3,
"sleep_interval": 300
},
{
"name": "WebXPRT3",
"url": "http://user-awfy.sh.intel.com:8080/awfy/ARCworkloads/webxprt3/",
"run_times": 3,
"sleep_interval": 300
},
{
"name": "Unity3D",
"url": "http://user-awfy.sh.intel.com:8080/awfy/ARCworkloads/benchmarks2018/",
"run_times": 3,
"sleep_interval": 300
},
{
"name": "JetStream2",
"url": "http://user-awfy.sh.intel.com:8080/awfy/ARCworkloads/JetStream2-JSTC/",
"run_times": 3,
"sleep_interval": 300
}
],
"win_chrome_path": "HOME_DIR\\AppData\\Local\\Google\\Chrome SxS\\Application\\chrome.exe",
"linux_chrome_path": "/usr/bin/google-chrome-unstable",
"chrome_flags": [],
"update_browser_sched": "0 0 0 * * Sat",
"test_cadence": "0 0 5 * * Sat",
"enable_cron": false,
"mail_test_report": {
"from": "[email protected]",
"to": [
]
},
"mail_dev_notice": {
"from": "[email protected]",
"to": [
]
},
"result_server": {
"host": "powerbuilder.sh.intel.com",
"username": "webnn",
"password": "",
"reportDir": "/home/webnn/project/webpnp/"
},
"chrome_linux_password": "",
"dev_mode": false,
"chromium_builder": {
"enable_chromium_build": false,
"commit_id": "",
"host": "10.239.61.100",
"port": "8790"
}
}