-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.json
52 lines (52 loc) · 1.59 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
{
"workloads": [
{
"name": "Speedometer2",
"url": "http://user-awfy.sh.intel.com:8080/awfy/ARCworkloads/Speedometer2-226694-jstc/",
"run_times": 5,
"sleep_interval": 300
},
{
"name": "WebXPRT3",
"url": "http://test-server2.sh.intel.com/webxprt3/",
"run_times": 5,
"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": 5,
"sleep_interval": 300
}
],
"win_chrome_path": "HOME_DIR\\AppData\\Local\\Google\\Chrome SxS\\Application\\chrome.exe",
"linux_chrome_path": "/usr/bin/google-chrome-unstable",
"update_browser_sched": "0 0 0 * * Sat",
"intel_test_cadence": "0 0 4 * * Sat",
"amd_test_cadence": "0 0 1 * * Sat",
"enable_cron": true,
"mail_test_report": {
"from": "[email protected]",
},
"mail_dev_notice": {
"from": "[email protected]",
"to":["[email protected]", "[email protected]"]
},
"result_server": {
"host": "10.239.115.92",
"username": "banana",
"password": "000"
},
"chrome_linux_password": "",
"chart_page_url": "http://webpnp.sh.intel.com/",
"dev_mode": false
}