| 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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 "--src-dir", | 271 "--src-dir", |
| 272 "[BUILDER_CACHE]/CFI_Linux_CF/src", | 272 "[BUILDER_CACHE]/CFI_Linux_CF/src", |
| 273 "--goma-cache-dir", | 273 "--goma-cache-dir", |
| 274 "[GOMA_CACHE]", | 274 "[GOMA_CACHE]", |
| 275 "--buildbot-buildername", | 275 "--buildbot-buildername", |
| 276 "CFI Linux CF", | 276 "CFI Linux CF", |
| 277 "--buildbot-mastername", | 277 "--buildbot-mastername", |
| 278 "chromium.fyi", | 278 "chromium.fyi", |
| 279 "--buildbot-slavename", | 279 "--buildbot-slavename", |
| 280 "TestSlavename", | 280 "TestSlavename", |
| 281 "--goma-deps-cache-dir", | 281 "--goma-deps-cache-file", |
| 282 "[GOMA_DEPS_CACHE]", | 282 "CFI_Linux_CF.gomadeps", |
| 283 "--build-data-dir", | 283 "--build-data-dir", |
| 284 "[ROOT]/build_data_dir", | 284 "[ROOT]/build_data_dir", |
| 285 "--compiler", | 285 "--compiler", |
| 286 "clang", | 286 "clang", |
| 287 "--", | 287 "--", |
| 288 "chromium_builder_asan" | 288 "chromium_builder_asan" |
| 289 ], | 289 ], |
| 290 "env": { | 290 "env": { |
| 291 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 291 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 292 }, | 292 }, |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 365 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 366 "@@@STEP_LOG_END@python.inline@@@" | 366 "@@@STEP_LOG_END@python.inline@@@" |
| 367 ] | 367 ] |
| 368 }, | 368 }, |
| 369 { | 369 { |
| 370 "name": "$result", | 370 "name": "$result", |
| 371 "recipe_result": null, | 371 "recipe_result": null, |
| 372 "status_code": 0 | 372 "status_code": 0 |
| 373 } | 373 } |
| 374 ] | 374 ] |
| OLD | NEW |