| 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_ToT", | 7 "[BUILDER_CACHE]/CFI_Linux_ToT", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 "--gsutil-py-path", | 248 "--gsutil-py-path", |
| 249 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 249 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 250 "--ninja-path", | 250 "--ninja-path", |
| 251 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 251 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 252 "--target", | 252 "--target", |
| 253 "Release", | 253 "Release", |
| 254 "--src-dir", | 254 "--src-dir", |
| 255 "[BUILDER_CACHE]/CFI_Linux_ToT/src", | 255 "[BUILDER_CACHE]/CFI_Linux_ToT/src", |
| 256 "--goma-cache-dir", | 256 "--goma-cache-dir", |
| 257 "[GOMA_CACHE]", | 257 "[GOMA_CACHE]", |
| 258 "--buildbot-buildername", |
| 259 "CFI Linux ToT", |
| 260 "--buildbot-mastername", |
| 261 "chromium.fyi", |
| 262 "--buildbot-slavename", |
| 263 "TestSlavename", |
| 258 "--goma-deps-cache-dir", | 264 "--goma-deps-cache-dir", |
| 259 "[GOMA_DEPS_CACHE]", | 265 "[GOMA_DEPS_CACHE]", |
| 260 "--build-data-dir", | 266 "--build-data-dir", |
| 261 "[ROOT]/build_data_dir", | 267 "[ROOT]/build_data_dir", |
| 262 "--compiler", | 268 "--compiler", |
| 263 "clang", | 269 "clang", |
| 264 "--", | 270 "--", |
| 265 "All" | 271 "All" |
| 266 ], | 272 ], |
| 267 "env": { | 273 "env": { |
| 268 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 274 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 269 "LLVM_FORCE_HEAD_REVISION": "YES" | 275 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 270 }, | 276 }, |
| 271 "name": "compile" | 277 "name": "compile" |
| 272 }, | 278 }, |
| 273 { | 279 { |
| 274 "name": "$result", | 280 "name": "$result", |
| 275 "recipe_result": null, | 281 "recipe_result": null, |
| 276 "status_code": 0 | 282 "status_code": 0 |
| 277 } | 283 } |
| 278 ] | 284 ] |
| OLD | NEW |