Closed paulgmiller closed 4 months ago
Realized its possible old releases are run calico_test from master. If thats the case let us know.
@paulgmiller Yes, they all use the latest image. The last 3.27 ran we ran in CI used calico/test:latest-amd64
It's a bit disappointing that the make target doesn't work directly - we use the .semaphore/vms/run-tests-on-vms script to run them all in CI but that may not be terribly portable.
node/calico_test image build for v3.26 branch is fixed as part of https://github.com/projectcalico/calico/pull/8894. v3.27 is fixed in https://github.com/projectcalico/calico/pull/8815.
Cannot build node/calico_test dockerfile in 3.26 or 3.27 fails with certificate verify failed
Expected Behavior
runnig make k8s-test in node directory shoudl work but it can't create its docker file in .calico_test.created
Current Behavior
Switched to a new branch 'release-v3.27'
Possible Solution
works in master. come up to newer docker base image? Or add/update ca certs in old?
Steps to Reproduce (for bugs)
See above.
Context
Rebuilding a bad arm64 image (we weren't cross compiling) and would like to run the tests.
Your Environment
Ubuntu 20.24