mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 06:27:05 +00:00
Don't check for version skew when testing an upgraded-to-CI cluster
This commit is contained in:
parent
6b7fe871b2
commit
cedc07568b
@ -558,6 +558,9 @@ case ${JOB_NAME} in
|
|||||||
: ${GKE_API_ENDPOINT:="https://test-container.sandbox.googleapis.com/"}
|
: ${GKE_API_ENDPOINT:="https://test-container.sandbox.googleapis.com/"}
|
||||||
: ${E2E_CLUSTER_NAME:="gke-upgrade"}
|
: ${E2E_CLUSTER_NAME:="gke-upgrade"}
|
||||||
: ${E2E_NETWORK:="gke-upgrade"}
|
: ${E2E_NETWORK:="gke-upgrade"}
|
||||||
|
# TODO(15011): these really shouldn't be (very) version skewed, but because
|
||||||
|
# we have to rebuild, it could get slightly out of whack.
|
||||||
|
: ${E2E_OPT:="--check_version_skew=false"}
|
||||||
: ${JENKINS_FORCE_GET_TARS:=y}
|
: ${JENKINS_FORCE_GET_TARS:=y}
|
||||||
# Run ci (new) e2es, not release (old)
|
# Run ci (new) e2es, not release (old)
|
||||||
: ${JENKINS_USE_RELEASE_TARS:=n}
|
: ${JENKINS_USE_RELEASE_TARS:=n}
|
||||||
|
Loading…
Reference in New Issue
Block a user