Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(400)

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/compile_failure_without_patch_ng.json

Issue 2403473002: filter: temporarily disable analyze_report (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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]/linux", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 { 309 {
310 "cmd": [ 310 "cmd": [
311 "python", 311 "python",
312 "-u", 312 "-u",
313 "import sys; sys.exit(0)" 313 "import sys; sys.exit(0)"
314 ], 314 ],
315 "name": "analyze", 315 "name": "analyze",
316 "~followup_annotations": [ 316 "~followup_annotations": [
317 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", 317 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
318 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 318 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
319 "@@@STEP_LOG_END@excluded_files@@@" 319 "@@@STEP_LOG_END@excluded_files@@@",
320 ]
321 },
322 {
323 "cmd": [
324 "python",
325 "-u",
326 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
327 "--show-path",
328 "python",
329 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py",
330 "--event-mon-run-type",
331 "test",
332 "--master-name",
333 "tryserver.chromium.linux",
334 "--builder-name",
335 "linux_chromium_rel_ng",
336 "--build-id",
337 "571",
338 "--analyze-input",
339 "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [ \"foo.cc\"], \"test_targets\": []}",
340 "--analyze-output",
341 "{\"status\": \"Analyze disabled: matched exclusion\"}"
342 ],
343 "name": "analyze report",
344 "~followup_annotations": [
345 "@@@STEP_LOG_LINE@analyze_details@{@@@", 320 "@@@STEP_LOG_LINE@analyze_details@{@@@",
346 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 321 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
347 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", 322 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@",
348 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 323 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
349 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 324 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
350 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", 325 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@",
351 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 326 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
352 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @", 327 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
353 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", 328 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@",
354 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 329 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8 ac1f\"@@@" 610 "@@@SET_BUILD_PROPERTY@failure_hash@\"5efacf6fa93d551b32a0023e205679db72d8 ac1f\"@@@"
636 ] 611 ]
637 }, 612 },
638 { 613 {
639 "name": "$result", 614 "name": "$result",
640 "reason": "Step('compile (without patch)') failed with return_code 1", 615 "reason": "Step('compile (without patch)') failed with return_code 1",
641 "recipe_result": null, 616 "recipe_result": null,
642 "status_code": 1 617 "status_code": 1
643 } 618 }
644 ] 619 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698