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

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob_with_revisions.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 "tryserver.chromium.perf", 8 "tryserver.chromium.perf",
9 "--builder", 9 "--builder",
10 "linux_perf_bisect", 10 "linux_perf_bisect",
(...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",
404 "--mode", 406 "--mode",
405 "official", 407 "official",
406 "--goma-dir", 408 "--goma-dir",
407 "[CACHE]/cipd/goma", 409 "[CACHE]/cipd/goma",
408 "--goma-hermetic", 410 "--goma-hermetic",
409 "fallback", 411 "fallback",
410 "--goma-fail-fast", 412 "--goma-fail-fast",
411 "--goma-disable-local-fallback", 413 "--goma-disable-local-fallback",
412 "--", 414 "--",
413 "chromium_builder_perf" 415 "chromium_builder_perf"
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 "--src-dir", 599 "--src-dir",
598 "[SLAVE_BUILD]/src", 600 "[SLAVE_BUILD]/src",
599 "--goma-cache-dir", 601 "--goma-cache-dir",
600 "[GOMA_CACHE]", 602 "[GOMA_CACHE]",
601 "--build-tool", 603 "--build-tool",
602 "ninja", 604 "ninja",
603 "--compiler", 605 "--compiler",
604 "goma", 606 "goma",
605 "--goma-jsonstatus", 607 "--goma-jsonstatus",
606 "/path/to/tmp/json", 608 "/path/to/tmp/json",
609 "--goma-service-account-json-file",
610 "/creds/service_accounts/service-account-goma-client.json",
607 "--mode", 611 "--mode",
608 "official", 612 "official",
609 "--goma-dir", 613 "--goma-dir",
610 "[CACHE]/cipd/goma", 614 "[CACHE]/cipd/goma",
611 "--goma-hermetic", 615 "--goma-hermetic",
612 "fallback", 616 "fallback",
613 "--goma-fail-fast", 617 "--goma-fail-fast",
614 "--goma-disable-local-fallback", 618 "--goma-disable-local-fallback",
615 "--", 619 "--",
616 "chromium_builder_perf" 620 "chromium_builder_perf"
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 "@@@STEP_LOG_LINE@json.output@}@@@", 686 "@@@STEP_LOG_LINE@json.output@}@@@",
683 "@@@STEP_LOG_END@json.output@@@" 687 "@@@STEP_LOG_END@json.output@@@"
684 ] 688 ]
685 }, 689 },
686 { 690 {
687 "name": "$result", 691 "name": "$result",
688 "recipe_result": null, 692 "recipe_result": null,
689 "status_code": 0 693 "status_code": 0
690 } 694 }
691 ] 695 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698