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

Side by Side Diff: scripts/slave/recipes/chromium.expected/full_chromium_fyi_CFI_Linux_CF.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]/CFI_Linux_CF", 7 "[BUILDER_CACHE]/CFI_Linux_CF",
8 "511" 8 "511"
9 ], 9 ],
10 "name": "makedirs checkout path", 10 "name": "makedirs checkout path",
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 "[BUILDER_CACHE]/CFI_Linux_CF/src/tools/mb/mb.py", 225 "[BUILDER_CACHE]/CFI_Linux_CF/src/tools/mb/mb.py",
226 "gen", 226 "gen",
227 "-m", 227 "-m",
228 "chromium.fyi", 228 "chromium.fyi",
229 "-b", 229 "-b",
230 "CFI Linux CF", 230 "CFI Linux CF",
231 "--config-file", 231 "--config-file",
232 "[BUILDER_CACHE]/CFI_Linux_CF/src/tools/mb/mb_config.pyl", 232 "[BUILDER_CACHE]/CFI_Linux_CF/src/tools/mb/mb_config.pyl",
233 "//out/Release" 233 "//out/Release"
234 ], 234 ],
235 "cwd": "[BUILDER_CACHE]/CFI_Linux_CF/src",
235 "env": { 236 "env": {
236 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 237 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
237 }, 238 },
238 "name": "generate_build_files" 239 "name": "generate_build_files"
239 }, 240 },
240 { 241 {
241 "allow_subannotations": true, 242 "allow_subannotations": true,
242 "cmd": [ 243 "cmd": [
243 "python", 244 "python",
244 "-u", 245 "-u",
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", 365 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@",
365 "@@@STEP_LOG_END@python.inline@@@" 366 "@@@STEP_LOG_END@python.inline@@@"
366 ] 367 ]
367 }, 368 },
368 { 369 {
369 "name": "$result", 370 "name": "$result",
370 "recipe_result": null, 371 "recipe_result": null,
371 "status_code": 0 372 "status_code": 0
372 } 373 }
373 ] 374 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698