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

Side by Side Diff: scripts/slave/recipes/webrtc/standalone.expected/tryserver_webrtc_mac_gn_rel.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 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",
184 "--goma-dir", 182 "--goma-dir",
185 "[BUILD]/goma", 183 "[BUILD]/goma",
186 "--goma-fail-fast", 184 "--goma-fail-fast",
187 "--goma-disable-local-fallback", 185 "--goma-disable-local-fallback",
188 "--", 186 "--",
189 "all" 187 "all"
190 ], 188 ],
191 "cwd": "[SLAVE_BUILD]", 189 "cwd": "[SLAVE_BUILD]",
192 "name": "compile", 190 "name": "compile",
193 "~followup_annotations": [ 191 "~followup_annotations": [
194 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 192 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
195 "@@@STEP_LOG_END@json.output (invalid)@@@" 193 "@@@STEP_LOG_END@json.output (invalid)@@@"
196 ] 194 ]
197 }, 195 },
198 { 196 {
199 "name": "$result", 197 "name": "$result",
200 "recipe_result": null, 198 "recipe_result": null,
201 "status_code": 0 199 "status_code": 0
202 } 200 }
203 ] 201 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698