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

Side by Side Diff: scripts/slave/recipes/chromium.expected/build_dynamic_isolated_script_test.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 "Linux Builder", 10 "Linux Builder",
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 "--src-dir", 297 "--src-dir",
298 "[SLAVE_BUILD]/src", 298 "[SLAVE_BUILD]/src",
299 "--goma-cache-dir", 299 "--goma-cache-dir",
300 "[GOMA_CACHE]", 300 "[GOMA_CACHE]",
301 "--build-tool", 301 "--build-tool",
302 "ninja", 302 "ninja",
303 "--compiler", 303 "--compiler",
304 "goma", 304 "goma",
305 "--goma-jsonstatus", 305 "--goma-jsonstatus",
306 "/path/to/tmp/json", 306 "/path/to/tmp/json",
307 "--goma-service-account-json-file",
308 "/creds/service_accounts/service-account-goma-client.json",
307 "--goma-dir", 309 "--goma-dir",
308 "[CACHE]/cipd/goma", 310 "[CACHE]/cipd/goma",
309 "--ninja-ensure-up-to-date", 311 "--ninja-ensure-up-to-date",
310 "--", 312 "--",
311 "chromium_swarm_tests", 313 "chromium_swarm_tests",
312 "telemetry_gpu_unittests" 314 "telemetry_gpu_unittests"
313 ], 315 ],
314 "cwd": "[SLAVE_BUILD]", 316 "cwd": "[SLAVE_BUILD]",
315 "name": "compile", 317 "name": "compile",
316 "~followup_annotations": [ 318 "~followup_annotations": [
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 "~followup_annotations": [ 427 "~followup_annotations": [
426 "@@@STEP_TEXT@Linux Tests@@@" 428 "@@@STEP_TEXT@Linux Tests@@@"
427 ] 429 ]
428 }, 430 },
429 { 431 {
430 "name": "$result", 432 "name": "$result",
431 "recipe_result": null, 433 "recipe_result": null,
432 "status_code": 0 434 "status_code": 0
433 } 435 }
434 ] 436 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698