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

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

Issue 1915473003: goma: back to build-provided client and disable oauth2 (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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 "--src-dir", 178 "--src-dir",
179 "[SLAVE_BUILD]/src", 179 "[SLAVE_BUILD]/src",
180 "--goma-cache-dir", 180 "--goma-cache-dir",
181 "[GOMA_CACHE]", 181 "[GOMA_CACHE]",
182 "--build-tool", 182 "--build-tool",
183 "ninja", 183 "ninja",
184 "--compiler", 184 "--compiler",
185 "goma-clang", 185 "goma-clang",
186 "--goma-jsonstatus", 186 "--goma-jsonstatus",
187 "/path/to/tmp/json", 187 "/path/to/tmp/json",
188 "--goma-service-account-json-file",
189 "/creds/service_accounts/service-account-goma-client.json",
190 "--goma-dir", 188 "--goma-dir",
191 "[BUILD]/goma", 189 "[BUILD]/goma",
192 "--", 190 "--",
193 "All" 191 "All"
194 ], 192 ],
195 "cwd": "[SLAVE_BUILD]/src/out/Debug-iphonesimulator", 193 "cwd": "[SLAVE_BUILD]/src/out/Debug-iphonesimulator",
196 "name": "compile", 194 "name": "compile",
197 "~followup_annotations": [ 195 "~followup_annotations": [
198 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 196 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
199 "@@@STEP_LOG_END@json.output (invalid)@@@" 197 "@@@STEP_LOG_END@json.output (invalid)@@@"
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 "@@@STEP_LOG_END@fake log@@@", 266 "@@@STEP_LOG_END@fake log@@@",
269 "@@@STEP_LINK@fake URL text@fake URL@@@" 267 "@@@STEP_LINK@fake URL text@fake URL@@@"
270 ] 268 ]
271 }, 269 },
272 { 270 {
273 "name": "$result", 271 "name": "$result",
274 "recipe_result": null, 272 "recipe_result": null,
275 "status_code": 0 273 "status_code": 0
276 } 274 }
277 ] 275 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698