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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_android_n6.json

Issue 2239293002: Switch to cipd module in depot_tools (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: pylint Created 4 years, 4 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]/android_n6", 7 "[BUILDER_CACHE]/android_n6",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 ] 121 ]
122 }, 122 },
123 { 123 {
124 "cmd": [], 124 "cmd": [],
125 "name": "ensure_goma" 125 "name": "ensure_goma"
126 }, 126 },
127 { 127 {
128 "cmd": [ 128 "cmd": [
129 "python", 129 "python",
130 "-u", 130 "-u",
131 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 131 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py",
132 "--platform", 132 "--platform",
133 "linux-386", 133 "linux-386",
134 "--dest-directory", 134 "--dest-directory",
135 "[SLAVE_BUILD]/cipd", 135 "[SLAVE_BUILD]/cipd",
136 "--json-output", 136 "--json-output",
137 "/path/to/tmp/json" 137 "/path/to/tmp/json"
138 ], 138 ],
139 "name": "ensure_goma.install cipd", 139 "name": "ensure_goma.install cipd",
140 "~followup_annotations": [ 140 "~followup_annotations": [
141 "@@@STEP_NEST_LEVEL@1@@@", 141 "@@@STEP_NEST_LEVEL@1@@@",
(...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after
837 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", 837 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@",
838 "@@@STEP_LOG_END@python.inline@@@" 838 "@@@STEP_LOG_END@python.inline@@@"
839 ] 839 ]
840 }, 840 },
841 { 841 {
842 "name": "$result", 842 "name": "$result",
843 "recipe_result": null, 843 "recipe_result": null,
844 "status_code": 0 844 "status_code": 0
845 } 845 }
846 ] 846 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698