| 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]/Mac_ASAN_Debug", | 7 "[BUILDER_CACHE]/Mac_ASAN_Debug", |
| 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 Loading... |
| 236 "-m", | 236 "-m", |
| 237 "chromium.lkgr", | 237 "chromium.lkgr", |
| 238 "-b", | 238 "-b", |
| 239 "Mac ASAN Debug", | 239 "Mac ASAN Debug", |
| 240 "--config-file", | 240 "--config-file", |
| 241 "[BUILDER_CACHE]/Mac_ASAN_Debug/src/tools/mb/mb_config.pyl", | 241 "[BUILDER_CACHE]/Mac_ASAN_Debug/src/tools/mb/mb_config.pyl", |
| 242 "--goma-dir", | 242 "--goma-dir", |
| 243 "[CACHE]/cipd/goma", | 243 "[CACHE]/cipd/goma", |
| 244 "//out/Debug" | 244 "//out/Debug" |
| 245 ], | 245 ], |
| 246 "cwd": "[BUILDER_CACHE]/Mac_ASAN_Debug/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 Loading... |
| 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 ] |
| OLD | NEW |