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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/full_tryserver_chromium_linux_linux_valgrind.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_valgrind", 10 "linux_valgrind",
(...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 "--src-dir", 394 "--src-dir",
395 "[SLAVE_BUILD]/src", 395 "[SLAVE_BUILD]/src",
396 "--goma-cache-dir", 396 "--goma-cache-dir",
397 "[GOMA_CACHE]", 397 "[GOMA_CACHE]",
398 "--build-tool", 398 "--build-tool",
399 "ninja", 399 "ninja",
400 "--compiler", 400 "--compiler",
401 "goma", 401 "goma",
402 "--goma-jsonstatus", 402 "--goma-jsonstatus",
403 "/path/to/tmp/json", 403 "/path/to/tmp/json",
404 "--goma-service-account-json-file",
405 "/creds/service_accounts/service-account-goma-client.json",
406 "--goma-dir", 404 "--goma-dir",
407 "[CACHE]/cipd/goma", 405 "[CACHE]/cipd/goma",
408 "--goma-fail-fast", 406 "--goma-fail-fast",
409 "--goma-disable-local-fallback", 407 "--goma-disable-local-fallback",
410 "--", 408 "--",
411 "base_unittests", 409 "base_unittests",
412 "components_unittests", 410 "components_unittests",
413 "content_unittests", 411 "content_unittests",
414 "crypto_unittests", 412 "crypto_unittests",
415 "device_unittests", 413 "device_unittests",
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 ], 445 ],
448 "cwd": "[SLAVE_BUILD]", 446 "cwd": "[SLAVE_BUILD]",
449 "name": "mark: before_tests" 447 "name": "mark: before_tests"
450 }, 448 },
451 { 449 {
452 "name": "$result", 450 "name": "$result",
453 "recipe_result": null, 451 "recipe_result": null,
454 "status_code": 0 452 "status_code": 0
455 } 453 }
456 ] 454 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698