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