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

Side by Side Diff: scripts/slave/recipes/chromium.expected/build_dynamic_isolated_script_test.json

Issue 1906513003: Revert "goma: use GOMA_SERVICE_ACCOUNT_JSON_FILE" (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.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",
309 "--goma-dir", 307 "--goma-dir",
310 "[CACHE]/cipd/goma", 308 "[CACHE]/cipd/goma",
311 "--ninja-ensure-up-to-date", 309 "--ninja-ensure-up-to-date",
312 "--", 310 "--",
313 "chromium_swarm_tests", 311 "chromium_swarm_tests",
314 "telemetry_gpu_unittests" 312 "telemetry_gpu_unittests"
315 ], 313 ],
316 "cwd": "[SLAVE_BUILD]", 314 "cwd": "[SLAVE_BUILD]",
317 "name": "compile", 315 "name": "compile",
318 "~followup_annotations": [ 316 "~followup_annotations": [
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 "~followup_annotations": [ 425 "~followup_annotations": [
428 "@@@STEP_TEXT@Linux Tests@@@" 426 "@@@STEP_TEXT@Linux Tests@@@"
429 ] 427 ]
430 }, 428 },
431 { 429 {
432 "name": "$result", 430 "name": "$result",
433 "recipe_result": null, 431 "recipe_result": null,
434 "status_code": 0 432 "status_code": 0
435 } 433 }
436 ] 434 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698