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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 "cmd": [ | 116 "cmd": [ |
117 "python", | 117 "python", |
118 "-u", | 118 "-u", |
119 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", | 119 "[SLAVE_BUILD]/src/testing/scripts/get_compile_targets.py", |
120 "--output", | 120 "--output", |
121 "/path/to/tmp/json", | 121 "/path/to/tmp/json", |
122 "--", | 122 "--", |
123 "--build-config-fs", | 123 "--build-config-fs", |
124 "Release", | 124 "Release", |
125 "--paths", | 125 "--paths", |
126 "{\"build\": \"[BUILD]\", \"checkout\": \"[SLAVE_BUILD]/src\"}", | 126 "{\"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\"}", |
127 "--properties", | 127 "--properties", |
128 "{\"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\"}" | 128 "{\"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\"}" |
129 ], | 129 ], |
130 "cwd": "[SLAVE_BUILD]", | 130 "cwd": "[SLAVE_BUILD]", |
131 "name": "get compile targets for scripts", | 131 "name": "get compile targets for scripts", |
132 "~followup_annotations": [ | 132 "~followup_annotations": [ |
133 "@@@STEP_LOG_LINE@json.output@{}@@@", | 133 "@@@STEP_LOG_LINE@json.output@{}@@@", |
134 "@@@STEP_LOG_END@json.output@@@" | 134 "@@@STEP_LOG_END@json.output@@@" |
135 ] | 135 ] |
136 }, | 136 }, |
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
681 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 681 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
682 "@@@STEP_LOG_END@python.inline@@@" | 682 "@@@STEP_LOG_END@python.inline@@@" |
683 ] | 683 ] |
684 }, | 684 }, |
685 { | 685 { |
686 "name": "$result", | 686 "name": "$result", |
687 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa
iled with return_code 1\",)]", | 687 "reason": "sharded perf tests failed [StepFailure(\"Step('perf_test.foo') fa
iled with return_code 1\",)]", |
688 "status_code": 1 | 688 "status_code": 1 |
689 } | 689 } |
690 ] | 690 ] |
OLD | NEW |