Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[KYUUBI #6765] [CI] speed up the script for freeing disk space by bat…
…ching removals # 🔍 Description ## Issue References 🔗 This pull request fixes # ## Describe Your Solution 🔧 - batching removals to avoid repeatedly reading and updating the apt-get databases - 50% speed up the execution time for freeing disk space from 2 minutes or more , to about 1 minutues. ## Types of changes 🔖 - [ ] Bugfix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Test Plan 🧪 #### Behavior Without This Pull Request ⚰️ #### Behavior With This Pull Request 🎉 #### Related Unit Tests --- # Checklist 📝 - [x] This patch was not authored or co-authored using [Generative Tooling](https://www.apache.org/legal/generative-tooling.html) **Be nice. Be informative.** Closes #6765 from bowenliang123/speedup-freedisk. Closes #6765 dd475c2 [Bowen Liang] update (+1 squashed commit) Squashed commits: [688793f] update Authored-by: Bowen Liang <[email protected]> Signed-off-by: Kent Yao <[email protected]>
- Loading branch information