| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", | 6 "\nimport os, sys\n\nbuild_path = sys.argv[1]\nif os.path.exists(build_pat
h):\n for (path, dir, files) in os.walk(build_path):\n for cur_file in files
:\n if cur_file.endswith('index.lock'):\n path_to_file = os.path.joi
n(path, cur_file)\n print 'deleting %s' % path_to_file\n os.remove
(path_to_file)\n", |
| 7 "[SLAVE_BUILD]" | 7 "[SLAVE_BUILD]" |
| 8 ], | 8 ], |
| 9 "name": "cleanup index.lock", | 9 "name": "cleanup index.lock", |
| 10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 ] | 155 ] |
| 156 }, | 156 }, |
| 157 { | 157 { |
| 158 "cmd": [], | 158 "cmd": [], |
| 159 "name": "ensure_goma" | 159 "name": "ensure_goma" |
| 160 }, | 160 }, |
| 161 { | 161 { |
| 162 "cmd": [ | 162 "cmd": [ |
| 163 "python", | 163 "python", |
| 164 "-u", | 164 "-u", |
| 165 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", | 165 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 166 "--platform", | 166 "--platform", |
| 167 "linux-amd64", | 167 "linux-amd64", |
| 168 "--dest-directory", | 168 "--dest-directory", |
| 169 "[SLAVE_BUILD]/cipd", | 169 "[SLAVE_BUILD]/cipd", |
| 170 "--json-output", | 170 "--json-output", |
| 171 "/path/to/tmp/json" | 171 "/path/to/tmp/json" |
| 172 ], | 172 ], |
| 173 "name": "ensure_goma.install cipd", | 173 "name": "ensure_goma.install cipd", |
| 174 "~followup_annotations": [ | 174 "~followup_annotations": [ |
| 175 "@@@STEP_NEST_LEVEL@1@@@", | 175 "@@@STEP_NEST_LEVEL@1@@@", |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 341 "android-cronet" | 341 "android-cronet" |
| 342 ], | 342 ], |
| 343 "name": "sizes" | 343 "name": "sizes" |
| 344 }, | 344 }, |
| 345 { | 345 { |
| 346 "name": "$result", | 346 "name": "$result", |
| 347 "recipe_result": null, | 347 "recipe_result": null, |
| 348 "status_code": 0 | 348 "status_code": 0 |
| 349 } | 349 } |
| 350 ] | 350 ] |
| OLD | NEW |