| 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]/ClangToTLinux", | 7 "[BUILDER_CACHE]/ClangToTLinux", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 305 "env": { | 305 "env": { |
| 306 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 306 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 307 "LLVM_FORCE_HEAD_REVISION": "YES" | 307 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 308 }, | 308 }, |
| 309 "name": "compile" | 309 "name": "compile" |
| 310 }, | 310 }, |
| 311 { | 311 { |
| 312 "cmd": [ | 312 "cmd": [ |
| 313 "python", | 313 "python", |
| 314 "-u", | 314 "-u", |
| 315 "RECIPE_MODULE[build::isolate]/resources/remove_build_metadata.py", | 315 "[BUILDER_CACHE]/ClangToTLinux/src/tools/determinism/remove_build_metadata
.py", |
| 316 "--build-dir", | 316 "--build-dir", |
| 317 "[BUILDER_CACHE]/ClangToTLinux/src/out/Release", | 317 "[BUILDER_CACHE]/ClangToTLinux/src/out/Release" |
| 318 "--src-dir", | |
| 319 "[BUILDER_CACHE]/ClangToTLinux/src" | |
| 320 ], | 318 ], |
| 321 "cwd": "[SLAVE_BUILD]", | 319 "cwd": "[SLAVE_BUILD]", |
| 322 "name": "remove_build_metadata" | 320 "name": "remove_build_metadata" |
| 323 }, | 321 }, |
| 324 { | 322 { |
| 325 "cmd": [ | 323 "cmd": [ |
| 326 "python", | 324 "python", |
| 327 "-u", | 325 "-u", |
| 328 "RECIPE_MODULE[build::isolate]/resources/isolate.py", | 326 "RECIPE_MODULE[build::isolate]/resources/isolate.py", |
| 329 "[BUILDER_CACHE]/ClangToTLinux/src/tools/swarming_client", | 327 "[BUILDER_CACHE]/ClangToTLinux/src/tools/swarming_client", |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 434 "LLVM_FORCE_HEAD_REVISION": "YES" | 432 "LLVM_FORCE_HEAD_REVISION": "YES" |
| 435 }, | 433 }, |
| 436 "name": "sizes" | 434 "name": "sizes" |
| 437 }, | 435 }, |
| 438 { | 436 { |
| 439 "name": "$result", | 437 "name": "$result", |
| 440 "recipe_result": null, | 438 "recipe_result": null, |
| 441 "status_code": 0 | 439 "status_code": 0 |
| 442 } | 440 } |
| 443 ] | 441 ] |
| OLD | NEW |