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
This is a minor inconvenience.. you can easily run the job with E2E_UP=false; E2E_DOWN=false on an existing cluster (which you can bring up using a custom k8s build), but that doesn't help for e.g. e2e test development (because we'll still download kube binaries for the tests in dockerized-e2e-runner.sh. I think there's a solution here involving JENKINS_USE_EXISTING_BINARIES, but it may need a little more streamlining.
The text was updated successfully, but these errors were encountered:
This is a minor inconvenience.. you can easily run the job with
E2E_UP=false; E2E_DOWN=false
on an existing cluster (which you can bring up using a custom k8s build), but that doesn't help for e.g. e2e test development (because we'll still download kube binaries for the tests indockerized-e2e-runner.sh
. I think there's a solution here involvingJENKINS_USE_EXISTING_BINARIES
, but it may need a little more streamlining.The text was updated successfully, but these errors were encountered: