| 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", | 154 "@@@STEP_LOG_LINE@python.inline@except OSError:@@@", |
| 155 "@@@STEP_LOG_LINE@python.inline@ pass@@@", | 155 "@@@STEP_LOG_LINE@python.inline@ pass@@@", |
| 156 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", | 156 "@@@STEP_LOG_LINE@python.inline@for base, _dirs, files in os.walk(sys.argv
[4]):@@@", |
| 157 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", | 157 "@@@STEP_LOG_LINE@python.inline@ for f in files:@@@", |
| 158 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", | 158 "@@@STEP_LOG_LINE@python.inline@ if f.endswith('.pyc'):@@@", |
| 159 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, | 159 "@@@STEP_LOG_LINE@python.inline@ os.remove(os.path.join(base, f))@@@"
, |
| 160 "@@@STEP_LOG_END@python.inline@@@" | 160 "@@@STEP_LOG_END@python.inline@@@" |
| 161 ] | 161 ] |
| 162 }, | 162 }, |
| 163 { | 163 { |
| 164 "cmd": [], | |
| 165 "name": "ensure_goma" | 164 "name": "ensure_goma" |
| 166 }, | 165 }, |
| 167 { | 166 { |
| 168 "cmd": [ | 167 "cmd": [ |
| 169 "python", | 168 "python", |
| 170 "-u", | 169 "-u", |
| 171 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", | 170 "RECIPE_MODULE[depot_tools::cipd]/resources/bootstrap.py", |
| 172 "--platform", | 171 "--platform", |
| 173 "linux-amd64", | 172 "linux-amd64", |
| 174 "--dest-directory", | 173 "--dest-directory", |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 288 "[SLAVE_BUILD]/src/out/Release" | 287 "[SLAVE_BUILD]/src/out/Release" |
| 289 ], | 288 ], |
| 290 "name": "dartium_test" | 289 "name": "dartium_test" |
| 291 }, | 290 }, |
| 292 { | 291 { |
| 293 "name": "$result", | 292 "name": "$result", |
| 294 "recipe_result": null, | 293 "recipe_result": null, |
| 295 "status_code": 0 | 294 "status_code": 0 |
| 296 } | 295 } |
| 297 ] | 296 ] |
| OLD | NEW |