test-infra icon indicating copy to clipboard operation
test-infra copied to clipboard

Download all binaries instead of building them locally for compat version tests

Open michaelasp opened this issue 5 months ago • 6 comments

This pr downloads all required docker and test binaries and uses those to run the tests rather than building them locally. Running these tests locally showed a major performance improvement from this.

The two major changes are downloading all the control plane docker images rather than building them from source and also downloading the test binaries instead of building them to run conformance tests.

michaelasp avatar Jun 05 '25 21:06 michaelasp