| 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 147 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
| 148 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 148 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| 149 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 149 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
| 150 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 150 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
| 151 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 151 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
| 152 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 152 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
| 153 "@@@STEP_LOG_END@python.inline@@@" | 153 "@@@STEP_LOG_END@python.inline@@@" |
| 154 ] | 154 ] |
| 155 }, | 155 }, |
| 156 { | 156 { |
| 157 "cmd": [], | |
| 158 "name": "ensure_goma" | 157 "name": "ensure_goma" |
| 159 }, | 158 }, |
| 160 { | 159 { |
| 161 "cmd": [ | 160 "cmd": [ |
| 162 "python", | 161 "python", |
| 163 "-u", | 162 "-u", |
| 164 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 163 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 165 "--platform", | 164 "--platform", |
| 166 "linux-amd64", | 165 "linux-amd64", |
| 167 "--dest-directory", | 166 "--dest-directory", |
| (...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 705 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", | 704 "@@@STEP_LOG_LINE@python.inline@ os.remove(report)@@@", |
| 706 "@@@STEP_LOG_END@python.inline@@@" | 705 "@@@STEP_LOG_END@python.inline@@@" |
| 707 ] | 706 ] |
| 708 }, | 707 }, |
| 709 { | 708 { |
| 710 "name": "$result", | 709 "name": "$result", |
| 711 "recipe_result": null, | 710 "recipe_result": null, |
| 712 "status_code": 0 | 711 "status_code": 0 |
| 713 } | 712 } |
| 714 ] | 713 ] |
| OLD | NEW |