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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/invalid_results.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 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 { 315 {
316 "cmd": [ 316 "cmd": [
317 "python", 317 "python",
318 "-u", 318 "-u",
319 "import sys; sys.exit(0)" 319 "import sys; sys.exit(0)"
320 ], 320 ],
321 "name": "analyze", 321 "name": "analyze",
322 "~followup_annotations": [ 322 "~followup_annotations": [
323 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", 323 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
324 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 324 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
325 "@@@STEP_LOG_END@excluded_files@@@" 325 "@@@STEP_LOG_END@excluded_files@@@",
326 ]
327 },
328 {
329 "cmd": [
330 "python",
331 "-u",
332 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
333 "--show-path",
334 "python",
335 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py",
336 "--event-mon-run-type",
337 "test",
338 "--master-name",
339 "tryserver.chromium.linux",
340 "--builder-name",
341 "linux_chromium_rel_ng",
342 "--build-id",
343 "571",
344 "--analyze-input",
345 "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [ \"foo.cc\"], \"test_targets\": [\"base_unittests\"]}",
346 "--analyze-output",
347 "{\"status\": \"Analyze disabled: matched exclusion\"}"
348 ],
349 "name": "analyze report",
350 "~followup_annotations": [
351 "@@@STEP_LOG_LINE@analyze_details@{@@@", 326 "@@@STEP_LOG_LINE@analyze_details@{@@@",
352 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 327 "@@@STEP_LOG_LINE@analyze_details@ \"additional_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@ ], @@@",
355 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 330 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
356 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", 331 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
357 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", 332 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@",
358 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 333 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
359 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @", 334 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
360 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@", 335 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\", @@@",
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@" 708 "@@@SET_BUILD_PROPERTY@failure_hash@\"212d0eb2385b1eaa828053689225258ece06 5725\"@@@"
734 ] 709 ]
735 }, 710 },
736 { 711 {
737 "name": "$result", 712 "name": "$result",
738 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1", 713 "reason": "1 out of 1 aggregated steps failed. Failures: Step('base_unittest s') failed with return_code 1",
739 "recipe_result": null, 714 "recipe_result": null,
740 "status_code": 1 715 "status_code": 1
741 } 716 }
742 ] 717 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698