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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_lkgr_ASAN_Release.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]/ASAN_Release", 7 "[BUILDER_CACHE]/ASAN_Release",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 "-m", 236 "-m",
237 "chromium.lkgr", 237 "chromium.lkgr",
238 "-b", 238 "-b",
239 "ASAN Release", 239 "ASAN Release",
240 "--config-file", 240 "--config-file",
241 "[BUILDER_CACHE]/ASAN_Release/src/tools/mb/mb_config.pyl", 241 "[BUILDER_CACHE]/ASAN_Release/src/tools/mb/mb_config.pyl",
242 "--goma-dir", 242 "--goma-dir",
243 "[CACHE]/cipd/goma", 243 "[CACHE]/cipd/goma",
244 "//out/Release" 244 "//out/Release"
245 ], 245 ],
246 "cwd": "[BUILDER_CACHE]/ASAN_Release/src",
246 "env": { 247 "env": {
247 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 248 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
248 }, 249 },
249 "name": "generate_build_files" 250 "name": "generate_build_files"
250 }, 251 },
251 { 252 {
252 "allow_subannotations": true, 253 "allow_subannotations": true,
253 "cmd": [ 254 "cmd": [
254 "python", 255 "python",
255 "-u", 256 "-u",
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 386 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
386 "@@@STEP_LOG_END@python.inline@@@" 387 "@@@STEP_LOG_END@python.inline@@@"
387 ] 388 ]
388 }, 389 },
389 { 390 {
390 "name": "$result", 391 "name": "$result",
391 "recipe_result": null, 392 "recipe_result": null,
392 "status_code": 0 393 "status_code": 0
393 } 394 }
394 ] 395 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698