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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/chromeos_analyze.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 "\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]/chromeos_amd64_generic_chromium_compile_only_ng", 7 "[BUILDER_CACHE]/chromeos_amd64_generic_chromium_compile_only_ng",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 319 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
320 }, 320 },
321 "name": "analyze", 321 "name": "analyze",
322 "~followup_annotations": [ 322 "~followup_annotations": [
323 "@@@STEP_TEXT@No compile necessary@@@", 323 "@@@STEP_TEXT@No compile necessary@@@",
324 "@@@STEP_LOG_LINE@json.output@{@@@", 324 "@@@STEP_LOG_LINE@json.output@{@@@",
325 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", 325 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@",
326 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", 326 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@",
327 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", 327 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@",
328 "@@@STEP_LOG_LINE@json.output@}@@@", 328 "@@@STEP_LOG_LINE@json.output@}@@@",
329 "@@@STEP_LOG_END@json.output@@@", 329 "@@@STEP_LOG_END@json.output@@@"
330 ]
331 },
332 {
333 "cmd": [
334 "python",
335 "-u",
336 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
337 "--show-path",
338 "python",
339 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py",
340 "--event-mon-run-type",
341 "test",
342 "--master-name",
343 "tryserver.chromium.linux",
344 "--builder-name",
345 "chromeos_amd64-generic_chromium_compile_only_ng",
346 "--build-id",
347 "571",
348 "--analyze-input",
349 "{\"additional_compile_targets\": [\"chromiumos_preflight\"], \"files\": [ \"foo.cc\"], \"test_targets\": []}",
350 "--analyze-output",
351 "{\"compile_targets\": [], \"status\": \"No dependency\", \"test_targets\" : []}"
352 ],
353 "name": "analyze report",
354 "~followup_annotations": [
330 "@@@STEP_LOG_LINE@analyze_details@{@@@", 355 "@@@STEP_LOG_LINE@analyze_details@{@@@",
331 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 356 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
332 "@@@STEP_LOG_LINE@analyze_details@ \"chromiumos_preflight\"@@@", 357 "@@@STEP_LOG_LINE@analyze_details@ \"chromiumos_preflight\"@@@",
333 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 358 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
334 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@", 359 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [], @@@",
335 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@", 360 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.compile_targets\": [], @@@",
336 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @", 361 "@@@STEP_LOG_LINE@analyze_details@ \"self.m.filter.test_targets\": [], @@ @",
337 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@", 362 "@@@STEP_LOG_LINE@analyze_details@ \"test_targets\": []@@@",
338 "@@@STEP_LOG_LINE@analyze_details@}@@@", 363 "@@@STEP_LOG_LINE@analyze_details@}@@@",
339 "@@@STEP_LOG_END@analyze_details@@@" 364 "@@@STEP_LOG_END@analyze_details@@@"
340 ] 365 ]
341 }, 366 },
342 { 367 {
343 "cmd": [ 368 "cmd": [
344 "python", 369 "python",
345 "-u", 370 "-u",
346 "import sys; sys.exit(0)" 371 "import sys; sys.exit(0)"
347 ], 372 ],
348 "name": "mark: before_tests" 373 "name": "mark: before_tests"
349 }, 374 },
350 { 375 {
351 "name": "$result", 376 "name": "$result",
352 "recipe_result": null, 377 "recipe_result": null,
353 "status_code": 0 378 "status_code": 0
354 } 379 }
355 ] 380 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698