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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_client_v8_fyi_V8_Linux_GN.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]/V8_Linux_GN", 7 "[BUILDER_CACHE]/V8_Linux_GN",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 "-m", 256 "-m",
257 "client.v8.fyi", 257 "client.v8.fyi",
258 "-b", 258 "-b",
259 "V8 Linux GN", 259 "V8 Linux GN",
260 "--config-file", 260 "--config-file",
261 "[BUILDER_CACHE]/V8_Linux_GN/src/tools/mb/mb_config.pyl", 261 "[BUILDER_CACHE]/V8_Linux_GN/src/tools/mb/mb_config.pyl",
262 "--goma-dir", 262 "--goma-dir",
263 "[CACHE]/cipd/goma", 263 "[CACHE]/cipd/goma",
264 "//out/Release" 264 "//out/Release"
265 ], 265 ],
266 "cwd": "[BUILDER_CACHE]/V8_Linux_GN/src",
266 "env": { 267 "env": {
267 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 268 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
268 }, 269 },
269 "name": "generate_build_files" 270 "name": "generate_build_files"
270 }, 271 },
271 { 272 {
272 "cmd": [ 273 "cmd": [
273 "python", 274 "python",
274 "-u", 275 "-u",
275 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", 276 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"V8 Linux GN\", \ "buildnumber\": 571, \"mastername\": \"client.v8.fyi\", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"revision\": \"22 135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSla vename\"}" 345 "{\"blamelist\": [\"cool_dev1337@chromium.org\", \"hax@chromium.org\"], \" build_data_dir\": \"[ROOT]/build_data_dir\", \"buildername\": \"V8 Linux GN\", \ "buildnumber\": 571, \"mastername\": \"client.v8.fyi\", \"parent_buildername\": null, \"path_config\": \"kitchen\", \"recipe\": \"chromium\", \"revision\": \"22 135\", \"slavename\": \"TestSlavename\", \"workdir\": \"/path/to/workdir/TestSla vename\"}"
345 ], 346 ],
346 "name": "package build" 347 "name": "package build"
347 }, 348 },
348 { 349 {
349 "name": "$result", 350 "name": "$result",
350 "recipe_result": null, 351 "recipe_result": null,
351 "status_code": 0 352 "status_code": 0
352 } 353 }
353 ] 354 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698