Runner package is downloaded every single time
See original GitHub issueWould be faster if we can reuse the already downloaded one, this is specially good for not cloud runners.
We should download the wrapped runner once (GH or GL), install it in the system and make cml-runner
to use it always.
If we are changing the SCM we should download the other wrapped runner.
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (8 by maintainers)
Top Results From Across the Web
The runner auto upgrade faild after download three times. #442
The runner auto update when my CI/CD job start 2.It's download package faild three times.(My runner in china server,the ...
Read more >How to avoid re-installing R packages every time we start R
Hi, Every time I start R, I have to re-install the packages I need and also call from the library ("library" command). It...
Read more >Gitlab Runner Failing to Download files (#28225) · Issues
Has problems downloading (sometime the CI/CD job gets stuck) files with can be downloaded without any issues in other VMs, containers, locally.
Read more >Gitlab Runner auto CI stuck at downloading - Stack Overflow
I added a curl command instead of mvn package and it seems the download speed is 0, how is that possible? Step 5/11...
Read more >Stop PIP from re-downloading same packages over and over ...
PIP has a habit of re-downloading same packages every time you run the pip install command. That's not so cool, especially, when you...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I see because each call downloads the gha runner since they aren’t aware of previous invocations
is this still a concern/issue? Im not following what the optimization is supposed to be?