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

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/deps_perf_tryjob.json

Issue 2319853002: Remove ignored bot_update "force" parameter. (Closed)
Patch Set: rebase Created 4 years, 3 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_perf_bisect", 7 "[BUILDER_CACHE]/linux_perf_bisect",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 "--git-cache-dir", 494 "--git-cache-dir",
495 "[GIT_CACHE]", 495 "[GIT_CACHE]",
496 "--rietveld_server", 496 "--rietveld_server",
497 "https://codereview.chromium.org", 497 "https://codereview.chromium.org",
498 "--output_json", 498 "--output_json",
499 "/path/to/tmp/json", 499 "/path/to/tmp/json",
500 "--revision", 500 "--revision",
501 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", 501 "src@f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9",
502 "--revision", 502 "--revision",
503 "src/v8@feeedbeed", 503 "src/v8@feeedbeed",
504 "--force",
505 "--output_manifest" 504 "--output_manifest"
506 ], 505 ],
507 "cwd": "[BUILDER_CACHE]/linux_perf_bisect", 506 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
508 "env": { 507 "env": {
509 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", 508 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200",
510 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 509 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
511 }, 510 },
512 "name": "bot_update (without patch)", 511 "name": "bot_update (without patch)",
513 "~followup_annotations": [ 512 "~followup_annotations": [
514 "@@@STEP_TEXT@Some step text@@@", 513 "@@@STEP_TEXT@Some step text@@@",
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
823 "@@@STEP_LOG_LINE@json.output@}@@@", 822 "@@@STEP_LOG_LINE@json.output@}@@@",
824 "@@@STEP_LOG_END@json.output@@@" 823 "@@@STEP_LOG_END@json.output@@@"
825 ] 824 ]
826 }, 825 },
827 { 826 {
828 "name": "$result", 827 "name": "$result",
829 "recipe_result": null, 828 "recipe_result": null,
830 "status_code": 0 829 "status_code": 0
831 } 830 }
832 ] 831 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698