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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_compile_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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
158 "--src-dir", 158 "--src-dir",
159 "[SLAVE_BUILD]/src", 159 "[SLAVE_BUILD]/src",
160 "--goma-cache-dir", 160 "--goma-cache-dir",
161 "[GOMA_CACHE]", 161 "[GOMA_CACHE]",
162 "--build-tool", 162 "--build-tool",
163 "ninja", 163 "ninja",
164 "--compiler", 164 "--compiler",
165 "goma-clang", 165 "goma-clang",
166 "--goma-jsonstatus", 166 "--goma-jsonstatus",
167 "/path/to/tmp/json", 167 "/path/to/tmp/json",
168 "--goma-service-account-json-file",
169 "/creds/service_accounts/service-account-goma-client.json",
168 "--goma-dir", 170 "--goma-dir",
169 "[BUILD]/goma", 171 "[BUILD]/goma",
170 "--goma-fail-fast", 172 "--goma-fail-fast",
171 "--goma-disable-local-fallback", 173 "--goma-disable-local-fallback",
172 "--", 174 "--",
173 "All" 175 "All"
174 ], 176 ],
175 "cwd": "[SLAVE_BUILD]", 177 "cwd": "[SLAVE_BUILD]",
176 "name": "compile", 178 "name": "compile",
177 "~followup_annotations": [ 179 "~followup_annotations": [
178 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 180 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
179 "@@@STEP_LOG_END@json.output (invalid)@@@" 181 "@@@STEP_LOG_END@json.output (invalid)@@@"
180 ] 182 ]
181 }, 183 },
182 { 184 {
183 "name": "$result", 185 "name": "$result",
184 "recipe_result": null, 186 "recipe_result": null,
185 "status_code": 0 187 "status_code": 0
186 } 188 }
187 ] 189 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698