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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_android_android_coverage.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]/android", 7 "[BUILDER_CACHE]/android",
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
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_coverage",
308 "--build-id",
309 "571",
310 "--analyze-input",
311 "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targ ets\": [\"android_webview_test_apk\", \"chrome_public_test_apk\", \"chrome_sync_ shell_test_apk\", \"content_shell_test_apk\"]}",
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@ \"android_webview_test_apk\", @@@", 295 "@@@STEP_LOG_LINE@analyze_details@ \"android_webview_test_apk\", @@@",
321 "@@@STEP_LOG_LINE@analyze_details@ \"chrome_public_test_apk\", @@@", 296 "@@@STEP_LOG_LINE@analyze_details@ \"chrome_public_test_apk\", @@@",
322 "@@@STEP_LOG_LINE@analyze_details@ \"chrome_sync_shell_test_apk\", @@@" , 297 "@@@STEP_LOG_LINE@analyze_details@ \"chrome_sync_shell_test_apk\", @@@" ,
323 "@@@STEP_LOG_LINE@analyze_details@ \"content_shell_test_apk\"@@@", 298 "@@@STEP_LOG_LINE@analyze_details@ \"content_shell_test_apk\"@@@",
324 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 299 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
325 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @", 300 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
326 "@@@STEP_LOG_LINE@analyze_details@ \"android_webview_test_apk\", @@@", 301 "@@@STEP_LOG_LINE@analyze_details@ \"android_webview_test_apk\", @@@",
(...skipping 1448 matching lines...) Expand 10 before | Expand all | Expand 10 after
1775 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 1750 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
1776 "@@@STEP_LOG_END@python.inline@@@" 1751 "@@@STEP_LOG_END@python.inline@@@"
1777 ] 1752 ]
1778 }, 1753 },
1779 { 1754 {
1780 "name": "$result", 1755 "name": "$result",
1781 "recipe_result": null, 1756 "recipe_result": null,
1782 "status_code": 0 1757 "status_code": 0
1783 } 1758 }
1784 ] 1759 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698