Skip to content

Conversation

workinright
Copy link

@workinright workinright commented Aug 27, 2025

Fixes #30706 , however unlike #35873 follows a different approach of removing Docker (which is preferred according to my talk with @adeebshihadeh ). Both implementations have extremely similar performance, since they work essentially the same (the only remaining limiting factors being network, disk I/O speed and the CPU for Zstandard decompression). The only practical difference between them is the lack of a ~400 line docker pull reimplementation in this approach.

Still a draft for now, as (probably because of the weirdness of the GitHub CI Ubuntu image) we're running into some weird Python problem. That's in contrast to the Docker proposed approach, which is already fully working.

@workinright workinright marked this pull request as draft August 27, 2025 00:45
@workinright workinright changed the title speedup for the GitHub CI - alternative approach, by entirely removing Docker speedup of GitHub CI - alternative approach, by entirely removing Docker Aug 27, 2025
@workinright workinright changed the title speedup of GitHub CI - alternative approach, by entirely removing Docker GitHub CI setup-with-retry speedup - alternative approach, entirely removing Docker Aug 27, 2025
@workinright workinright force-pushed the master branch 27 times, most recently from 7f82f2d to 08d8c43 Compare August 28, 2025 01:40
@workinright workinright force-pushed the master branch 8 times, most recently from 8cc631f to f644523 Compare September 5, 2025 21:36
@workinright workinright force-pushed the master branch 12 times, most recently from 8cce523 to 1e31ec7 Compare September 6, 2025 14:39
@workinright workinright force-pushed the master branch 6 times, most recently from 0103837 to 16db7fc Compare September 6, 2025 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Speedup CI setup to <20s
1 participant