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

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

Powered by Google App Engine
This is Rietveld 408576698