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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/swarming_basic_try_job.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]/linux", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 { 309 {
310 "cmd": [ 310 "cmd": [
311 "python", 311 "python",
312 "-u", 312 "-u",
313 "import sys; sys.exit(0)" 313 "import sys; sys.exit(0)"
314 ], 314 ],
315 "name": "analyze", 315 "name": "analyze",
316 "~followup_annotations": [ 316 "~followup_annotations": [
317 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@", 317 "@@@STEP_TEXT@Analyze disabled: matched exclusion@@@",
318 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@", 318 "@@@STEP_LOG_LINE@excluded_files@foo.cc (regex = 'f.*')@@@",
319 "@@@STEP_LOG_END@excluded_files@@@", 319 "@@@STEP_LOG_END@excluded_files@@@"
320 ]
321 },
322 {
323 "cmd": [
324 "python",
325 "-u",
326 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
327 "--show-path",
328 "python",
329 "RECIPE_PACKAGE_REPO[build]/scripts/slave/send_analyze_event.py",
330 "--event-mon-run-type",
331 "test",
332 "--master-name",
333 "tryserver.chromium.linux",
334 "--builder-name",
335 "linux_chromium_rel_ng",
336 "--build-id",
337 "571",
338 "--analyze-input",
339 "{\"additional_compile_targets\": [\"chromium_swarm_tests\"], \"files\": [ \"foo.cc\"], \"test_targets\": []}",
340 "--analyze-output",
341 "{\"status\": \"Analyze disabled: matched exclusion\"}"
342 ],
343 "name": "analyze report",
344 "~followup_annotations": [
320 "@@@STEP_LOG_LINE@analyze_details@{@@@", 345 "@@@STEP_LOG_LINE@analyze_details@{@@@",
321 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@", 346 "@@@STEP_LOG_LINE@analyze_details@ \"additional_compile_targets\": [@@@",
322 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", 347 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@",
323 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 348 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
324 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@", 349 "@@@STEP_LOG_LINE@analyze_details@ \"compile_targets\": [@@@",
325 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@", 350 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_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@ \"chromium_swarm_tests\"@@@", 353 "@@@STEP_LOG_LINE@analyze_details@ \"chromium_swarm_tests\"@@@",
329 "@@@STEP_LOG_LINE@analyze_details@ ], @@@", 354 "@@@STEP_LOG_LINE@analyze_details@ ], @@@",
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 "import sys; sys.exit(0)" 447 "import sys; sys.exit(0)"
423 ], 448 ],
424 "name": "mark: before_tests" 449 "name": "mark: before_tests"
425 }, 450 },
426 { 451 {
427 "name": "$result", 452 "name": "$result",
428 "recipe_result": null, 453 "recipe_result": null,
429 "status_code": 0 454 "status_code": 0
430 } 455 }
431 ] 456 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698