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

Side by Side Diff: scripts/slave/recipes/nacl/sdk.expected/basic.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 "chromium.testing.master", 8 "chromium.testing.master",
9 "--builder", 9 "--builder",
10 "TestBuilder", 10 "TestBuilder",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 "-m", 129 "-m",
130 "chromium.testing.master", 130 "chromium.testing.master",
131 "-b", 131 "-b",
132 "TestBuilder", 132 "TestBuilder",
133 "--config-file", 133 "--config-file",
134 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 134 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
135 "--goma-dir", 135 "--goma-dir",
136 "[BUILD]/goma", 136 "[BUILD]/goma",
137 "//out/Release" 137 "//out/Release"
138 ], 138 ],
139 "cwd": "[SLAVE_BUILD]/src",
139 "env": { 140 "env": {
140 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 141 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
141 }, 142 },
142 "name": "generate_build_files" 143 "name": "generate_build_files"
143 }, 144 },
144 { 145 {
145 "cmd": [ 146 "cmd": [
146 "python", 147 "python",
147 "-u", 148 "-u",
148 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 149 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py" 199 "[BUILD]/scripts/slave/chromium/nacl_sdk_buildbot_run.py"
199 ], 200 ],
200 "name": "annotated_steps" 201 "name": "annotated_steps"
201 }, 202 },
202 { 203 {
203 "name": "$result", 204 "name": "$result",
204 "recipe_result": null, 205 "recipe_result": null,
205 "status_code": 0 206 "status_code": 0
206 } 207 }
207 ] 208 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/ios/try.expected/gyp_goma.json ('k') | scripts/slave/recipes/nacl/sdk_build.expected/basic.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698