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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_default_targets.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 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 "-m", 510 "-m",
511 "chromium.linux", 511 "chromium.linux",
512 "-b", 512 "-b",
513 "Linux Builder", 513 "Linux Builder",
514 "--config-file", 514 "--config-file",
515 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 515 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
516 "--goma-dir", 516 "--goma-dir",
517 "[CACHE]/cipd/goma", 517 "[CACHE]/cipd/goma",
518 "//out/Release" 518 "//out/Release"
519 ], 519 ],
520 "cwd": "[SLAVE_BUILD]/src",
520 "env": { 521 "env": {
521 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 522 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
522 }, 523 },
523 "name": "test r1.generate_build_files", 524 "name": "test r1.generate_build_files",
524 "~followup_annotations": [ 525 "~followup_annotations": [
525 "@@@STEP_NEST_LEVEL@1@@@" 526 "@@@STEP_NEST_LEVEL@1@@@"
526 ] 527 ]
527 }, 528 },
528 { 529 {
529 "cmd": [ 530 "cmd": [
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 "@@@STEP_LOG_END@report@@@", 593 "@@@STEP_LOG_END@report@@@",
593 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@" 594 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"passed\"}}@@@"
594 ] 595 ]
595 }, 596 },
596 { 597 {
597 "name": "$result", 598 "name": "$result",
598 "recipe_result": null, 599 "recipe_result": null,
599 "status_code": 0 600 "status_code": 0
600 } 601 }
601 ] 602 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698