Closed mflendrich closed 4 years ago
This PR splits the test job into two: build and test-k8s.
test
build
test-k8s
The artifact generated by the build step is releasable.
This PR splits the
test
job into two:build
andtest-k8s
.build
builds the docker image, saves it to a tarball, and writes an artifacttest-k8s
loads the operator image from the artifact into the local registry and performs the test on itThe artifact generated by the
build
step is releasable.