Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kOps - Add optional pre-submit for ARM64 #24333

Merged
merged 2 commits into from
Nov 12, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions config/jobs/kubernetes/kops/build_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1137,6 +1137,18 @@ def generate_presubmits_e2e():
template_path="/home/prow/go/src/k8s.io/kops/tests/e2e/templates/apiserver.yaml.tmpl",
feature_flags=['APIServerNodes']
),

presubmit_test(
name="pull-kops-e2e-arm64",
cloud="aws",
distro="u2004arm64",
k8s_version="ci",
networking="calico",
extra_flags=["--zones=eu-central-1a",
"--node-size=m6g.large",
"--master-size=m6g.large"],
),

presubmit_test(
branch='release-1.22',
k8s_version='1.22',
Expand Down
4 changes: 2 additions & 2 deletions config/jobs/kubernetes/kops/kops-periodics-distros.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ periodics:
-v 2 \
--up --down \
--cloud-provider=aws \
--create-args="--image='amazon/amzn2-ami-kernel-5.10-hvm-2.0.20211005.0-x86_64-gp2' --channel=alpha --networking=calico --container-runtime=containerd" \
--create-args="--image='amazon/amzn2-ami-kernel-5.10-hvm-2.0.20211103.0-x86_64-gp2' --channel=alpha --networking=calico --container-runtime=containerd" \
--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 Expand Up @@ -724,7 +724,7 @@ periodics:
-v 2 \
--up --down \
--cloud-provider=aws \
--create-args="--image='075585003325/Flatcar-stable-2905.2.6-hvm' --channel=alpha --networking=calico --container-runtime=containerd" \
--create-args="--image='075585003325/Flatcar-stable-2983.2.0-hvm' --channel=alpha --networking=calico --container-runtime=containerd" \
--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 \
--validation-wait=20m \
Expand Down
Loading