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]/linux", | 7 "[BUILDER_CACHE]/linux", |
8 "511" | 8 "511" |
9 ], | 9 ], |
10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
334 "--src-dir", | 334 "--src-dir", |
335 "[BUILDER_CACHE]/linux/src", | 335 "[BUILDER_CACHE]/linux/src", |
336 "--goma-cache-dir", | 336 "--goma-cache-dir", |
337 "[GOMA_CACHE]", | 337 "[GOMA_CACHE]", |
338 "--buildbot-buildername", | 338 "--buildbot-buildername", |
339 "Linux Builder", | 339 "Linux Builder", |
340 "--buildbot-mastername", | 340 "--buildbot-mastername", |
341 "client.skia", | 341 "client.skia", |
342 "--buildbot-slavename", | 342 "--buildbot-slavename", |
343 "TestSlavename", | 343 "TestSlavename", |
344 "--goma-deps-cache-dir", | 344 "--goma-deps-cache-file", |
345 "[GOMA_DEPS_CACHE]", | 345 "Linux_Builder.gomadeps", |
346 "--build-data-dir", | 346 "--build-data-dir", |
347 "[ROOT]/build_data_dir", | 347 "[ROOT]/build_data_dir", |
348 "--compiler", | 348 "--compiler", |
349 "goma", | 349 "goma", |
350 "--goma-jsonstatus", | 350 "--goma-jsonstatus", |
351 "/path/to/tmp/json", | 351 "/path/to/tmp/json", |
352 "--goma-service-account-json-file", | 352 "--goma-service-account-json-file", |
353 "/creds/service_accounts/service-account-goma-client.json", | 353 "/creds/service_accounts/service-account-goma-client.json", |
354 "--goma-dir", | 354 "--goma-dir", |
355 "[CACHE]/cipd/goma", | 355 "[CACHE]/cipd/goma", |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
458 "~followup_annotations": [ | 458 "~followup_annotations": [ |
459 "@@@STEP_TEXT@Linux Tests@@@" | 459 "@@@STEP_TEXT@Linux Tests@@@" |
460 ] | 460 ] |
461 }, | 461 }, |
462 { | 462 { |
463 "name": "$result", | 463 "name": "$result", |
464 "recipe_result": null, | 464 "recipe_result": null, |
465 "status_code": 0 | 465 "status_code": 0 |
466 } | 466 } |
467 ] | 467 ] |
OLD | NEW |