| 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 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 726 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 726 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 727 "@@@STEP_LOG_END@python.inline@@@" | 727 "@@@STEP_LOG_END@python.inline@@@" |
| 728 ] | 728 ] |
| 729 }, | 729 }, |
| 730 { | 730 { |
| 731 "name": "$result", | 731 "name": "$result", |
| 732 "recipe_result": null, | 732 "recipe_result": null, |
| 733 "status_code": 0 | 733 "status_code": 0 |
| 734 } | 734 } |
| 735 ] | 735 ] |
| OLD | NEW |