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

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

Issue 2336293002: Updating swarming api to check for chartjson results from a finished (Closed)
Patch Set: Relanding CL 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/recipes/chromium.expected/dynamic_swarmed_sharded_passed_isolated_script_test.json ('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]/linux", 7 "[BUILDER_CACHE]/linux",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 "--tag", 566 "--tag",
567 "stepname:telemetry_gpu_unittests (with patch) on Ubuntu-12.04", 567 "stepname:telemetry_gpu_unittests (with patch) on Ubuntu-12.04",
568 "--user", 568 "--user",
569 "commit-bot@chromium.org", 569 "commit-bot@chromium.org",
570 "[dummy hash for telemetry_gpu_unittests]", 570 "[dummy hash for telemetry_gpu_unittests]",
571 "--", 571 "--",
572 "--correct-common-arg", 572 "--correct-common-arg",
573 "--these-args-should-be-present", 573 "--these-args-should-be-present",
574 "--test-machine-name=\"linux_chromium_rel_ng\"", 574 "--test-machine-name=\"linux_chromium_rel_ng\"",
575 "--build-revision=\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\"", 575 "--build-revision=\"f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9\"",
576 "--isolated-script-test-output=${ISOLATED_OUTDIR}/output.json" 576 "--isolated-script-test-output=${ISOLATED_OUTDIR}/output.json",
577 "--isolated-script-test-chartjson-output=${ISOLATED_OUTDIR}/chartjson-outp ut.json"
577 ], 578 ],
578 "cwd": "[BUILDER_CACHE]/linux", 579 "cwd": "[BUILDER_CACHE]/linux",
579 "env": { 580 "env": {
580 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 581 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
581 }, 582 },
582 "name": "[trigger] telemetry_gpu_unittests (with patch) on Ubuntu-12.04", 583 "name": "[trigger] telemetry_gpu_unittests (with patch) on Ubuntu-12.04",
583 "~followup_annotations": [ 584 "~followup_annotations": [
584 "@@@STEP_LOG_LINE@json.output@{@@@", 585 "@@@STEP_LOG_LINE@json.output@{@@@",
585 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"telemetry_gpu_unitte sts (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel_ng/571\", @@@", 586 "@@@STEP_LOG_LINE@json.output@ \"base_task_name\": \"telemetry_gpu_unitte sts (with patch)/Ubuntu-12.04/[dummy has/linux_chromium_rel_ng/571\", @@@",
586 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@", 587 "@@@STEP_LOG_LINE@json.output@ \"tasks\": {@@@",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 "@@@STEP_LOG_END@outdir_json@@@", 624 "@@@STEP_LOG_END@outdir_json@@@",
624 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@" 625 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@ @@"
625 ] 626 ]
626 }, 627 },
627 { 628 {
628 "name": "$result", 629 "name": "$result",
629 "recipe_result": null, 630 "recipe_result": null,
630 "status_code": 0 631 "status_code": 0
631 } 632 }
632 ] 633 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/chromium.expected/dynamic_swarmed_sharded_passed_isolated_script_test.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698