antrea
antrea copied to clipboard
Run CI Jobs in parallel using k8s pods
Describe what you are trying to solve
CI job run in vm and not optimised to use the allocated vm resources.
Describe the solution you have in mind
Run CI jobs in parallel as k8s native, Maintain few static VMs which can form k8s cluster. Use Jenkins plugin to run dynamic agents in a Kubernetes cluster. The plugin creates a Kubernetes Pod for each agent started, and stops it after each build.
Describe how your solution impacts user flows
N/A Describe the main design/architecture of your solution
Alternative solutions that you considered
Test plan
Additional context
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment, or this will be closed in 90 days