-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add runner-package to curated images #8474
add runner-package to curated images #8474
Conversation
/azp run ubuntu2004,ubuntu2204 |
Azure Pipelines successfully started running 2 pipeline(s). |
@pshepherd10 please make a separate pr for windows |
This reverts commit 9965920.
/azp run ubuntu2004,ubuntu2204 |
Azure Pipelines successfully started running 2 pipeline(s). |
/azp run ubuntu2004,ubuntu2204 |
Commenter does not have sufficient privileges for PR 8474 in repo actions/runner-images |
@mikhailkoliada Are those image build failures related to mine? Can we try rerunning them? |
@pshepherd10 actually I was thinking, lets introduce the test on both windows and ubuntu runners to make sure that the runner directory exist and not empty |
@mikhailkoliada ok just added the test, let me know if that is right. |
/azp run ubuntu2004,ubuntu2204 |
@pshepherd10 hmm you might need use |
@mikhailkoliada ok added sudo lets see if that works |
/azp run ubuntu2004,ubuntu2204 |
Azure Pipelines successfully started running 2 pipeline(s). |
/azp run ubuntu2004,ubuntu2204 |
Azure Pipelines successfully started running 2 pipeline(s). |
@mikhailkoliada I'm not sure if this is why its failing but the filter I have for getting the download url isn't good since there are multiple |
https://jqplay.org/s/qYBTIZGg_lV looks like it should work |
fixed more syntax issues |
/azp run ubuntu2004,ubuntu2204 |
Azure Pipelines successfully started running 2 pipeline(s). |
@mikhailkoliada Not sure why it's still failing. I changed the install order for the packages so we don't have to wait an hour to check if it passes. |
/azp run ubuntu2004,ubuntu2204 |
Azure Pipelines successfully started running 2 pipeline(s). |
Co-authored-by: Erik Bershel <110455084+erik-bershel@users.noreply.github.com>
/azp run ubuntu2004,ubuntu2204 |
Azure Pipelines successfully started running 2 pipeline(s). |
Description
The plan is to cache the runner package onto our curated images just in case the CDN that we use to download the package is experiencing downtime. This will help speed up VM setup times in some cases when the latest version is already cached.
The size of the package on linux would be 180Mb and windows would be 84Mb.
Related:
ADR
https://github.com/github/actions-larger-runners/issues/2318
Check list