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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_default_targets.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, 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
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_variable", 10 "linux_variable",
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
491 "chromium.linux", 491 "chromium.linux",
492 "-b", 492 "-b",
493 "Linux Builder", 493 "Linux Builder",
494 "--config-file", 494 "--config-file",
495 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 495 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
496 "--goma-dir", 496 "--goma-dir",
497 "[CACHE]/cipd/goma", 497 "[CACHE]/cipd/goma",
498 "//out/Release" 498 "//out/Release"
499 ], 499 ],
500 "cwd": "[SLAVE_BUILD]", 500 "cwd": "[SLAVE_BUILD]",
501 "env": {
502 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
503 },
501 "name": "test r1.generate_build_files", 504 "name": "test r1.generate_build_files",
502 "~followup_annotations": [ 505 "~followup_annotations": [
503 "@@@STEP_NEST_LEVEL@1@@@" 506 "@@@STEP_NEST_LEVEL@1@@@"
504 ] 507 ]
505 }, 508 },
506 { 509 {
507 "cmd": [ 510 "cmd": [
508 "python", 511 "python",
509 "-u", 512 "-u",
510 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 513 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 "@@@STEP_LOG_END@report@@@", 576 "@@@STEP_LOG_END@report@@@",
574 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@" 577 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@"
575 ] 578 ]
576 }, 579 },
577 { 580 {
578 "name": "$result", 581 "name": "$result",
579 "recipe_result": null, 582 "recipe_result": null,
580 "status_code": 0 583 "status_code": 0
581 } 584 }
582 ] 585 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698