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

Side by Side Diff: scripts/slave/recipes/findit/chromium/compile.expected/compile_none_existing_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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 "@@@STEP_LOG_END@report@@@", 537 "@@@STEP_LOG_END@report@@@",
537 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"skipped\"}}@@@" 538 "@@@SET_BUILD_PROPERTY@report@{\"metadata\": {\"regression_range_size\": 1 , \"sub_ranges\": [[null, \"r1\"]], \"use_bisect\": false}, \"result\": {\"r1\": \"skipped\"}}@@@"
538 ] 539 ]
539 }, 540 },
540 { 541 {
541 "name": "$result", 542 "name": "$result",
542 "recipe_result": null, 543 "recipe_result": null,
543 "status_code": 0 544 "status_code": 0
544 } 545 }
545 ] 546 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698