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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_affected_targets_only.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 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 "-m", 522 "-m",
523 "chromium.linux", 523 "chromium.linux",
524 "-b", 524 "-b",
525 "Linux Builder", 525 "Linux Builder",
526 "-v", 526 "-v",
527 "//out/Release", 527 "//out/Release",
528 "{\"additional_compile_targets\": [\"a\", \"a_run\", \"b\", \"b_run\", \"c hromium_swarm_tests\"], \"files\": [\"foo.cc\"], \"test_targets\": []}", 528 "{\"additional_compile_targets\": [\"a\", \"a_run\", \"b\", \"b_run\", \"c hromium_swarm_tests\"], \"files\": [\"foo.cc\"], \"test_targets\": []}",
529 "/path/to/tmp/json" 529 "/path/to/tmp/json"
530 ], 530 ],
531 "cwd": "[SLAVE_BUILD]", 531 "cwd": "[SLAVE_BUILD]",
532 "env": {
533 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
534 },
532 "name": "test r1.analyze", 535 "name": "test r1.analyze",
533 "~followup_annotations": [ 536 "~followup_annotations": [
534 "@@@STEP_NEST_LEVEL@1@@@", 537 "@@@STEP_NEST_LEVEL@1@@@",
535 "@@@STEP_LOG_LINE@json.output@{@@@", 538 "@@@STEP_LOG_LINE@json.output@{@@@",
536 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [@@@", 539 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [@@@",
537 "@@@STEP_LOG_LINE@json.output@ \"a\", @@@", 540 "@@@STEP_LOG_LINE@json.output@ \"a\", @@@",
538 "@@@STEP_LOG_LINE@json.output@ \"a_run\"@@@", 541 "@@@STEP_LOG_LINE@json.output@ \"a_run\"@@@",
539 "@@@STEP_LOG_LINE@json.output@ ], @@@", 542 "@@@STEP_LOG_LINE@json.output@ ], @@@",
540 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@", 543 "@@@STEP_LOG_LINE@json.output@ \"status\": \"Found dependency\", @@@",
541 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": [@@@", 544 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": [@@@",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
594 "chromium.linux", 597 "chromium.linux",
595 "-b", 598 "-b",
596 "Linux Builder", 599 "Linux Builder",
597 "--config-file", 600 "--config-file",
598 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 601 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
599 "--goma-dir", 602 "--goma-dir",
600 "[CACHE]/cipd/goma", 603 "[CACHE]/cipd/goma",
601 "//out/Release" 604 "//out/Release"
602 ], 605 ],
603 "cwd": "[SLAVE_BUILD]", 606 "cwd": "[SLAVE_BUILD]",
607 "env": {
608 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
609 },
604 "name": "test r1.generate_build_files", 610 "name": "test r1.generate_build_files",
605 "~followup_annotations": [ 611 "~followup_annotations": [
606 "@@@STEP_NEST_LEVEL@1@@@" 612 "@@@STEP_NEST_LEVEL@1@@@"
607 ] 613 ]
608 }, 614 },
609 { 615 {
610 "cmd": [ 616 "cmd": [
611 "python", 617 "python",
612 "-u", 618 "-u",
613 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 619 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 "@@@STEP_LOG_END@report@@@", 682 "@@@STEP_LOG_END@report@@@",
677 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@" 683 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]]}, \"result\": {\"r1\": \"passed\"}}@@@"
678 ] 684 ]
679 }, 685 },
680 { 686 {
681 "name": "$result", 687 "name": "$result",
682 "recipe_result": null, 688 "recipe_result": null,
683 "status_code": 0 689 "status_code": 0
684 } 690 }
685 ] 691 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698