| 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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 ] | 136 ] |
| 137 }, | 137 }, |
| 138 { | 138 { |
| 139 "cmd": [], | 139 "cmd": [], |
| 140 "name": "ensure_goma" | 140 "name": "ensure_goma" |
| 141 }, | 141 }, |
| 142 { | 142 { |
| 143 "cmd": [ | 143 "cmd": [ |
| 144 "python", | 144 "python", |
| 145 "-u", | 145 "-u", |
| 146 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 146 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 147 "--platform", | 147 "--platform", |
| 148 "linux-amd64", | 148 "linux-amd64", |
| 149 "--dest-directory", | 149 "--dest-directory", |
| 150 "[SLAVE_BUILD]/cipd", | 150 "[SLAVE_BUILD]/cipd", |
| 151 "--json-output", | 151 "--json-output", |
| 152 "/path/to/tmp/json" | 152 "/path/to/tmp/json" |
| 153 ], | 153 ], |
| 154 "name": "ensure_goma.install cipd", | 154 "name": "ensure_goma.install cipd", |
| 155 "~followup_annotations": [ | 155 "~followup_annotations": [ |
| 156 "@@@STEP_NEST_LEVEL@1@@@", | 156 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 "import sys; sys.exit(0)" | 323 "import sys; sys.exit(0)" |
| 324 ], | 324 ], |
| 325 "name": "mark: before_tests" | 325 "name": "mark: before_tests" |
| 326 }, | 326 }, |
| 327 { | 327 { |
| 328 "name": "$result", | 328 "name": "$result", |
| 329 "recipe_result": null, | 329 "recipe_result": null, |
| 330 "status_code": 0 | 330 "status_code": 0 |
| 331 } | 331 } |
| 332 ] | 332 ] |
| OLD | NEW |