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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_gn_dbg.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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
172 "--src-dir", 172 "--src-dir",
173 "[SLAVE_BUILD]/src", 173 "[SLAVE_BUILD]/src",
174 "--goma-cache-dir", 174 "--goma-cache-dir",
175 "[GOMA_CACHE]", 175 "[GOMA_CACHE]",
176 "--build-tool", 176 "--build-tool",
177 "ninja", 177 "ninja",
178 "--compiler", 178 "--compiler",
179 "goma-clang", 179 "goma-clang",
180 "--goma-jsonstatus", 180 "--goma-jsonstatus",
181 "/path/to/tmp/json", 181 "/path/to/tmp/json",
182 "--goma-service-account-json-file",
183 "/creds/service_accounts/service-account-goma-client.json",
182 "--goma-dir", 184 "--goma-dir",
183 "[BUILD]/goma", 185 "[BUILD]/goma",
184 "--goma-fail-fast", 186 "--goma-fail-fast",
185 "--goma-disable-local-fallback", 187 "--goma-disable-local-fallback",
186 "--", 188 "--",
187 "all" 189 "all"
188 ], 190 ],
189 "cwd": "[SLAVE_BUILD]", 191 "cwd": "[SLAVE_BUILD]",
190 "name": "compile", 192 "name": "compile",
191 "~followup_annotations": [ 193 "~followup_annotations": [
192 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 194 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
193 "@@@STEP_LOG_END@json.output (invalid)@@@" 195 "@@@STEP_LOG_END@json.output (invalid)@@@"
194 ] 196 ]
195 }, 197 },
196 { 198 {
197 "name": "$result", 199 "name": "$result",
198 "recipe_result": null, 200 "recipe_result": null,
199 "status_code": 0 201 "status_code": 0
200 } 202 }
201 ] 203 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698