| 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]/android", | 7 "[BUILDER_CACHE]/android", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 "--src-dir", | 359 "--src-dir", |
| 360 "[BUILDER_CACHE]/android/src", | 360 "[BUILDER_CACHE]/android/src", |
| 361 "--goma-cache-dir", | 361 "--goma-cache-dir", |
| 362 "[GOMA_CACHE]", | 362 "[GOMA_CACHE]", |
| 363 "--buildbot-buildername", | 363 "--buildbot-buildername", |
| 364 "Android Builder", | 364 "Android Builder", |
| 365 "--buildbot-mastername", | 365 "--buildbot-mastername", |
| 366 "chromium.linux", | 366 "chromium.linux", |
| 367 "--buildbot-slavename", | 367 "--buildbot-slavename", |
| 368 "TestSlavename", | 368 "TestSlavename", |
| 369 "--goma-deps-cache-dir", | 369 "--goma-deps-cache-file", |
| 370 "[GOMA_DEPS_CACHE]", | 370 "Android_Builder.gomadeps", |
| 371 "--build-data-dir", | 371 "--build-data-dir", |
| 372 "[ROOT]/build_data_dir", | 372 "[ROOT]/build_data_dir", |
| 373 "--compiler", | 373 "--compiler", |
| 374 "goma", | 374 "goma", |
| 375 "--goma-jsonstatus", | 375 "--goma-jsonstatus", |
| 376 "/path/to/tmp/json", | 376 "/path/to/tmp/json", |
| 377 "--goma-service-account-json-file", | 377 "--goma-service-account-json-file", |
| 378 "/creds/service_accounts/service-account-goma-client.json", | 378 "/creds/service_accounts/service-account-goma-client.json", |
| 379 "--goma-dir", | 379 "--goma-dir", |
| 380 "[CACHE]/cipd/goma", | 380 "[CACHE]/cipd/goma", |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 479 "~followup_annotations": [ | 479 "~followup_annotations": [ |
| 480 "@@@STEP_TEXT@Android Tests@@@" | 480 "@@@STEP_TEXT@Android Tests@@@" |
| 481 ] | 481 ] |
| 482 }, | 482 }, |
| 483 { | 483 { |
| 484 "name": "$result", | 484 "name": "$result", |
| 485 "recipe_result": null, | 485 "recipe_result": null, |
| 486 "status_code": 0 | 486 "status_code": 0 |
| 487 } | 487 } |
| 488 ] | 488 ] |
| OLD | NEW |