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

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

Issue 1903503007: goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE (reland #1) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase 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",
188 "--goma-dir", 190 "--goma-dir",
189 "[BUILD]/goma", 191 "[BUILD]/goma",
190 "--", 192 "--",
191 "All" 193 "All"
192 ], 194 ],
193 "cwd": "[SLAVE_BUILD]/src/out/Debug-iphonesimulator", 195 "cwd": "[SLAVE_BUILD]/src/out/Debug-iphonesimulator",
194 "name": "compile", 196 "name": "compile",
195 "~followup_annotations": [ 197 "~followup_annotations": [
196 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 198 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
197 "@@@STEP_LOG_END@json.output (invalid)@@@" 199 "@@@STEP_LOG_END@json.output (invalid)@@@"
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
266 "@@@STEP_LOG_END@fake log@@@", 268 "@@@STEP_LOG_END@fake log@@@",
267 "@@@STEP_LINK@fake URL text@fake URL@@@" 269 "@@@STEP_LINK@fake URL text@fake URL@@@"
268 ] 270 ]
269 }, 271 },
270 { 272 {
271 "name": "$result", 273 "name": "$result",
272 "recipe_result": null, 274 "recipe_result": null,
273 "status_code": 0 275 "status_code": 0
274 } 276 }
275 ] 277 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698