| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 ] |
| OLD | NEW |