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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Blimp_Linux__dbg_.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 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n", 6 "\nimport sys, os\npath = sys.argv[1]\nmode = int(sys.argv[2])\nif not os. path.isdir(path):\n if os.path.exists(path):\n print \"%s exists but is not a dir\" % path\n sys.exit(1)\n os.makedirs(path, mode)\n",
7 "[BUILDER_CACHE]/Blimp_Linux__dbg_", 7 "[BUILDER_CACHE]/Blimp_Linux__dbg_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 "-m", 254 "-m",
255 "chromium.linux", 255 "chromium.linux",
256 "-b", 256 "-b",
257 "Blimp Linux (dbg)", 257 "Blimp Linux (dbg)",
258 "--config-file", 258 "--config-file",
259 "[BUILDER_CACHE]/Blimp_Linux__dbg_/src/tools/mb/mb_config.pyl", 259 "[BUILDER_CACHE]/Blimp_Linux__dbg_/src/tools/mb/mb_config.pyl",
260 "--goma-dir", 260 "--goma-dir",
261 "[CACHE]/cipd/goma", 261 "[CACHE]/cipd/goma",
262 "//out/Debug" 262 "//out/Debug"
263 ], 263 ],
264 "cwd": "[BUILDER_CACHE]/Blimp_Linux__dbg_/src",
264 "env": { 265 "env": {
265 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 266 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
266 }, 267 },
267 "name": "generate_build_files" 268 "name": "generate_build_files"
268 }, 269 },
269 { 270 {
270 "cmd": [ 271 "cmd": [
271 "python", 272 "python",
272 "-u", 273 "-u",
273 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 274 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 309 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
309 "@@@STEP_LOG_END@json.output (invalid)@@@" 310 "@@@STEP_LOG_END@json.output (invalid)@@@"
310 ] 311 ]
311 }, 312 },
312 { 313 {
313 "name": "$result", 314 "name": "$result",
314 "recipe_result": null, 315 "recipe_result": null,
315 "status_code": 0 316 "status_code": 0
316 } 317 }
317 ] 318 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698