| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 ] | 115 ] |
| 116 }, | 116 }, |
| 117 { | 117 { |
| 118 "cmd": [], | 118 "cmd": [], |
| 119 "name": "ensure_goma" | 119 "name": "ensure_goma" |
| 120 }, | 120 }, |
| 121 { | 121 { |
| 122 "cmd": [ | 122 "cmd": [ |
| 123 "python", | 123 "python", |
| 124 "-u", | 124 "-u", |
| 125 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 125 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 126 "--platform", | 126 "--platform", |
| 127 "linux-386", | 127 "linux-386", |
| 128 "--dest-directory", | 128 "--dest-directory", |
| 129 "[SLAVE_BUILD]/cipd", | 129 "[SLAVE_BUILD]/cipd", |
| 130 "--json-output", | 130 "--json-output", |
| 131 "/path/to/tmp/json" | 131 "/path/to/tmp/json" |
| 132 ], | 132 ], |
| 133 "name": "ensure_goma.install cipd", | 133 "name": "ensure_goma.install cipd", |
| 134 "~followup_annotations": [ | 134 "~followup_annotations": [ |
| 135 "@@@STEP_NEST_LEVEL@1@@@", | 135 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 "~followup_annotations": [ | 300 "~followup_annotations": [ |
| 301 "@@@STEP_TEXT@Android32 Tests (L Nexus5)<br />Android32 Tests (L Nexus7.2)
@@@" | 301 "@@@STEP_TEXT@Android32 Tests (L Nexus5)<br />Android32 Tests (L Nexus7.2)
@@@" |
| 302 ] | 302 ] |
| 303 }, | 303 }, |
| 304 { | 304 { |
| 305 "name": "$result", | 305 "name": "$result", |
| 306 "recipe_result": null, | 306 "recipe_result": null, |
| 307 "status_code": 0 | 307 "status_code": 0 |
| 308 } | 308 } |
| 309 ] | 309 ] |
| OLD | NEW |