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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_ClangToTMac__dbg_.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]/ClangToTMac__dbg_", 7 "[BUILDER_CACHE]/ClangToTMac__dbg_",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 "[BUILDER_CACHE]/ClangToTMac__dbg_/src/tools/mb/mb.py", 211 "[BUILDER_CACHE]/ClangToTMac__dbg_/src/tools/mb/mb.py",
212 "gen", 212 "gen",
213 "-m", 213 "-m",
214 "chromium.fyi", 214 "chromium.fyi",
215 "-b", 215 "-b",
216 "ClangToTMac (dbg)", 216 "ClangToTMac (dbg)",
217 "--config-file", 217 "--config-file",
218 "[BUILDER_CACHE]/ClangToTMac__dbg_/src/tools/mb/mb_config.pyl", 218 "[BUILDER_CACHE]/ClangToTMac__dbg_/src/tools/mb/mb_config.pyl",
219 "//out/Debug" 219 "//out/Debug"
220 ], 220 ],
221 "cwd": "[BUILDER_CACHE]/ClangToTMac__dbg_/src",
221 "env": { 222 "env": {
222 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 223 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
223 }, 224 },
224 "name": "generate_build_files" 225 "name": "generate_build_files"
225 }, 226 },
226 { 227 {
227 "allow_subannotations": true, 228 "allow_subannotations": true,
228 "cmd": [ 229 "cmd": [
229 "python", 230 "python",
230 "-u", 231 "-u",
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 "LLVM_FORCE_HEAD_REVISION": "YES" 343 "LLVM_FORCE_HEAD_REVISION": "YES"
343 }, 344 },
344 "name": "sizes" 345 "name": "sizes"
345 }, 346 },
346 { 347 {
347 "name": "$result", 348 "name": "$result",
348 "recipe_result": null, 349 "recipe_result": null,
349 "status_code": 0 350 "status_code": 0
350 } 351 }
351 ] 352 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698