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

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

Powered by Google App Engine
This is Rietveld 408576698