Bump scenario test scripts to use newer k8s and kops versions

This commit is contained in:
Peter Rifel 2023-07-19 07:27:07 -05:00
parent 4b5519db33
commit 03ec68a2a2
No known key found for this signature in database
GPG Key ID: BC6469E5B16DB2B6
3 changed files with 6 additions and 6 deletions

View File

@ -28,7 +28,7 @@ function haveds() {
# Start a cluster with an old version of channel
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)
# Start with a cluster running nodeTerminationHandler
@ -37,7 +37,7 @@ ARGS="${ARGS} --set=cluster.spec.nodeTerminationHandler.enableSQSTerminationDrai
${KUBETEST2} \
--up \
--kubernetes-version="1.22.17" \
--kubernetes-version="1.26.6" \
--kops-binary-path="${KOPS}" \
--create-args="$ARGS"

View File

@ -35,7 +35,7 @@ fi
${KUBETEST2} \
--up \
--kubernetes-version="1.21.0" \
--kubernetes-version="1.27.0" \
--kops-binary-path="${KOPS}" \
--create-args="--networking cilium $ARGS"

View File

@ -41,11 +41,11 @@ kubetest2 kops ${KUBETEST2_COMMON_ARGS} \
--env S3_ENDPOINT=sfo3.digitaloceanspaces.com \
--env JOB_NAME=pull-kops-e2e-kubernetes-do-kubetest2 \
--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 \
--kubernetes-version=https://dl.k8s.io/release/stable-1.20.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.27.txt \
--test=kops \
-- \
--ginkgo-args="--debug" \
--test-package-marker=stable-1.20.txt \
--test-package-marker=stable-1.27.txt \
--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"