OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
7 "--master", | 7 "--master", |
8 "chromium.perf", | 8 "chromium.perf", |
9 "--builder", | 9 "--builder", |
10 "Android Nexus5 Perf (1)", | 10 "Android Nexus5 Perf (1)", |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
125 "cmd": [ | 125 "cmd": [ |
126 "python", | 126 "python", |
127 "-u", | 127 "-u", |
128 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 128 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
129 "--output", | 129 "--output", |
130 "/path/to/tmp/json", | 130 "/path/to/tmp/json", |
131 "--", | 131 "--", |
132 "--build-config-fs", | 132 "--build-config-fs", |
133 "Release", | 133 "Release", |
134 "--paths", | 134 "--paths", |
135 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 135 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\
": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECI
PE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}", |
136 "--properties", | 136 "--properties", |
137 "{\"buildername\": \"Android Nexus5 Perf (1)\", \"buildnumber\": 571, \"ma
stername\": \"chromium.perf\", \"perf-id\": \"android-nexus5\", \"results-url\":
\"https://chromeperf.appspot.com\", \"slavename\": \"slavename\", \"target_plat
form\": \"android\"}" | 137 "{\"buildername\": \"Android Nexus5 Perf (1)\", \"buildnumber\": 571, \"ma
stername\": \"chromium.perf\", \"perf-id\": \"android-nexus5\", \"results-url\":
\"https://chromeperf.appspot.com\", \"slavename\": \"slavename\", \"target_plat
form\": \"android\"}" |
138 ], | 138 ], |
139 "cwd": "[SLAVE_BUILD]", | 139 "cwd": "[SLAVE_BUILD]", |
140 "name": "get compile targets for scripts", | 140 "name": "get compile targets for scripts", |
141 "~followup_annotations": [ | 141 "~followup_annotations": [ |
142 "@@@STEP_LOG_LINE@json.output@{}@@@", | 142 "@@@STEP_LOG_LINE@json.output@{}@@@", |
143 "@@@STEP_LOG_END@json.output@@@" | 143 "@@@STEP_LOG_END@json.output@@@" |
144 ] | 144 ] |
145 }, | 145 }, |
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
396 "name": "install ChromePublic.apk" | 396 "name": "install ChromePublic.apk" |
397 }, | 397 }, |
398 { | 398 { |
399 "cmd": [ | 399 "cmd": [ |
400 "python", | 400 "python", |
401 "-u", | 401 "-u", |
402 "[SLAVE_BUILD]/src/testing/scripts/host_info.py", | 402 "[SLAVE_BUILD]/src/testing/scripts/host_info.py", |
403 "--build-config-fs", | 403 "--build-config-fs", |
404 "Release", | 404 "Release", |
405 "--paths", | 405 "--paths", |
406 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 406 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\", \"runit.py\
": \"RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py\", \"runtest.py\": \"RECI
PE_PACKAGE_REPO[build]/scripts/slave/runtest.py\"}", |
407 "--properties", | 407 "--properties", |
408 "{\"buildername\": \"Android Nexus5 Perf (1)\", \"buildnumber\": 571, \"ma
stername\": \"chromium.perf\", \"perf-id\": \"android-nexus5\", \"results-url\":
\"https://chromeperf.appspot.com\", \"slavename\": \"slavename\", \"target_plat
form\": \"android\"}", | 408 "{\"buildername\": \"Android Nexus5 Perf (1)\", \"buildnumber\": 571, \"ma
stername\": \"chromium.perf\", \"perf-id\": \"android-nexus5\", \"results-url\":
\"https://chromeperf.appspot.com\", \"slavename\": \"slavename\", \"target_plat
form\": \"android\"}", |
409 "run", | 409 "run", |
410 "--output", | 410 "--output", |
411 "/path/to/tmp/json" | 411 "/path/to/tmp/json" |
412 ], | 412 ], |
413 "cwd": "[SLAVE_BUILD]", | 413 "cwd": "[SLAVE_BUILD]", |
414 "name": "host_info", | 414 "name": "host_info", |
415 "~followup_annotations": [ | 415 "~followup_annotations": [ |
416 "step returned non-zero exit code: 1", | 416 "step returned non-zero exit code: 1", |
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
715 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 715 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
716 "@@@STEP_LOG_END@python.inline@@@" | 716 "@@@STEP_LOG_END@python.inline@@@" |
717 ] | 717 ] |
718 }, | 718 }, |
719 { | 719 { |
720 "name": "$result", | 720 "name": "$result", |
721 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_
info']\",)]", | 721 "reason": "src-side perf tests failed [StepFailure(\"1 tests failed: ['host_
info']\",)]", |
722 "status_code": 1 | 722 "status_code": 1 |
723 } | 723 } |
724 ] | 724 ] |
OLD | NEW |