• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "build_product": {
3    "product_path": "/out/test_report"
4  },
5  "build_option": {
6    "exclude": [
7      "test_report"
8    ],
9    "log_path": "/out/hispark_pegasus/wifiiot_hispark_pegasus/build.log",
10    "common_cmd": "/build.sh  --product-name wifiiot_hispark_pegasus {0} {1} --no-prebuilt-sdk",
11    "ninjia_cmd": "/build.sh --product-name wifiiot_hispark_pegasus --ninja-args={0} --no-prebuilt-sdk",
12    "exec_timeout": 1800,
13    "select_timeout": 0,
14    "ptyflag": "False",
15    "file_time_intever": 2,
16    "cmd_type": "select",
17    "option_report_path": "/out/test_report/test_build_option.html",
18    "option_script_path": "/build/test/example/test_build_option.py"
19  },
20  "gn_template": {
21    "exclude": [
22      "test_report"
23    ],
24    "gn_template_report_path": "/out/test_report/test_gn_template.html",
25    "gn_template_script_path": "/build/test/example/test_gn_template.py",
26    "template_source_path": "build/test/test_example_template/",
27    "result_build_file": "/out/rk3568/build/build_framework/",
28    "result_rust_file": "/out/rk3568/obj/build/rust/tests/",
29    "result_obj_file": "/out/rk3568/obj/build/test/test_example_template/",
30    "rust_path": "build/rust/tests/",
31    "test_build": "/build/test/example/test_build.json",
32    "time_out": 600
33  },
34  "performance": {
35    "exclude": [
36      "test_report"
37    ],
38    "performance_exec_timeout": 7200,
39    "performance_top_count": 30,
40    "performance_overflow": 60,
41    "performance_select_timeout": 0,
42    "performance_script_path": "/build/test/example/performance_test.py",
43    "performance_script_data": [
44      {
45        "performance_cmd": "/build.sh --product-name rk3568 --build-target  build/rust/tests/test_bin_cargo_crate:test_bin_cargo_crate --gn-flags=--time",
46        "output_path": "/out/test_report/performance_report_rk3568.html",
47        "report_title": "Rk3568 Performance Analysis Report",
48        "ptyflag": "False"
49      },
50      {
51        "performance_cmd": "/build.sh --product-name wifiiot_hispark_pegasus --gn-flags=--time",
52        "output_path": "/out/test_report/performance_report_wifiiot.html",
53        "report_title": "Wifiiot Performance Analysis Report",
54        "ptyflag": "False"
55      }
56    ]
57  }
58}
59
60