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

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

Issue 2311343002: Revert of Temporary fix for Angle trybots. (Closed)
Patch Set: 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 "--patchset", 45 "--patchset",
46 "20001", 46 "20001",
47 "--rietveld_server", 47 "--rietveld_server",
48 "https://codereview.chromium.org", 48 "https://codereview.chromium.org",
49 "--output_json", 49 "--output_json",
50 "/path/to/tmp/json", 50 "/path/to/tmp/json",
51 "--revision", 51 "--revision",
52 "src@HEAD", 52 "src@HEAD",
53 "--revision", 53 "--revision",
54 "src/v8@feeedbeed", 54 "src/v8@feeedbeed",
55 "--output_manifest", 55 "--output_manifest"
56 "--gerrit_no_rebase_patch_ref"
57 ], 56 ],
58 "cwd": "[BUILDER_CACHE]/linux_perf_bisect", 57 "cwd": "[BUILDER_CACHE]/linux_perf_bisect",
59 "env": { 58 "env": {
60 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200", 59 "GCLIENT_KILL_GIT_FETCH_AFTER": "1200",
61 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]" 60 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
62 }, 61 },
63 "name": "bot_update", 62 "name": "bot_update",
64 "~followup_annotations": [ 63 "~followup_annotations": [
65 "@@@STEP_TEXT@Some step text@@@", 64 "@@@STEP_TEXT@Some step text@@@",
66 "@@@STEP_LOG_LINE@json.output@{@@@", 65 "@@@STEP_LOG_LINE@json.output@{@@@",
(...skipping 757 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 "@@@STEP_LOG_LINE@json.output@}@@@", 823 "@@@STEP_LOG_LINE@json.output@}@@@",
825 "@@@STEP_LOG_END@json.output@@@" 824 "@@@STEP_LOG_END@json.output@@@"
826 ] 825 ]
827 }, 826 },
828 { 827 {
829 "name": "$result", 828 "name": "$result",
830 "recipe_result": null, 829 "recipe_result": null,
831 "status_code": 0 830 "status_code": 0
832 } 831 }
833 ] 832 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698