You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice that the test.yml workflow is using outdated ubuntu20 self-hosted runner, with a lot of preparation steps to install all the required software.
Since it looks like it's already running on a self-hosted runner on AWS, maybe you should have a look at RunsOn to simplify the setup, and greatly improve the speed + cost.
Also RunsOn launches ephemeral runners (boot time 20s for ARM64, 40s for x64), which alleviates the security issues with long-running self-hosted runners in public repositories.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I notice that the test.yml workflow is using outdated ubuntu20 self-hosted runner, with a lot of preparation steps to install all the required software.
Since it looks like it's already running on a self-hosted runner on AWS, maybe you should have a look at RunsOn to simplify the setup, and greatly improve the speed + cost.
Also RunsOn launches ephemeral runners (boot time 20s for ARM64, 40s for x64), which alleviates the security issues with long-running self-hosted runners in public repositories.
Happy to help in any way I can!
Beta Was this translation helpful? Give feedback.
All reactions