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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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", | 184 "chrome", |
185 "chromium_builder_perf", | 185 "chromium_builder_perf" |
186 "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 }, |
195 { | 194 { |
196 "allow_subannotations": true, | 195 "allow_subannotations": true, |
(...skipping 957 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, | 1163 "allow_subannotations": true, |
1176 "cmd": [ | 1164 "cmd": [ |
1177 "python", | 1165 "python", |
1178 "-u", | 1166 "-u", |
1179 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", | 1167 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\runtest.py", |
1180 "--target", | 1168 "--target", |
1181 "Release_x64", | 1169 "Release_x64", |
1182 "--no-xvfb", | 1170 "--no-xvfb", |
1183 "--factory-properties", | 1171 "--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\"}", | 1172 "{\"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\"}", |
(...skipping 23 matching lines...) Expand all Loading... |
1208 ], | 1196 ], |
1209 "cwd": "[SLAVE_BUILD]", | 1197 "cwd": "[SLAVE_BUILD]", |
1210 "name": "process_dumps" | 1198 "name": "process_dumps" |
1211 }, | 1199 }, |
1212 { | 1200 { |
1213 "name": "$result", | 1201 "name": "$result", |
1214 "recipe_result": null, | 1202 "recipe_result": null, |
1215 "status_code": 0 | 1203 "status_code": 0 |
1216 } | 1204 } |
1217 ] | 1205 ] |
OLD | NEW |