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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_succeeded.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.linux", 8 "tryserver.chromium.linux",
9 "--builder", 9 "--builder",
10 "linux_variable", 10 "linux_variable",
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 "chromium.linux", 485 "chromium.linux",
486 "-b", 486 "-b",
487 "Linux Builder", 487 "Linux Builder",
488 "--config-file", 488 "--config-file",
489 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 489 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
490 "--goma-dir", 490 "--goma-dir",
491 "[CACHE]/cipd/goma", 491 "[CACHE]/cipd/goma",
492 "//out/Release" 492 "//out/Release"
493 ], 493 ],
494 "cwd": "[SLAVE_BUILD]", 494 "cwd": "[SLAVE_BUILD]",
495 "env": {
496 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
497 },
495 "name": "test r1.generate_build_files", 498 "name": "test r1.generate_build_files",
496 "~followup_annotations": [ 499 "~followup_annotations": [
497 "@@@STEP_NEST_LEVEL@1@@@" 500 "@@@STEP_NEST_LEVEL@1@@@"
498 ] 501 ]
499 }, 502 },
500 { 503 {
501 "cmd": [ 504 "cmd": [
502 "python", 505 "python",
503 "-u", 506 "-u",
504 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 507 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
566 "@@@STEP_LOG_END@report@@@", 569 "@@@STEP_LOG_END@report@@@",
567 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@" 570 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@"
568 ] 571 ]
569 }, 572 },
570 { 573 {
571 "name": "$result", 574 "name": "$result",
572 "recipe_result": null, 575 "recipe_result": null,
573 "status_code": 0 576 "status_code": 0
574 } 577 }
575 ] 578 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698