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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/no_tests.json

Issue 1896113002: compile.py: explicitly pass gsutil.py path for uploading goma logs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py",
5 "--json-file", 5 "--json-file",
6 "/path/to/tmp/json" 6 "/path/to/tmp/json"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "host and tools info", 9 "name": "host and tools info",
10 "~followup_annotations": [ 10 "~followup_annotations": [
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 ] 151 ]
152 }, 152 },
153 { 153 {
154 "cmd": [ 154 "cmd": [
155 "python", 155 "python",
156 "-u", 156 "-u",
157 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 157 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
158 "--show-path", 158 "--show-path",
159 "python", 159 "python",
160 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 160 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
161 "--gsutil-py-path",
162 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
161 "--ninja-path", 163 "--ninja-path",
162 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 164 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
163 "--target", 165 "--target",
164 "Release-iphoneos", 166 "Release-iphoneos",
165 "--src-dir", 167 "--src-dir",
166 "[SLAVE_BUILD]/src", 168 "[SLAVE_BUILD]/src",
167 "--goma-cache-dir", 169 "--goma-cache-dir",
168 "[GOMA_CACHE]", 170 "[GOMA_CACHE]",
169 "--build-tool", 171 "--build-tool",
170 "ninja", 172 "ninja",
(...skipping 12 matching lines...) Expand all
183 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 185 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
184 "@@@STEP_LOG_END@json.output (invalid)@@@" 186 "@@@STEP_LOG_END@json.output (invalid)@@@"
185 ] 187 ]
186 }, 188 },
187 { 189 {
188 "name": "$result", 190 "name": "$result",
189 "recipe_result": null, 191 "recipe_result": null,
190 "status_code": 0 192 "status_code": 0
191 } 193 }
192 ] 194 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/webrtc/ios.expected/basic.json ('k') | scripts/slave/recipes/webrtc/ios.expected/trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698