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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Cast_Linux.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 "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.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Cast Linux", 10 "Cast Linux",
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 "--goma-cache-dir", 278 "--goma-cache-dir",
279 "[GOMA_CACHE]", 279 "[GOMA_CACHE]",
280 "--build-tool", 280 "--build-tool",
281 "ninja", 281 "ninja",
282 "--build-data-dir", 282 "--build-data-dir",
283 "[ROOT]/build_data_dir", 283 "[ROOT]/build_data_dir",
284 "--compiler", 284 "--compiler",
285 "goma-clang", 285 "goma-clang",
286 "--goma-jsonstatus", 286 "--goma-jsonstatus",
287 "/path/to/tmp/json", 287 "/path/to/tmp/json",
288 "--goma-service-account-json-file",
289 "/creds/service_accounts/service-account-goma-client.json",
288 "--goma-dir", 290 "--goma-dir",
289 "[CACHE]/cipd/goma", 291 "[CACHE]/cipd/goma",
290 "--ninja-ensure-up-to-date", 292 "--ninja-ensure-up-to-date",
291 "--", 293 "--",
292 "cast_shell" 294 "cast_shell"
293 ], 295 ],
294 "cwd": "[SLAVE_BUILD]", 296 "cwd": "[SLAVE_BUILD]",
295 "name": "compile", 297 "name": "compile",
296 "~followup_annotations": [ 298 "~followup_annotations": [
297 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 299 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
298 "@@@STEP_LOG_END@json.output (invalid)@@@" 300 "@@@STEP_LOG_END@json.output (invalid)@@@"
299 ] 301 ]
300 }, 302 },
301 { 303 {
302 "name": "$result", 304 "name": "$result",
303 "recipe_result": null, 305 "recipe_result": null,
304 "status_code": 0 306 "status_code": 0
305 } 307 }
306 ] 308 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698