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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/clobber_analyze.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 "tryserver.chromium.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_chromium_clobber_rel_ng", 10 "linux_chromium_clobber_rel_ng",
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 "--src-dir", 345 "--src-dir",
346 "[SLAVE_BUILD]/src", 346 "[SLAVE_BUILD]/src",
347 "--goma-cache-dir", 347 "--goma-cache-dir",
348 "[GOMA_CACHE]", 348 "[GOMA_CACHE]",
349 "--build-tool", 349 "--build-tool",
350 "ninja", 350 "ninja",
351 "--compiler", 351 "--compiler",
352 "goma", 352 "goma",
353 "--goma-jsonstatus", 353 "--goma-jsonstatus",
354 "/path/to/tmp/json", 354 "/path/to/tmp/json",
355 "--goma-service-account-json-file",
356 "/creds/service_accounts/service-account-goma-client.json",
357 "--goma-dir", 355 "--goma-dir",
358 "[CACHE]/cipd/goma", 356 "[CACHE]/cipd/goma",
359 "--goma-fail-fast", 357 "--goma-fail-fast",
360 "--goma-disable-local-fallback", 358 "--goma-disable-local-fallback",
361 "--ninja-ensure-up-to-date", 359 "--ninja-ensure-up-to-date",
362 "--clobber", 360 "--clobber",
363 "--", 361 "--",
364 "base_unittests", 362 "base_unittests",
365 "net_unittests" 363 "net_unittests"
366 ], 364 ],
(...skipping 12 matching lines...) Expand all
379 ], 377 ],
380 "cwd": "[SLAVE_BUILD]", 378 "cwd": "[SLAVE_BUILD]",
381 "name": "mark: before_tests" 379 "name": "mark: before_tests"
382 }, 380 },
383 { 381 {
384 "name": "$result", 382 "name": "$result",
385 "recipe_result": null, 383 "recipe_result": null,
386 "status_code": 0 384 "status_code": 0
387 } 385 }
388 ] 386 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698