| 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]/Chromium_ASAN___debug", | 7 "[BUILDER_CACHE]/Chromium_ASAN___debug", |
| 8 "511" | 8 "511" |
| 9 ], | 9 ], |
| 10 "name": "makedirs checkout path", | 10 "name": "makedirs checkout path", |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 131 ] | 131 ] |
| 132 }, | 132 }, |
| 133 { | 133 { |
| 134 "cmd": [], | 134 "cmd": [], |
| 135 "name": "ensure_goma" | 135 "name": "ensure_goma" |
| 136 }, | 136 }, |
| 137 { | 137 { |
| 138 "cmd": [ | 138 "cmd": [ |
| 139 "python", | 139 "python", |
| 140 "-u", | 140 "-u", |
| 141 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 141 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 142 "--platform", | 142 "--platform", |
| 143 "linux-amd64", | 143 "linux-amd64", |
| 144 "--dest-directory", | 144 "--dest-directory", |
| 145 "[SLAVE_BUILD]/cipd", | 145 "[SLAVE_BUILD]/cipd", |
| 146 "--json-output", | 146 "--json-output", |
| 147 "/path/to/tmp/json" | 147 "/path/to/tmp/json" |
| 148 ], | 148 ], |
| 149 "name": "ensure_goma.install cipd", | 149 "name": "ensure_goma.install cipd", |
| 150 "~followup_annotations": [ | 150 "~followup_annotations": [ |
| 151 "@@@STEP_NEST_LEVEL@1@@@", | 151 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 425 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 425 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
| 426 "@@@STEP_LOG_END@python.inline@@@" | 426 "@@@STEP_LOG_END@python.inline@@@" |
| 427 ] | 427 ] |
| 428 }, | 428 }, |
| 429 { | 429 { |
| 430 "name": "$result", | 430 "name": "$result", |
| 431 "recipe_result": null, | 431 "recipe_result": null, |
| 432 "status_code": 0 | 432 "status_code": 0 |
| 433 } | 433 } |
| 434 ] | 434 ] |
| OLD | NEW |