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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/use_v8_patch_on_chromium_trybot.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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 347 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
348 }, 348 },
349 "name": "analyze", 349 "name": "analyze",
350 "~followup_annotations": [ 350 "~followup_annotations": [
351 "@@@STEP_TEXT@No compile necessary@@@", 351 "@@@STEP_TEXT@No compile necessary@@@",
352 "@@@STEP_LOG_LINE@json.output@{@@@", 352 "@@@STEP_LOG_LINE@json.output@{@@@",
353 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", 353 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@",
354 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", 354 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@",
355 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", 355 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@",
356 "@@@STEP_LOG_LINE@json.output@}@@@", 356 "@@@STEP_LOG_LINE@json.output@}@@@",
357 "@@@STEP_LOG_END@json.output@@@" 357 "@@@STEP_LOG_END@json.output@@@",
358 ]
359 },
360 {
361 "cmd": [
362 "python",
363 "-u",
364 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
365 "--show-path",
366 "python",
367 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\send_analyze_event.py",
368 "--event-mon-run-type",
369 "test",
370 "--master-name",
371 "tryserver.chromium.win",
372 "--builder-name",
373 "win_chromium_rel_ng",
374 "--build-id",
375 "571",
376 "--analyze-input",
377 "{\"additional_compile_targets\": [\"chromium_builder_tests\"], \"files\": [\"v8/foo.cc\"], \"test_targets\": [\"blink_heap_unittests\", \"blink_platform_ unittests\", \"mini_installer\", \"next_version_mini_installer\", \"webkit_unit_ tests\", \"wtf_unittests\"]}",
378 "--analyze-output",
379 "{\"compile_targets\": [], \"status\": \"No dependency\", \"test_targets\" : []}"
380 ],
381 "name": "analyze report",
382 "~followup_annotations": [
383 "@@@STEP_LOG_LINE@analyze_details@{@@@", 358 "@@@STEP_LOG_LINE@analyze_details@{@@@",
384 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 359 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
385 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@", 360 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@",
386 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 361 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
387 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", 362 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@",
388 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@", 363 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@",
389 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @", 364 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @",
390 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", 365 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@",
391 "@@@STEP_LOG_LINE@analyze_details@ \"blink_heap_unittests\", @@@", 366 "@@@STEP_LOG_LINE@analyze_details@ \"blink_heap_unittests\", @@@",
392 "@@@STEP_LOG_LINE@analyze_details@ \"blink_platform_unittests\", @@@", 367 "@@@STEP_LOG_LINE@analyze_details@ \"blink_platform_unittests\", @@@",
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
622 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 597 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
623 }, 598 },
624 "name": "process_dumps" 599 "name": "process_dumps"
625 }, 600 },
626 { 601 {
627 "name": "$result", 602 "name": "$result",
628 "recipe_result": null, 603 "recipe_result": null,
629 "status_code": 0 604 "status_code": 0
630 } 605 }
631 ] 606 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698