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

Side by Side Diff: scripts/slave/recipe_modules/chromium/example.expected/basic_out_dir.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.linux", 8 "chromium.linux",
9 "--builder", 9 "--builder",
10 "Android Builder (dbg)", 10 "Android Builder (dbg)",
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 "-b", 235 "-b",
236 "Android Builder (dbg)", 236 "Android Builder (dbg)",
237 "--config-file", 237 "--config-file",
238 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 238 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
239 "--goma-dir", 239 "--goma-dir",
240 "[CACHE]/cipd/goma", 240 "[CACHE]/cipd/goma",
241 "--android-version-code=3", 241 "--android-version-code=3",
242 "--android-version-name=example", 242 "--android-version-name=example",
243 "//out/Debug" 243 "//out/Debug"
244 ], 244 ],
245 "cwd": "[SLAVE_BUILD]/src",
245 "env": { 246 "env": {
246 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 247 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
247 }, 248 },
248 "name": "generate_build_files" 249 "name": "generate_build_files"
249 }, 250 },
250 { 251 {
251 "cmd": [ 252 "cmd": [
252 "python", 253 "python",
253 "-u", 254 "-u",
254 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 255 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 288 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
288 "@@@STEP_LOG_END@json.output (invalid)@@@" 289 "@@@STEP_LOG_END@json.output (invalid)@@@"
289 ] 290 ]
290 }, 291 },
291 { 292 {
292 "name": "$result", 293 "name": "$result",
293 "recipe_result": null, 294 "recipe_result": null,
294 "status_code": 0 295 "status_code": 0
295 } 296 }
296 ] 297 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698