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 "tryserver.chromium.linux", | 8 "tryserver.chromium.linux", |
9 "--builder", | 9 "--builder", |
10 "linux_arm", | 10 "linux_arm", |
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
261 ] | 261 ] |
262 }, | 262 }, |
263 { | 263 { |
264 "cmd": [ | 264 "cmd": [ |
265 "python", | 265 "python", |
266 "-u", | 266 "-u", |
267 "import sys; sys.exit(0)" | 267 "import sys; sys.exit(0)" |
268 ], | 268 ], |
269 "name": "analyze", | 269 "name": "analyze", |
270 "~followup_annotations": [ | 270 "~followup_annotations": [ |
| 271 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", |
271 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 272 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
272 "@@@STEP_LOG_END@excluded_files@@@", | 273 "@@@STEP_LOG_END@excluded_files@@@", |
273 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 274 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
274 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@
@", | 275 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@
@", |
275 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", | 276 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", |
276 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [],
@@@", | 277 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [],
@@@", |
277 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", | 278 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", |
278 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", | 279 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", |
279 "@@@STEP_LOG_LINE@analyze_details@}@@@", | 280 "@@@STEP_LOG_LINE@analyze_details@}@@@", |
280 "@@@STEP_LOG_END@analyze_details@@@" | 281 "@@@STEP_LOG_END@analyze_details@@@" |
281 ] | 282 ] |
282 }, | 283 }, |
283 { | 284 { |
284 "cmd": [ | 285 "cmd": [ |
285 "python", | 286 "python", |
286 "-u", | 287 "-u", |
287 "import sys; sys.exit(0)" | 288 "import sys; sys.exit(0)" |
288 ], | 289 ], |
289 "name": "mark: before_tests" | 290 "name": "mark: before_tests" |
290 }, | 291 }, |
291 { | 292 { |
292 "name": "$result", | 293 "name": "$result", |
293 "recipe_result": null, | 294 "recipe_result": null, |
294 "status_code": 0 | 295 "status_code": 0 |
295 } | 296 } |
296 ] | 297 ] |
OLD | NEW |