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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_affected_targets_only.json

Issue 2161643002: chromium.run_mb: set cwd to checkout (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 5 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 "/opt/infra-tools/buildbucket", 4 "/opt/infra-tools/buildbucket",
5 "get", 5 "get",
6 "--host", 6 "--host",
7 "cr-buildbucket.appspot.com", 7 "cr-buildbucket.appspot.com",
8 "id1" 8 "id1"
9 ], 9 ],
10 "name": "buildbucket.get", 10 "name": "buildbucket.get",
(...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 "-m", 614 "-m",
615 "chromium.linux", 615 "chromium.linux",
616 "-b", 616 "-b",
617 "Linux Builder", 617 "Linux Builder",
618 "--config-file", 618 "--config-file",
619 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 619 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
620 "--goma-dir", 620 "--goma-dir",
621 "[CACHE]/cipd/goma", 621 "[CACHE]/cipd/goma",
622 "//out/Release" 622 "//out/Release"
623 ], 623 ],
624 "cwd": "[SLAVE_BUILD]/src",
624 "env": { 625 "env": {
625 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 626 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
626 }, 627 },
627 "name": "test r1.generate_build_files", 628 "name": "test r1.generate_build_files",
628 "~followup_annotations": [ 629 "~followup_annotations": [
629 "@@@STEP_NEST_LEVEL@1@@@" 630 "@@@STEP_NEST_LEVEL@1@@@"
630 ] 631 ]
631 }, 632 },
632 { 633 {
633 "cmd": [ 634 "cmd": [
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 "@@@STEP_LOG_END@report@@@", 697 "@@@STEP_LOG_END@report@@@",
697 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@" 698 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@"
698 ] 699 ]
699 }, 700 },
700 { 701 {
701 "name": "$result", 702 "name": "$result",
702 "recipe_result": null, 703 "recipe_result": null,
703 "status_code": 0 704 "status_code": 0
704 } 705 }
705 ] 706 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698