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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/dont_deapply_patch.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]/mac", 7 "[BUILDER_CACHE]/mac",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 { 302 {
303 "cmd": [ 303 "cmd": [
304 "python", 304 "python",
305 "-u", 305 "-u",
306 "import sys; sys.exit(0)" 306 "import sys; sys.exit(0)"
307 ], 307 ],
308 "name": "analyze", 308 "name": "analyze",
309 "~followup_annotations": [ 309 "~followup_annotations": [
310 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", 310 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
311 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 311 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
312 "@@@STEP_LOG_END@excluded_files@@@" 312 "@@@STEP_LOG_END@excluded_files@@@",
313 ]
314 },
315 {
316 "cmd": [
317 "python",
318 "-u",
319 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
320 "--show-path",
321 "python",
322 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py",
323 "--event-mon-run-type",
324 "test",
325 "--master-name",
326 "tryserver.chromium.mac",
327 "--builder-name",
328 "mac_optional_gpu_tests_rel",
329 "--build-id",
330 "571",
331 "--analyze-input",
332 "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targ ets\": [\"base_unittests\"]}",
333 "--analyze-output",
334 "{\"status\": \"Analyze disabled: matched exclusion\"}"
335 ],
336 "name": "analyze report",
337 "~followup_annotations": [
338 "@@@STEP_LOG_LINE@analyze_details@{@@@", 313 "@@@STEP_LOG_LINE@analyze_details@{@@@",
339 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @", 314 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @",
340 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 315 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
341 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\"@@@", 316 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\"@@@",
342 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 317 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
343 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @", 318 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
344 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\"@@@", 319 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\"@@@",
345 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 320 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
346 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [@@@", 321 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [@@@",
347 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\"@@@", 322 "@@@STEP_LOG_LINE@analyze_details@ \"base_unittests\"@@@",
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 471 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
497 }, 472 },
498 "name": "base_unittests (with patch)" 473 "name": "base_unittests (with patch)"
499 }, 474 },
500 { 475 {
501 "name": "$result", 476 "name": "$result",
502 "recipe_result": null, 477 "recipe_result": null,
503 "status_code": 0 478 "status_code": 0
504 } 479 }
505 ] 480 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698