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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_Chromium_Mac_10_11.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]/Chromium_Mac_10_11", 7 "[BUILDER_CACHE]/Chromium_Mac_10_11",
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.fyi", 255 "chromium.fyi",
256 "-b", 256 "-b",
257 "Chromium Mac 10.11", 257 "Chromium Mac 10.11",
258 "--config-file", 258 "--config-file",
259 "[BUILDER_CACHE]/Chromium_Mac_10_11/src/tools/mb/mb_config.pyl", 259 "[BUILDER_CACHE]/Chromium_Mac_10_11/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]/Chromium_Mac_10_11/src",
264 "env": { 265 "env": {
265 "FORCE_MAC_TOOLCHAIN": "1", 266 "FORCE_MAC_TOOLCHAIN": "1",
266 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 267 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
267 }, 268 },
268 "name": "generate_build_files" 269 "name": "generate_build_files"
269 }, 270 },
270 { 271 {
271 "allow_subannotations": true, 272 "allow_subannotations": true,
272 "cmd": [ 273 "cmd": [
273 "python", 274 "python",
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 334 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
334 "@@@STEP_LOG_END@json.output (invalid)@@@" 335 "@@@STEP_LOG_END@json.output (invalid)@@@"
335 ] 336 ]
336 }, 337 },
337 { 338 {
338 "name": "$result", 339 "name": "$result",
339 "recipe_result": null, 340 "recipe_result": null,
340 "status_code": 0 341 "status_code": 0
341 } 342 }
342 ] 343 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698