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

Side by Side Diff: scripts/slave/recipes/bisection/desktop_bisect.expected/basic_perf_tryjob_with_revisions.json

Issue 1916303006: Fix GOMA_SERVICE_ACCOUNT_JSON_FILE propagation in mb. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: make sure GOMA_SERVICE_ACCOUNT_JSON_FILE is present in generate_build_files, too Created 4 years, 7 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
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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 "tryserver.chromium.perf", 370 "tryserver.chromium.perf",
371 "-b", 371 "-b",
372 "linux_perf_bisect", 372 "linux_perf_bisect",
373 "--config-file", 373 "--config-file",
374 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 374 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
375 "--goma-dir", 375 "--goma-dir",
376 "[CACHE]/cipd/goma", 376 "[CACHE]/cipd/goma",
377 "//out/Release" 377 "//out/Release"
378 ], 378 ],
379 "cwd": "[SLAVE_BUILD]", 379 "cwd": "[SLAVE_BUILD]",
380 "env": {
381 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
382 },
380 "name": "generate_build_files bad49c331def2a3bbf3ddd0096eb51551155" 383 "name": "generate_build_files bad49c331def2a3bbf3ddd0096eb51551155"
381 }, 384 },
382 { 385 {
383 "cmd": [ 386 "cmd": [
384 "python", 387 "python",
385 "-u", 388 "-u",
386 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 389 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
387 "--show-path", 390 "--show-path",
388 "python", 391 "python",
389 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 392 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 "tryserver.chromium.perf", 595 "tryserver.chromium.perf",
593 "-b", 596 "-b",
594 "linux_perf_bisect", 597 "linux_perf_bisect",
595 "--config-file", 598 "--config-file",
596 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 599 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
597 "--goma-dir", 600 "--goma-dir",
598 "[CACHE]/cipd/goma", 601 "[CACHE]/cipd/goma",
599 "//out/Release" 602 "//out/Release"
600 ], 603 ],
601 "cwd": "[SLAVE_BUILD]", 604 "cwd": "[SLAVE_BUILD]",
605 "env": {
606 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
607 },
602 "name": "generate_build_files d49c331def2a3bbf3ddd0096eb51551155" 608 "name": "generate_build_files d49c331def2a3bbf3ddd0096eb51551155"
603 }, 609 },
604 { 610 {
605 "cmd": [ 611 "cmd": [
606 "python", 612 "python",
607 "-u", 613 "-u",
608 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 614 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
609 "--show-path", 615 "--show-path",
610 "python", 616 "python",
611 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", 617 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py",
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 "@@@STEP_LOG_LINE@json.output@}@@@", 727 "@@@STEP_LOG_LINE@json.output@}@@@",
722 "@@@STEP_LOG_END@json.output@@@" 728 "@@@STEP_LOG_END@json.output@@@"
723 ] 729 ]
724 }, 730 },
725 { 731 {
726 "name": "$result", 732 "name": "$result",
727 "recipe_result": null, 733 "recipe_result": null,
728 "status_code": 0 734 "status_code": 0
729 } 735 }
730 ] 736 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698