mirror of https://github.com/kubernetes/kops.git
Bump scenario test scripts to use newer k8s and kops versions
This commit is contained in:
parent
4b5519db33
commit
03ec68a2a2
|
|
@ -28,7 +28,7 @@ function haveds() {
|
||||||
# Start a cluster with an old version of channel
|
# Start a cluster with an old version of channel
|
||||||
|
|
||||||
export KOPS_BASE_URL
|
export KOPS_BASE_URL
|
||||||
KOPS_BASE_URL="https://artifacts.k8s.io/binaries/kops/1.22.6"
|
KOPS_BASE_URL="https://artifacts.k8s.io/binaries/kops/1.26.5"
|
||||||
KOPS=$(kops-download-from-base)
|
KOPS=$(kops-download-from-base)
|
||||||
|
|
||||||
# Start with a cluster running nodeTerminationHandler
|
# Start with a cluster running nodeTerminationHandler
|
||||||
|
|
@ -37,7 +37,7 @@ ARGS="${ARGS} --set=cluster.spec.nodeTerminationHandler.enableSQSTerminationDrai
|
||||||
|
|
||||||
${KUBETEST2} \
|
${KUBETEST2} \
|
||||||
--up \
|
--up \
|
||||||
--kubernetes-version="1.22.17" \
|
--kubernetes-version="1.26.6" \
|
||||||
--kops-binary-path="${KOPS}" \
|
--kops-binary-path="${KOPS}" \
|
||||||
--create-args="$ARGS"
|
--create-args="$ARGS"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ fi
|
||||||
|
|
||||||
${KUBETEST2} \
|
${KUBETEST2} \
|
||||||
--up \
|
--up \
|
||||||
--kubernetes-version="1.21.0" \
|
--kubernetes-version="1.27.0" \
|
||||||
--kops-binary-path="${KOPS}" \
|
--kops-binary-path="${KOPS}" \
|
||||||
--create-args="--networking cilium $ARGS"
|
--create-args="--networking cilium $ARGS"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -41,11 +41,11 @@ kubetest2 kops ${KUBETEST2_COMMON_ARGS} \
|
||||||
--env S3_ENDPOINT=sfo3.digitaloceanspaces.com \
|
--env S3_ENDPOINT=sfo3.digitaloceanspaces.com \
|
||||||
--env JOB_NAME=pull-kops-e2e-kubernetes-do-kubetest2 \
|
--env JOB_NAME=pull-kops-e2e-kubernetes-do-kubetest2 \
|
||||||
--create-args "--networking=cilium --api-loadbalancer-type=public --node-count=2 --master-count=3" \
|
--create-args "--networking=cilium --api-loadbalancer-type=public --node-count=2 --master-count=3" \
|
||||||
--kops-version-marker=https://storage.googleapis.com/k8s-staging-kops/kops/releases/markers/release-1.20/latest-ci.txt \
|
--kops-version-marker=https://storage.googleapis.com/k8s-staging-kops/kops/releases/markers/master/latest-ci.txt \
|
||||||
--kubernetes-version=https://dl.k8s.io/release/stable-1.20.txt \
|
--kubernetes-version=https://dl.k8s.io/release/stable-1.27.txt \
|
||||||
--test=kops \
|
--test=kops \
|
||||||
-- \
|
-- \
|
||||||
--ginkgo-args="--debug" \
|
--ginkgo-args="--debug" \
|
||||||
--test-package-marker=stable-1.20.txt \
|
--test-package-marker=stable-1.27.txt \
|
||||||
--parallel 25 \
|
--parallel 25 \
|
||||||
--skip-regex="\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|RuntimeClass|RuntimeHandler|nfs|NFS|Services.*functioning.*NodePort|Services.*rejected.*endpoints|Services.*NodePort.*listening.*same.*port|TCP.CLOSE_WAIT|should.*run.*through.*the.*lifecycle.*of.*Pods.*and.*PodStatus"
|
--skip-regex="\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[HPA\]|Dashboard|RuntimeClass|RuntimeHandler|nfs|NFS|Services.*functioning.*NodePort|Services.*rejected.*endpoints|Services.*NodePort.*listening.*same.*port|TCP.CLOSE_WAIT|should.*run.*through.*the.*lifecycle.*of.*Pods.*and.*PodStatus"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue