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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_chromiumos_ChromiumOS_x86_generic_Compile.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]/ChromiumOS_x86_generic_Compile", 7 "[BUILDER_CACHE]/ChromiumOS_x86_generic_Compile",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 "-m", 271 "-m",
272 "chromium.chromiumos", 272 "chromium.chromiumos",
273 "-b", 273 "-b",
274 "ChromiumOS x86-generic Compile", 274 "ChromiumOS x86-generic Compile",
275 "--config-file", 275 "--config-file",
276 "[BUILDER_CACHE]/ChromiumOS_x86_generic_Compile/src/tools/mb/mb_config.pyl ", 276 "[BUILDER_CACHE]/ChromiumOS_x86_generic_Compile/src/tools/mb/mb_config.pyl ",
277 "--goma-dir", 277 "--goma-dir",
278 "[CACHE]/cipd/goma", 278 "[CACHE]/cipd/goma",
279 "//out_x86-generic/Release" 279 "//out_x86-generic/Release"
280 ], 280 ],
281 "cwd": "[BUILDER_CACHE]/ChromiumOS_x86_generic_Compile/src",
281 "env": { 282 "env": {
282 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 283 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
283 }, 284 },
284 "name": "generate_build_files" 285 "name": "generate_build_files"
285 }, 286 },
286 { 287 {
287 "cmd": [ 288 "cmd": [
288 "RECIPE_PACKAGE_REPO[depot_tools]/cros", 289 "RECIPE_PACKAGE_REPO[depot_tools]/cros",
289 "chrome-sdk", 290 "chrome-sdk",
290 "--board=x86-generic", 291 "--board=x86-generic",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ChromiumOS x86-g eneric Compile\", \"buildnumber\": 571, \"mastername\": \"chromium.chromiumos\", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chrom ium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSla vename\"}" 366 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"ChromiumOS x86-g eneric Compile\", \"buildnumber\": 571, \"mastername\": \"chromium.chromiumos\", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chrom ium\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSla vename\"}"
366 ], 367 ],
367 "name": "package build" 368 "name": "package build"
368 }, 369 },
369 { 370 {
370 "name": "$result", 371 "name": "$result",
371 "recipe_result": null, 372 "recipe_result": null,
372 "status_code": 0 373 "status_code": 0
373 } 374 }
374 ] 375 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698