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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chrome_Google_Chrome_ChromeOS.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 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.chrome", 8 "chromium.chrome",
9 "--builder", 9 "--builder",
10 "Google Chrome ChromeOS", 10 "Google Chrome ChromeOS",
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 "--goma-cache-dir", 200 "--goma-cache-dir",
201 "[GOMA_CACHE]", 201 "[GOMA_CACHE]",
202 "--build-tool", 202 "--build-tool",
203 "ninja", 203 "ninja",
204 "--build-data-dir", 204 "--build-data-dir",
205 "[ROOT]/build_data_dir", 205 "[ROOT]/build_data_dir",
206 "--compiler", 206 "--compiler",
207 "goma", 207 "goma",
208 "--goma-jsonstatus", 208 "--goma-jsonstatus",
209 "/path/to/tmp/json", 209 "/path/to/tmp/json",
210 "--goma-service-account-json-file",
211 "/creds/service_accounts/service-account-goma-client.json",
212 "--mode", 210 "--mode",
213 "official", 211 "official",
214 "--goma-dir", 212 "--goma-dir",
215 "[BUILD]/goma", 213 "[BUILD]/goma",
216 "--clobber", 214 "--clobber",
217 "--", 215 "--",
218 "chrome", 216 "chrome",
219 "chrome_sandbox", 217 "chrome_sandbox",
220 "linux_symbols", 218 "linux_symbols",
221 "symupload" 219 "symupload"
222 ], 220 ],
223 "cwd": "[SLAVE_BUILD]", 221 "cwd": "[SLAVE_BUILD]",
224 "name": "compile", 222 "name": "compile",
225 "~followup_annotations": [ 223 "~followup_annotations": [
226 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 224 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
227 "@@@STEP_LOG_END@json.output (invalid)@@@" 225 "@@@STEP_LOG_END@json.output (invalid)@@@"
228 ] 226 ]
229 }, 227 },
230 { 228 {
231 "name": "$result", 229 "name": "$result",
232 "recipe_result": null, 230 "recipe_result": null,
233 "status_code": 0 231 "status_code": 0
234 } 232 }
235 ] 233 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698