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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/non_cq_blink_tryjob.json

Issue 2397593003: analyze: send results to event_mon (Closed)
Patch Set: review 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": [
322 "@@@STEP_LOG_LINE@analyze_details@{@@@", 347 "@@@STEP_LOG_LINE@analyze_details@{@@@",
323 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @", 348 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [], @@ @",
324 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 349 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
325 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", 350 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@",
326 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 351 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
327 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @", 352 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [@@ @",
328 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", 353 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@",
329 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 354 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
330 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [@@@", 355 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [@@@",
331 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@", 356 "@@@STEP_LOG_LINE@analyze_details@ \"blink_tests\"@@@",
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json" 526 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "C:\\creds\\service_accounts\\service-ac count-goma-client.json"
502 }, 527 },
503 "name": "process_dumps" 528 "name": "process_dumps"
504 }, 529 },
505 { 530 {
506 "name": "$result", 531 "name": "$result",
507 "recipe_result": null, 532 "recipe_result": null,
508 "status_code": 0 533 "status_code": 0
509 } 534 }
510 ] 535 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698