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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_blink_win7_blink_rel.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 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py"
7 ], 7 ],
8 "name": "taskkill" 8 "name": "taskkill"
9 }, 9 },
10 { 10 {
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 { 311 {
312 "cmd": [ 312 "cmd": [
313 "python", 313 "python",
314 "-u", 314 "-u",
315 "import sys; sys.exit(0)" 315 "import sys; sys.exit(0)"
316 ], 316 ],
317 "name": "analyze", 317 "name": "analyze",
318 "~followup_annotations": [ 318 "~followup_annotations": [
319 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", 319 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
320 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 320 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
321 "@@@STEP_LOG_END@excluded_files@@@" 321 "@@@STEP_LOG_END@excluded_files@@@",
322 ]
323 },
324 {
325 "cmd": [
326 "python",
327 "-u",
328 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
329 "--show-path",
330 "python",
331 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\send_analyze_event.py",
332 "--event-mon-run-type",
333 "test",
334 "--master-name",
335 "tryserver.blink",
336 "--builder-name",
337 "win7_blink_rel",
338 "--build-id",
339 "571",
340 "--analyze-input",
341 "{\"additional_compile_targets\": [], \"files\": [\"foo.cc\"], \"test_targ ets\": [\"blink_tests\"]}",
342 "--analyze-output",
343 "{\"status\": \"Analyze disabled: matched exclusion\"}"
344 ],
345 "name": "analyze report",
346 "~followup_annotations": [
347 "@@@STEP_LOG_LINE@analyze_details@{@@@", 322 "@@@STEP_LOG_LINE@analyze_details@{@@@",
348 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @", 323 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @",
349 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 324 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
350 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", 325 "@@@STEP_LOG_LINE@analyze_details@ \"blink_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@ \"blink_tests\"@@@", 328 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@",
354 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 329 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
355 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [@@@", 330 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [@@@",
356 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", 331 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@",
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 501 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
527 }, 502 },
528 "name": "process_dumps" 503 "name": "process_dumps"
529 }, 504 },
530 { 505 {
531 "name": "$result", 506 "name": "$result",
532 "recipe_result": null, 507 "recipe_result": null,
533 "status_code": 0 508 "status_code": 0
534 } 509 }
535 ] 510 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698