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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_linux_Cast_Linux.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]/Cast_Linux", 7 "[BUILDER_CACHE]/Cast_Linux",
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 "Cast Linux", 257 "Cast Linux",
258 "--config-file", 258 "--config-file",
259 "[BUILDER_CACHE]/Cast_Linux/src/tools/mb/mb_config.pyl", 259 "[BUILDER_CACHE]/Cast_Linux/src/tools/mb/mb_config.pyl",
260 "--goma-dir", 260 "--goma-dir",
261 "[CACHE]/cipd/goma", 261 "[CACHE]/cipd/goma",
262 "//out/Release" 262 "//out/Release"
263 ], 263 ],
264 "cwd": "[BUILDER_CACHE]/Cast_Linux/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 "allow_subannotations": true, 271 "allow_subannotations": true,
271 "cmd": [ 272 "cmd": [
272 "python", 273 "python",
273 "-u", 274 "-u",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 331 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
331 "@@@STEP_LOG_END@json.output (invalid)@@@" 332 "@@@STEP_LOG_END@json.output (invalid)@@@"
332 ] 333 ]
333 }, 334 },
334 { 335 {
335 "name": "$result", 336 "name": "$result",
336 "recipe_result": null, 337 "recipe_result": null,
337 "status_code": 0 338 "status_code": 0
338 } 339 }
339 ] 340 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698