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]/Android32_Builder", | 7 "[BUILDER_CACHE]/Android32_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]/Android32_Builder/src", | 223 "[BUILDER_CACHE]/Android32_Builder/src", |
224 "--goma-cache-dir", | 224 "--goma-cache-dir", |
225 "[GOMA_CACHE]", | 225 "[GOMA_CACHE]", |
226 "--buildbot-buildername", | 226 "--buildbot-buildername", |
227 "Android32 Builder", | 227 "Android32 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 "Android32_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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
331 "~followup_annotations": [ | 331 "~followup_annotations": [ |
332 "@@@STEP_TEXT@Android32 Tests (L Nexus5)<br />Android32 Tests (L Nexus7.2)
@@@" | 332 "@@@STEP_TEXT@Android32 Tests (L Nexus5)<br />Android32 Tests (L Nexus7.2)
@@@" |
333 ] | 333 ] |
334 }, | 334 }, |
335 { | 335 { |
336 "name": "$result", | 336 "name": "$result", |
337 "recipe_result": null, | 337 "recipe_result": null, |
338 "status_code": 0 | 338 "status_code": 0 |
339 } | 339 } |
340 ] | 340 ] |
OLD | NEW |