| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", | 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os.
path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not
a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", |
| 7 "[BUILDER_CACHE]/android_cronet", | 7 "[BUILDER_CACHE]/android_cronet", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 281 { | 281 { |
| 282 "cmd": [ | 282 "cmd": [ |
| 283 "python", | 283 "python", |
| 284 "-u", | 284 "-u", |
| 285 "import sys; sys.exit(0)" | 285 "import sys; sys.exit(0)" |
| 286 ], | 286 ], |
| 287 "name": "analyze", | 287 "name": "analyze", |
| 288 "~followup_annotations": [ | 288 "~followup_annotations": [ |
| 289 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", | 289 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", |
| 290 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", | 290 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", |
| 291 "@@@STEP_LOG_END@excluded_files@@@" | 291 "@@@STEP_LOG_END@excluded_files@@@", |
| 292 ] | |
| 293 }, | |
| 294 { | |
| 295 "cmd": [ | |
| 296 "python", | |
| 297 "-u", | |
| 298 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | |
| 299 "--show-path", | |
| 300 "python", | |
| 301 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py", | |
| 302 "--event-mon-run-type", | |
| 303 "test", | |
| 304 "--master-name", | |
| 305 "tryserver.chromium.android", | |
| 306 "--builder-name", | |
| 307 "android_cronet", | |
| 308 "--build-id", | |
| 309 "571", | |
| 310 "--analyze-input", | |
| 311 "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targ
ets\": []}", | |
| 312 "--analyze-output", | |
| 313 "{\"status\": \"Analyze disabled: matched exclusion\"}" | |
| 314 ], | |
| 315 "name": "analyze report", | |
| 316 "~followup_annotations": [ | |
| 317 "@@@STEP_LOG_LINE@analyze_details@{@@@", | 292 "@@@STEP_LOG_LINE@analyze_details@{@@@", |
| 318 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@
@", | 293 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@
@", |
| 319 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", | 294 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", |
| 320 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [],
@@@", | 295 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [],
@@@", |
| 321 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", | 296 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@
@", |
| 322 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", | 297 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", |
| 323 "@@@STEP_LOG_LINE@analyze_details@}@@@", | 298 "@@@STEP_LOG_LINE@analyze_details@}@@@", |
| 324 "@@@STEP_LOG_END@analyze_details@@@" | 299 "@@@STEP_LOG_END@analyze_details@@@" |
| 325 ] | 300 ] |
| 326 }, | 301 }, |
| 327 { | 302 { |
| 328 "cmd": [ | 303 "cmd": [ |
| 329 "python", | 304 "python", |
| 330 "-u", | 305 "-u", |
| 331 "import sys; sys.exit(0)" | 306 "import sys; sys.exit(0)" |
| 332 ], | 307 ], |
| 333 "name": "mark: before_tests" | 308 "name": "mark: before_tests" |
| 334 }, | 309 }, |
| 335 { | 310 { |
| 336 "name": "$result", | 311 "name": "$result", |
| 337 "recipe_result": null, | 312 "recipe_result": null, |
| 338 "status_code": 0 | 313 "status_code": 0 |
| 339 } | 314 } |
| 340 ] | 315 ] |
| OLD | NEW |