Skip to content

Commit

Permalink
Merge pull request #24534 from rifelpet/kubetest2
Browse files Browse the repository at this point in the history
Update kops upgrade jobs to latest k8s patch versions
  • Loading branch information
k8s-ci-robot authored Dec 3, 2021
2 parents 56b576a + e42831b commit 78658d7
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 deletions.
14 changes: 7 additions & 7 deletions config/jobs/kubernetes/kops/build_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -733,13 +733,13 @@ def generate_network_plugins():
def generate_upgrades():
versions_list = [
# kops k8s kops k8s
(('1.21', 'v1.21.0'), ('latest', 'latest')),
(('1.22', 'v1.22.0'), ('latest', 'latest')),
(('1.21', 'v1.21.0'), ('1.22', 'v1.22.0')),
(('1.20', 'v1.20.7'), ('1.21', 'v1.21.0')),
(('latest', 'v1.20.6'), ('latest', 'v1.21.0')),
(('latest', 'v1.18.6'), ('latest', 'v1.19.0')),
(('1.20', 'v1.20.6'), ('latest', 'v1.21.0')),
(('1.21', 'v1.21.7'), ('latest', 'latest')),
(('1.22', 'v1.22.7'), ('latest', 'latest')),
(('1.21', 'v1.21.7'), ('1.22', 'v1.22.4')),
(('1.20', 'v1.20.13'), ('1.21', 'v1.21.7')),
(('latest', 'v1.20.6'), ('latest', 'v1.21.7')),
(('latest', 'v1.18.20'), ('latest', 'v1.19.16')),
(('1.20', 'v1.20.13'), ('latest', 'v1.21.7')),
]
def shorten(version):
version = re.sub(r'^v', '', version)
Expand Down
2 changes: 1 addition & 1 deletion config/jobs/kubernetes/kops/kops-periodics-distros.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ periodics:
-v 2 \
--up --down \
--cloud-provider=aws \
--create-args="--image='099720109477/ubuntu/images-testing/hvm-ssd/ubuntu-jammy-daily-amd64-server-20211201' --channel=alpha --networking=calico --container-runtime=containerd --discovery-store=s3://k8s-kops-prow/discovery" \
--create-args="--image='099720109477/ubuntu/images-testing/hvm-ssd/ubuntu-jammy-daily-amd64-server-20211203' --channel=alpha --networking=calico --container-runtime=containerd --discovery-store=s3://k8s-kops-prow/discovery" \
--kops-version-marker=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt \
--kubernetes-version=https://storage.googleapis.com/kubernetes-release/release/stable.txt \
--test=kops \
Expand Down
2 changes: 1 addition & 1 deletion config/jobs/kubernetes/kops/kops-periodics-misc2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ periodics:
-v 2 \
--up --down \
--cloud-provider=aws \
--create-args="--image='099720109477/ubuntu/images-testing/hvm-ssd/ubuntu-jammy-daily-amd64-server-20211201' --channel=alpha --networking=calico --container-runtime=containerd --ipv6 --zones=us-west-2a --discovery-store=s3://k8s-kops-prow/discovery" \
--create-args="--image='099720109477/ubuntu/images-testing/hvm-ssd/ubuntu-jammy-daily-amd64-server-20211203' --channel=alpha --networking=calico --container-runtime=containerd --ipv6 --zones=us-west-2a --discovery-store=s3://k8s-kops-prow/discovery" \
--env=KOPS_FEATURE_FLAGS=AWSIPv6 \
--kops-version-marker=https://storage.googleapis.com/kops-ci/bin/latest-ci-updown-green.txt \
--kubernetes-version=https://storage.googleapis.com/k8s-release-dev/ci/latest.txt \
Expand Down
22 changes: 11 additions & 11 deletions config/jobs/kubernetes/kops/kops-periodics-upgrades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ periodics:
- name: KOPS_VERSION_A
value: "1.21"
- name: K8S_VERSION_A
value: "v1.21.0"
value: "v1.21.7"
- name: KOPS_VERSION_B
value: "latest"
- name: K8S_VERSION_B
Expand Down Expand Up @@ -95,7 +95,7 @@ periodics:
- name: KOPS_VERSION_A
value: "1.22"
- name: K8S_VERSION_A
value: "v1.22.0"
value: "v1.22.7"
- name: KOPS_VERSION_B
value: "latest"
- name: K8S_VERSION_B
Expand Down Expand Up @@ -161,11 +161,11 @@ periodics:
- name: KOPS_VERSION_A
value: "1.21"
- name: K8S_VERSION_A
value: "v1.21.0"
value: "v1.21.7"
- name: KOPS_VERSION_B
value: "1.22"
- name: K8S_VERSION_B
value: "v1.22.0"
value: "v1.22.4"
- name: CLOUD_PROVIDER
value: "aws"
- name: CLUSTER_NAME
Expand Down Expand Up @@ -225,11 +225,11 @@ periodics:
- name: KOPS_VERSION_A
value: "1.20"
- name: K8S_VERSION_A
value: "v1.20.7"
value: "v1.20.13"
- name: KOPS_VERSION_B
value: "1.21"
- name: K8S_VERSION_B
value: "v1.21.0"
value: "v1.21.7"
- name: CLOUD_PROVIDER
value: "aws"
- name: CLUSTER_NAME
Expand Down Expand Up @@ -293,7 +293,7 @@ periodics:
- name: KOPS_VERSION_B
value: "latest"
- name: K8S_VERSION_B
value: "v1.21.0"
value: "v1.21.7"
- name: CLOUD_PROVIDER
value: "aws"
- name: CLUSTER_NAME
Expand Down Expand Up @@ -353,11 +353,11 @@ periodics:
- name: KOPS_VERSION_A
value: "latest"
- name: K8S_VERSION_A
value: "v1.18.6"
value: "v1.18.20"
- name: KOPS_VERSION_B
value: "latest"
- name: K8S_VERSION_B
value: "v1.19.0"
value: "v1.19.16"
- name: CLOUD_PROVIDER
value: "aws"
- name: CLUSTER_NAME
Expand Down Expand Up @@ -417,11 +417,11 @@ periodics:
- name: KOPS_VERSION_A
value: "1.20"
- name: K8S_VERSION_A
value: "v1.20.6"
value: "v1.20.13"
- name: KOPS_VERSION_B
value: "latest"
- name: K8S_VERSION_B
value: "v1.21.0"
value: "v1.21.7"
- name: CLOUD_PROVIDER
value: "aws"
- name: CLUSTER_NAME
Expand Down
2 changes: 1 addition & 1 deletion config/jobs/kubernetes/kops/kops-presubmits-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ presubmits:
-v 2 \
--up --build --down \
--cloud-provider=aws \
--create-args="--image='099720109477/ubuntu/images-testing/hvm-ssd/ubuntu-jammy-daily-amd64-server-20211201' --channel=alpha --networking=calico --container-runtime=containerd --discovery-store=s3://k8s-kops-prow/discovery" \
--create-args="--image='099720109477/ubuntu/images-testing/hvm-ssd/ubuntu-jammy-daily-amd64-server-20211203' --channel=alpha --networking=calico --container-runtime=containerd --discovery-store=s3://k8s-kops-prow/discovery" \
--kubernetes-version=https://storage.googleapis.com/kubernetes-release/release/stable.txt \
--kops-binary-path=/home/prow/go/src/k8s.io/kops/bazel-bin/cmd/kops/linux-amd64/kops \
--test=kops \
Expand Down

0 comments on commit 78658d7

Please sign in to comment.