| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "taskkill" | 9 "name": "taskkill" |
| 10 }, | 10 }, |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 174 "goma", | 174 "goma", |
| 175 "--goma-jsonstatus", | 175 "--goma-jsonstatus", |
| 176 "/path/to/tmp/json", | 176 "/path/to/tmp/json", |
| 177 "--mode", | 177 "--mode", |
| 178 "official", | 178 "official", |
| 179 "--goma-dir", | 179 "--goma-dir", |
| 180 "[BUILD]\\goma", | 180 "[BUILD]\\goma", |
| 181 "--goma-hermetic", | 181 "--goma-hermetic", |
| 182 "fallback", | 182 "fallback", |
| 183 "--", | 183 "--", |
| 184 "chrome", | |
| 185 "chromium_builder_perf", | 184 "chromium_builder_perf", |
| 186 "crash_service" | 185 "crash_service" |
| 187 ], | 186 ], |
| 188 "cwd": "[SLAVE_BUILD]", | 187 "cwd": "[SLAVE_BUILD]", |
| 189 "name": "compile", | 188 "name": "compile", |
| 190 "~followup_annotations": [ | 189 "~followup_annotations": [ |
| 191 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 190 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 192 "@@@STEP_LOG_END@json.output (invalid)@@@" | 191 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 193 ] | 192 ] |
| 194 }, | 193 }, |
| (...skipping 959 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1154 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f
4", | 1153 "parent_got_webrtc_revision": "0f90628433546e61d9268596da93418c623137f
4", |
| 1155 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" | 1154 "parent_got_webrtc_revision_cp": "refs/heads/master@{#120644}" |
| 1156 } | 1155 } |
| 1157 } | 1156 } |
| 1158 ], | 1157 ], |
| 1159 "~followup_annotations": [ | 1158 "~followup_annotations": [ |
| 1160 "@@@STEP_TEXT@Win Zenbook Perf (5)@@@" | 1159 "@@@STEP_TEXT@Win Zenbook Perf (5)@@@" |
| 1161 ] | 1160 ] |
| 1162 }, | 1161 }, |
| 1163 { | 1162 { |
| 1164 "cmd": [ | |
| 1165 "python", | |
| 1166 "-u", | |
| 1167 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\run_crash_handler.p
y", | |
| 1168 "--target", | |
| 1169 "Release_x64" | |
| 1170 ], | |
| 1171 "cwd": "[SLAVE_BUILD]", | |
| 1172 "name": "start_crash_service" | |
| 1173 }, | |
| 1174 { | |
| 1175 "allow_subannotations": true, | |
| 1176 "cmd": [ | |
| 1177 "python", | |
| 1178 "-u", | |
| 1179 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | |
| 1180 "--target", | |
| 1181 "Release_x64", | |
| 1182 "--no-xvfb", | |
| 1183 "--factory-properties", | |
| 1184 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Win x64 Builder\", \"buildnumber\": 571, \"mastername\": \"chro
mium.perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename
\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 1185 "--build-properties", | |
| 1186 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \"
buildername\": \"Win x64 Builder\", \"buildnumber\": 571, \"mastername\": \"chro
mium.perf\", \"parent_buildername\": null, \"recipe\": \"chromium\", \"slavename
\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSlavename\"}", | |
| 1187 "--annotate=graphing", | |
| 1188 "--test-type=sizes", | |
| 1189 "--builder-name=Win x64 Builder", | |
| 1190 "--slave-name=TestSlavename", | |
| 1191 "--build-number=571", | |
| 1192 "--run-python-script", | |
| 1193 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\chromium\\sizes.py", | |
| 1194 "--target", | |
| 1195 "Release_x64", | |
| 1196 "--platform", | |
| 1197 "win" | |
| 1198 ], | |
| 1199 "cwd": "[SLAVE_BUILD]", | |
| 1200 "name": "sizes" | |
| 1201 }, | |
| 1202 { | |
| 1203 "cmd": [ | |
| 1204 "python", | |
| 1205 "-u", | |
| 1206 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\process_dumps.py", | |
| 1207 "--target", | |
| 1208 "Release_x64" | |
| 1209 ], | |
| 1210 "cwd": "[SLAVE_BUILD]", | |
| 1211 "name": "process_dumps" | |
| 1212 }, | |
| 1213 { | |
| 1214 "name": "$result", | 1163 "name": "$result", |
| 1215 "recipe_result": null, | 1164 "recipe_result": null, |
| 1216 "status_code": 0 | 1165 "status_code": 0 |
| 1217 } | 1166 } |
| 1218 ] | 1167 ] |
| OLD | NEW |