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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/analyze_webkit.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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 321 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
322 }, 322 },
323 "name": "analyze", 323 "name": "analyze",
324 "~followup_annotations": [ 324 "~followup_annotations": [
325 "@@@STEP_TEXT@No compile necessary@@@", 325 "@@@STEP_TEXT@No compile necessary@@@",
326 "@@@STEP_LOG_LINE@json.output@{@@@", 326 "@@@STEP_LOG_LINE@json.output@{@@@",
327 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", 327 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@",
328 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", 328 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@",
329 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", 329 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@",
330 "@@@STEP_LOG_LINE@json.output@}@@@", 330 "@@@STEP_LOG_LINE@json.output@}@@@",
331 "@@@STEP_LOG_END@json.output@@@" 331 "@@@STEP_LOG_END@json.output@@@",
332 ]
333 },
334 {
335 "cmd": [
336 "python",
337 "-u",
338 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py",
339 "--show-path",
340 "python",
341 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\send_analyze_event.py",
342 "--event-mon-run-type",
343 "test",
344 "--master-name",
345 "tryserver.chromium.win",
346 "--builder-name",
347 "win_chromium_rel_ng",
348 "--build-id",
349 "571",
350 "--analyze-input",
351 "{\"additional_compile_targets\": [\"chromium_builder_tests\"], \"files\": [\"third_party/WebKit/Source/core/dom/Element.cpp\"], \"test_targets\": [\"blin k_heap_unittests\", \"blink_platform_unittests\", \"mini_installer\", \"next_ver sion_mini_installer\", \"webkit_unit_tests\", \"wtf_unittests\"]}",
352 "--analyze-output",
353 "{\"compile_targets\": [], \"status\": \"No dependency\", \"test_targets\" : []}"
354 ],
355 "name": "analyze report",
356 "~followup_annotations": [
357 "@@@STEP_LOG_LINE@analyze_details@{@@@", 332 "@@@STEP_LOG_LINE@analyze_details@{@@@",
358 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 333 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
359 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@", 334 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_builder_tests\"@@@",
360 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 335 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
361 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", 336 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@",
362 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@", 337 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@",
363 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @", 338 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @",
364 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@", 339 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": [@@@",
365 "@@@STEP_LOG_LINE@analyze_details@ \"blink_heap_unittests\", @@@", 340 "@@@STEP_LOG_LINE@analyze_details@ \"blink_heap_unittests\", @@@",
366 "@@@STEP_LOG_LINE@analyze_details@ \"blink_platform_unittests\", @@@", 341 "@@@STEP_LOG_LINE@analyze_details@ \"blink_platform_unittests\", @@@",
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 566 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
592 }, 567 },
593 "name": "process_dumps" 568 "name": "process_dumps"
594 }, 569 },
595 { 570 {
596 "name": "$result", 571 "name": "$result",
597 "recipe_result": null, 572 "recipe_result": null,
598 "status_code": 0 573 "status_code": 0
599 } 574 }
600 ] 575 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698