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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_swarming.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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 "--src-dir", 184 "--src-dir",
185 "[SLAVE_BUILD]/src", 185 "[SLAVE_BUILD]/src",
186 "--goma-cache-dir", 186 "--goma-cache-dir",
187 "[GOMA_CACHE]", 187 "[GOMA_CACHE]",
188 "--build-tool", 188 "--build-tool",
189 "ninja", 189 "ninja",
190 "--compiler", 190 "--compiler",
191 "goma-clang", 191 "goma-clang",
192 "--goma-jsonstatus", 192 "--goma-jsonstatus",
193 "/path/to/tmp/json", 193 "/path/to/tmp/json",
194 "--goma-service-account-json-file",
195 "/creds/service_accounts/service-account-goma-client.json",
194 "--goma-dir", 196 "--goma-dir",
195 "[BUILD]/goma", 197 "[BUILD]/goma",
196 "--goma-fail-fast", 198 "--goma-fail-fast",
197 "--goma-disable-local-fallback", 199 "--goma-disable-local-fallback",
198 "--", 200 "--",
199 "All" 201 "All"
200 ], 202 ],
201 "cwd": "[SLAVE_BUILD]", 203 "cwd": "[SLAVE_BUILD]",
202 "name": "compile", 204 "name": "compile",
203 "~followup_annotations": [ 205 "~followup_annotations": [
(...skipping 2085 matching lines...) Expand 10 before | Expand all | Expand 10 after
2289 "@@@STEP_LOG_END@json.output@@@", 2291 "@@@STEP_LOG_END@json.output@@@",
2290 "@@@STEP_LINK@shard #0 isolated out@blah@@@" 2292 "@@@STEP_LINK@shard #0 isolated out@blah@@@"
2291 ] 2293 ]
2292 }, 2294 },
2293 { 2295 {
2294 "name": "$result", 2296 "name": "$result",
2295 "recipe_result": null, 2297 "recipe_result": null,
2296 "status_code": 0 2298 "status_code": 0
2297 } 2299 }
2298 ] 2300 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698