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

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

Powered by Google App Engine
This is Rietveld 408576698