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
The kubernetes conformance tests should be run automatically.
I'm currently doing this on my development system, but it should run for each pull request
to avoid regressions. This involves automating the following steps:
Build the container image from the provided Dockerfile with docker or buildah bud.
Bootstrap a single node kubernetes cluster using the container image.
Run the kubernetes conformance tests using the sonobuoy e2e plugin in the cluster.
The text was updated successfully, but these errors were encountered:
r10r
added
the
infra
Infrastructure related (CI/CD, testing, tooling, packaging)
label
Apr 30, 2021
The kubernetes conformance tests should be run automatically.
I'm currently doing this on my development system, but it should run for each pull request
to avoid regressions. This involves automating the following steps:
docker
orbuildah bud
.The text was updated successfully, but these errors were encountered: