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]/coverage_clobber", | 7 "[BUILDER_CACHE]/coverage_clobber", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
259 "--src-dir", | 259 "--src-dir", |
260 "[BUILDER_CACHE]/coverage_clobber/src", | 260 "[BUILDER_CACHE]/coverage_clobber/src", |
261 "--goma-cache-dir", | 261 "--goma-cache-dir", |
262 "[GOMA_CACHE]", | 262 "[GOMA_CACHE]", |
263 "--buildbot-buildername", | 263 "--buildbot-buildername", |
264 "coverage_clobber", | 264 "coverage_clobber", |
265 "--buildbot-mastername", | 265 "--buildbot-mastername", |
266 "bot_update.always_on", | 266 "bot_update.always_on", |
267 "--buildbot-slavename", | 267 "--buildbot-slavename", |
268 "TestSlavename", | 268 "TestSlavename", |
269 "--goma-deps-cache-dir", | 269 "--goma-deps-cache-file", |
270 "[GOMA_DEPS_CACHE]", | 270 "coverage_clobber.gomadeps", |
271 "--build-data-dir", | 271 "--build-data-dir", |
272 "[ROOT]/build_data_dir", | 272 "[ROOT]/build_data_dir", |
273 "--compiler", | 273 "--compiler", |
274 "goma", | 274 "goma", |
275 "--goma-jsonstatus", | 275 "--goma-jsonstatus", |
276 "/path/to/tmp/json", | 276 "/path/to/tmp/json", |
277 "--goma-service-account-json-file", | 277 "--goma-service-account-json-file", |
278 "/creds/service_accounts/service-account-goma-client.json", | 278 "/creds/service_accounts/service-account-goma-client.json", |
279 "--goma-dir", | 279 "--goma-dir", |
280 "[CACHE]/cipd/goma", | 280 "[CACHE]/cipd/goma", |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
312 "dev" | 312 "dev" |
313 ], | 313 ], |
314 "name": "archive_build" | 314 "name": "archive_build" |
315 }, | 315 }, |
316 { | 316 { |
317 "name": "$result", | 317 "name": "$result", |
318 "recipe_result": null, | 318 "recipe_result": null, |
319 "status_code": 0 | 319 "status_code": 0 |
320 } | 320 } |
321 ] | 321 ] |
OLD | NEW |