Skip to content
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

Agent experience lacks the polish of GitHub Actions #3587

Open
basil opened this issue May 21, 2023 · 1 comment
Open

Agent experience lacks the polish of GitHub Actions #3587

basil opened this issue May 21, 2023 · 1 comment

Comments

@basil
Copy link
Collaborator

basil commented May 21, 2023

GitHub Actions runs builds on VMs with Docker preinstalled. Libraries like Testcontainers therefore work out of the box without any additional configuration.

The agent experience on https://ci.jenkins.io is not as great. Users have to choose between fast container agents which don't have Docker or slow VM agents which do have Docker.

Users should not have to choose between features and speed; rather, they should get both by default.

The most promising option for implementing this appears to be a combination of Firecracker and Kata Containers. A Kubernetes cluster configured to use Kata Containers with the Firecracker hypervisor would allow CI jobs to run in fast and lightweight VM agents with Docker preinstalled.

@dduportal dduportal added triage Incoming issues that need review and removed triage Incoming issues that need review labels May 22, 2023
@dduportal
Copy link
Contributor

dduportal commented May 23, 2023

Hi @basil thanks for this excellent suggestion. With @olblak , we played a bit with (https://github.com/nestybox/sysbox) for that purpose (Docker in containers) in the past with nice results but only in AKS: in AWS EKS it was a nightmare.

We won't be able to work on this request because we lack time to spend on this on the upcoming 3 months, but that could be a great improvement before end of year if we can make it work as expected.

Regarding the VM agents, the team is currently working (for billing reasons initially) in 2 phases that could help:

We could experiment (and get some help) in the 2 OSUSL VMs we currently have as we planned to run a k3s custom cluster: that could be a great place to experiment with these technologies once migrated to a recent Ubuntu version

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

No branches or pull requests

2 participants