| 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]/V8_Blink_Linux_64", | 7 "[BUILDER_CACHE]/V8_Blink_Linux_64", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 239 "--src-dir", | 239 "--src-dir", |
| 240 "[BUILDER_CACHE]/V8_Blink_Linux_64/src", | 240 "[BUILDER_CACHE]/V8_Blink_Linux_64/src", |
| 241 "--goma-cache-dir", | 241 "--goma-cache-dir", |
| 242 "[GOMA_CACHE]", | 242 "[GOMA_CACHE]", |
| 243 "--buildbot-buildername", | 243 "--buildbot-buildername", |
| 244 "V8-Blink Linux 64", | 244 "V8-Blink Linux 64", |
| 245 "--buildbot-mastername", | 245 "--buildbot-mastername", |
| 246 "client.v8.fyi", | 246 "client.v8.fyi", |
| 247 "--buildbot-slavename", | 247 "--buildbot-slavename", |
| 248 "TestSlavename", | 248 "TestSlavename", |
| 249 "--goma-deps-cache-dir", | 249 "--goma-deps-cache-file", |
| 250 "[GOMA_DEPS_CACHE]", | 250 "V8_Blink_Linux_64.gomadeps", |
| 251 "--compiler", | 251 "--compiler", |
| 252 "goma", | 252 "goma", |
| 253 "--goma-jsonstatus", | 253 "--goma-jsonstatus", |
| 254 "/path/to/tmp/json", | 254 "/path/to/tmp/json", |
| 255 "--goma-service-account-json-file", | 255 "--goma-service-account-json-file", |
| 256 "/creds/service_accounts/service-account-goma-client.json", | 256 "/creds/service_accounts/service-account-goma-client.json", |
| 257 "--goma-dir", | 257 "--goma-dir", |
| 258 "[CACHE]/cipd/goma", | 258 "[CACHE]/cipd/goma", |
| 259 "--", | 259 "--", |
| 260 "blink_tests" | 260 "blink_tests" |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 375 "@@@STEP_FAILURE@@@" | 375 "@@@STEP_FAILURE@@@" |
| 376 ] | 376 ] |
| 377 }, | 377 }, |
| 378 { | 378 { |
| 379 "name": "$result", | 379 "name": "$result", |
| 380 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", | 380 "reason": "1 out of 1 aggregated steps failed. Failures: Step('webkit_tests'
) failed with return_code 1", |
| 381 "recipe_result": null, | 381 "recipe_result": null, |
| 382 "status_code": 1 | 382 "status_code": 1 |
| 383 } | 383 } |
| 384 ] | 384 ] |
| OLD | NEW |