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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_WebKit_Linux___TraceWrappables.json

Issue 2437333002: Add new flag to trace-wrappables bot (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
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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]/WebKit_Linux___TraceWrappables", 7 "[BUILDER_CACHE]/WebKit_Linux___TraceWrappables",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 "/path/to/tmp/json", 460 "/path/to/tmp/json",
461 "--test-results-server", 461 "--test-results-server",
462 "test-results.appspot.com", 462 "test-results.appspot.com",
463 "--build-number", 463 "--build-number",
464 "571", 464 "571",
465 "--builder-name", 465 "--builder-name",
466 "WebKit Linux - TraceWrappables", 466 "WebKit Linux - TraceWrappables",
467 "--step-name", 467 "--step-name",
468 "webkit_tests", 468 "webkit_tests",
469 "--additional-driver-flag", 469 "--additional-driver-flag",
470 "--enable-blink-features=TraceWrappables" 470 "--enable-blink-features=TraceWrappables",
471 "--additional-driver-flag",
472 "--js-flags=--incremental-marking-wrappers"
471 ], 473 ],
472 "cwd": "[BUILDER_CACHE]/WebKit_Linux___TraceWrappables", 474 "cwd": "[BUILDER_CACHE]/WebKit_Linux___TraceWrappables",
473 "env": { 475 "env": {
474 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 476 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
475 }, 477 },
476 "name": "webkit_tests", 478 "name": "webkit_tests",
477 "~followup_annotations": [ 479 "~followup_annotations": [
478 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@" 480 "@@@STEP_TEXT@<br/>Total executed: 9001<br/>@@@"
479 ] 481 ]
480 }, 482 },
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@", 527 "@@@STEP_LOG_LINE@python.inline@sys.exit(1)@@@",
526 "@@@STEP_LOG_END@python.inline@@@" 528 "@@@STEP_LOG_END@python.inline@@@"
527 ] 529 ]
528 }, 530 },
529 { 531 {
530 "name": "$result", 532 "name": "$result",
531 "recipe_result": null, 533 "recipe_result": null,
532 "status_code": 0 534 "status_code": 0
533 } 535 }
534 ] 536 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698