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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_specified_targets_from_parameter.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 479 matching lines...) Expand 10 before | Expand all | Expand 10 after
490 "-m", 490 "-m",
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]/src",
500 "env": { 501 "env": {
501 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 502 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
502 }, 503 },
503 "name": "test r1.generate_build_files", 504 "name": "test r1.generate_build_files",
504 "~followup_annotations": [ 505 "~followup_annotations": [
505 "@@@STEP_NEST_LEVEL@1@@@" 506 "@@@STEP_NEST_LEVEL@1@@@"
506 ] 507 ]
507 }, 508 },
508 { 509 {
509 "cmd": [ 510 "cmd": [
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 "-m", 553 "-m",
553 "chromium.linux", 554 "chromium.linux",
554 "-b", 555 "-b",
555 "Linux Builder", 556 "Linux Builder",
556 "--config-file", 557 "--config-file",
557 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 558 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
558 "--goma-dir", 559 "--goma-dir",
559 "[CACHE]/cipd/goma", 560 "[CACHE]/cipd/goma",
560 "//out/Release" 561 "//out/Release"
561 ], 562 ],
563 "cwd": "[SLAVE_BUILD]/src",
562 "env": { 564 "env": {
563 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 565 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
564 }, 566 },
565 "name": "test r1.generate_build_files (2)", 567 "name": "test r1.generate_build_files (2)",
566 "~followup_annotations": [ 568 "~followup_annotations": [
567 "@@@STEP_NEST_LEVEL@1@@@" 569 "@@@STEP_NEST_LEVEL@1@@@"
568 ] 570 ]
569 }, 571 },
570 { 572 {
571 "cmd": [ 573 "cmd": [
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 "@@@STEP_LOG_END@report@@@", 635 "@@@STEP_LOG_END@report@@@",
634 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@" 636 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@"
635 ] 637 ]
636 }, 638 },
637 { 639 {
638 "name": "$result", 640 "name": "$result",
639 "recipe_result": null, 641 "recipe_result": null,
640 "status_code": 0 642 "status_code": 0
641 } 643 }
642 ] 644 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698