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]/Android64_Builder", | 7 "[BUILDER_CACHE]/Android64_Builder", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
222 "--src-dir", | 222 "--src-dir", |
223 "[BUILDER_CACHE]/Android64_Builder/src", | 223 "[BUILDER_CACHE]/Android64_Builder/src", |
224 "--goma-cache-dir", | 224 "--goma-cache-dir", |
225 "[GOMA_CACHE]", | 225 "[GOMA_CACHE]", |
226 "--buildbot-buildername", | 226 "--buildbot-buildername", |
227 "Android64 Builder", | 227 "Android64 Builder", |
228 "--buildbot-mastername", | 228 "--buildbot-mastername", |
229 "client.webrtc", | 229 "client.webrtc", |
230 "--buildbot-slavename", | 230 "--buildbot-slavename", |
231 "slavename", | 231 "slavename", |
232 "--goma-deps-cache-dir", | 232 "--goma-deps-cache-file", |
233 "[GOMA_DEPS_CACHE]", | 233 "Android64_Builder.gomadeps", |
234 "--compiler", | 234 "--compiler", |
235 "goma", | 235 "goma", |
236 "--goma-jsonstatus", | 236 "--goma-jsonstatus", |
237 "/path/to/tmp/json", | 237 "/path/to/tmp/json", |
238 "--goma-service-account-json-file", | 238 "--goma-service-account-json-file", |
239 "/creds/service_accounts/service-account-goma-client.json", | 239 "/creds/service_accounts/service-account-goma-client.json", |
240 "--goma-dir", | 240 "--goma-dir", |
241 "[CACHE]/cipd/goma", | 241 "[CACHE]/cipd/goma", |
242 "--" | 242 "--" |
243 ], | 243 ], |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
323 "~followup_annotations": [ | 323 "~followup_annotations": [ |
324 "@@@STEP_TEXT@Android64 Tests (L Nexus9)@@@" | 324 "@@@STEP_TEXT@Android64 Tests (L Nexus9)@@@" |
325 ] | 325 ] |
326 }, | 326 }, |
327 { | 327 { |
328 "name": "$result", | 328 "name": "$result", |
329 "recipe_result": null, | 329 "recipe_result": null, |
330 "status_code": 0 | 330 "status_code": 0 |
331 } | 331 } |
332 ] | 332 ] |
OLD | NEW |