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

Side by Side Diff: scripts/slave/recipes/webrtc/ios.expected/trybot.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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 ] 152 ]
153 }, 153 },
154 { 154 {
155 "cmd": [ 155 "cmd": [
156 "python", 156 "python",
157 "-u", 157 "-u",
158 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 158 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
159 "--show-path", 159 "--show-path",
160 "python", 160 "python",
161 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 161 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
162 "--gsutil-py-path",
163 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
162 "--ninja-path", 164 "--ninja-path",
163 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", 165 "RECIPE_PACKAGE_REPO[depot_tools]/ninja",
164 "--target", 166 "--target",
165 "Release-iphoneos", 167 "Release-iphoneos",
166 "--src-dir", 168 "--src-dir",
167 "[SLAVE_BUILD]/src", 169 "[SLAVE_BUILD]/src",
168 "--goma-cache-dir", 170 "--goma-cache-dir",
169 "[GOMA_CACHE]", 171 "[GOMA_CACHE]",
170 "--build-tool", 172 "--build-tool",
171 "ninja", 173 "ninja",
(...skipping 12 matching lines...) Expand all
184 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 186 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
185 "@@@STEP_LOG_END@json.output (invalid)@@@" 187 "@@@STEP_LOG_END@json.output (invalid)@@@"
186 ] 188 ]
187 }, 189 },
188 { 190 {
189 "name": "$result", 191 "name": "$result",
190 "recipe_result": null, 192 "recipe_result": null,
191 "status_code": 0 193 "status_code": 0
192 } 194 }
193 ] 195 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698