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
experiment: run per-distro builds in Kubernetes podTemplate instead of built-in Docker
Trial swap of the buildImage.inside{} Docker-on-built-in approach for a
podTemplate/container('build') pod per distro, to validate whether this
offloads builds onto the idle K8s cluster instead of bottlenecking on the
single built-in node. UID/workspace ownership under the K8s plugin's shared
workspace volume is unverified — this commit is the test.
0 commit comments