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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_specified_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, 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 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 "chromium.linux", 470 "chromium.linux",
471 "-b", 471 "-b",
472 "Linux Builder", 472 "Linux Builder",
473 "--config-file", 473 "--config-file",
474 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 474 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
475 "--goma-dir", 475 "--goma-dir",
476 "[CACHE]/cipd/goma", 476 "[CACHE]/cipd/goma",
477 "//out/Release" 477 "//out/Release"
478 ], 478 ],
479 "cwd": "[SLAVE_BUILD]", 479 "cwd": "[SLAVE_BUILD]",
480 "env": {
481 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
482 },
480 "name": "test r1.generate_build_files", 483 "name": "test r1.generate_build_files",
481 "~followup_annotations": [ 484 "~followup_annotations": [
482 "@@@STEP_NEST_LEVEL@1@@@" 485 "@@@STEP_NEST_LEVEL@1@@@"
483 ] 486 ]
484 }, 487 },
485 { 488 {
486 "cmd": [ 489 "cmd": [
487 "python", 490 "python",
488 "-u", 491 "-u",
489 "RECIPE_MODULE[build::findit]/resources/check_target_existence.py", 492 "RECIPE_MODULE[build::findit]/resources/check_target_existence.py",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
532 "chromium.linux", 535 "chromium.linux",
533 "-b", 536 "-b",
534 "Linux Builder", 537 "Linux Builder",
535 "--config-file", 538 "--config-file",
536 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 539 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
537 "--goma-dir", 540 "--goma-dir",
538 "[CACHE]/cipd/goma", 541 "[CACHE]/cipd/goma",
539 "//out/Release" 542 "//out/Release"
540 ], 543 ],
541 "cwd": "[SLAVE_BUILD]", 544 "cwd": "[SLAVE_BUILD]",
545 "env": {
546 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
547 },
542 "name": "test r1.generate_build_files (2)", 548 "name": "test r1.generate_build_files (2)",
543 "~followup_annotations": [ 549 "~followup_annotations": [
544 "@@@STEP_NEST_LEVEL@1@@@" 550 "@@@STEP_NEST_LEVEL@1@@@"
545 ] 551 ]
546 }, 552 },
547 { 553 {
548 "cmd": [ 554 "cmd": [
549 "python", 555 "python",
550 "-u", 556 "-u",
551 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 557 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
613 "@@@STEP_LOG_END@report@@@", 619 "@@@STEP_LOG_END@report@@@",
614 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@" 620 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@"
615 ] 621 ]
616 }, 622 },
617 { 623 {
618 "name": "$result", 624 "name": "$result",
619 "recipe_result": null, 625 "recipe_result": null,
620 "status_code": 0 626 "status_code": 0
621 } 627 }
622 ] 628 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698