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

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

Powered by Google App Engine
This is Rietveld 408576698