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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_gpu_fyi_Linux_ChromiumOS_Builder.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.gpu.fyi", 8 "chromium.gpu.fyi",
9 "--builder", 9 "--builder",
10 "Linux ChromiumOS Builder", 10 "Linux ChromiumOS Builder",
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 "--goma-cache-dir", 204 "--goma-cache-dir",
205 "[GOMA_CACHE]", 205 "[GOMA_CACHE]",
206 "--build-tool", 206 "--build-tool",
207 "ninja", 207 "ninja",
208 "--build-data-dir", 208 "--build-data-dir",
209 "[ROOT]/build_data_dir", 209 "[ROOT]/build_data_dir",
210 "--compiler", 210 "--compiler",
211 "goma", 211 "goma",
212 "--goma-jsonstatus", 212 "--goma-jsonstatus",
213 "/path/to/tmp/json", 213 "/path/to/tmp/json",
214 "--goma-service-account-json-file",
215 "/creds/service_accounts/service-account-goma-client.json",
216 "--goma-dir", 214 "--goma-dir",
217 "[BUILD]/goma", 215 "[BUILD]/goma",
218 "--ninja-ensure-up-to-date", 216 "--ninja-ensure-up-to-date",
219 "--", 217 "--",
220 "aura_builder" 218 "aura_builder"
221 ], 219 ],
222 "cwd": "[SLAVE_BUILD]", 220 "cwd": "[SLAVE_BUILD]",
223 "name": "compile", 221 "name": "compile",
224 "~followup_annotations": [ 222 "~followup_annotations": [
225 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 223 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
(...skipping 22 matching lines...) Expand all
248 ], 246 ],
249 "cwd": "[SLAVE_BUILD]", 247 "cwd": "[SLAVE_BUILD]",
250 "name": "package build" 248 "name": "package build"
251 }, 249 },
252 { 250 {
253 "name": "$result", 251 "name": "$result",
254 "recipe_result": null, 252 "recipe_result": null,
255 "status_code": 0 253 "status_code": 0
256 } 254 }
257 ] 255 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698