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
{{ message }}
This repository was archived by the owner on Mar 27, 2026. It is now read-only.
Currently, we must manually test the images built in PRs with the dataplane repo, or merge and hope for the best (and revert if dataplane's CI detects issues with a new compile-env image).
Instead, it would be great to add a job to the build.yml workflow, after the new image has been built, to try that image by checking out the dataplane repo and building the dataplane, using the sterile environment provided by the new image.
Currently, we must manually test the images built in PRs with the
dataplanerepo, or merge and hope for the best (and revert ifdataplane's CI detects issues with a newcompile-envimage).Instead, it would be great to add a job to the
build.ymlworkflow, after the new image has been built, to try that image by checking out thedataplanerepo and building the dataplane, using the sterile environment provided by the new image.