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

Add new optional gce cos presubmit test #30703

Closed
wants to merge 1 commit into from
Closed
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
17 changes: 16 additions & 1 deletion config/jobs/kubernetes/kops/build_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1346,10 +1346,25 @@ def generate_presubmits_e2e():
kops_channel='alpha',
name='pull-kops-e2e-k8s-gce-ci',
networking='cilium',
tab_name='e2e-gce-ci',
tab_name='e2e-gce-ubuntu-ci',
always_run=False,
extra_flags=["--gce-service-account=default"], # Workaround for test-infra#24747
),
presubmit_test(
cloud='gce',
distro="cos-105",
k8s_version='ci',
kops_channel='alpha',
name='pull-kops-e2e-k8s-gce-cos-kubenet',
networking='kubenet',
tab_name='e2e-gce-cos-ci',
always_run=False,
extra_flags=["--image=cos-105-lts/cos-105-17412-156-49",
"--set=spec.kubeDNS.provider=KubeDNS",
"--gce-service-account=default",], # Workaround for test-infra#24747
skip_regex=r'\[Driver:.nfs\]|\[Serial\]|\[Slow\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]', # pylint: disable=line-too-long
focus_regex=r'\[Conformance\]|\[NodeConformance\]',
),
presubmit_test(
cloud='gce',
k8s_version='stable',
Expand Down
12 changes: 4 additions & 8 deletions config/jobs/kubernetes/kops/kops-periodics-conformance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ periodics:
--kubernetes-version=https://dl.k8s.io/release/stable-1.28.txt \
--test=kops \
-- \
--ginkgo-args="--debug" \
--test-args="-test.timeout=150m -num-nodes=0" \
--test-args="-test.timeout=150m -num-nodes=0 --tooling=kops" \
--test-package-marker=stable-1.28.txt \
--focus-regex="\[Conformance\]" \
--skip-regex="\[NoSkip\]" \
Expand Down Expand Up @@ -101,8 +100,7 @@ periodics:
--kubernetes-version=https://dl.k8s.io/release/stable-1.28.txt \
--test=kops \
-- \
--ginkgo-args="--debug" \
--test-args="-test.timeout=150m -num-nodes=0" \
--test-args="-test.timeout=150m -num-nodes=0 --tooling=kops" \
--test-package-marker=stable-1.28.txt \
--focus-regex="\[Conformance\]" \
--skip-regex="\[NoSkip\]" \
Expand Down Expand Up @@ -166,8 +164,7 @@ periodics:
--kubernetes-version=https://dl.k8s.io/release/stable-1.27.txt \
--test=kops \
-- \
--ginkgo-args="--debug" \
--test-args="-test.timeout=150m -num-nodes=0" \
--test-args="-test.timeout=150m -num-nodes=0 --tooling=kops" \
--test-package-marker=stable-1.27.txt \
--focus-regex="\[Conformance\]" \
--skip-regex="\[NoSkip\]" \
Expand Down Expand Up @@ -231,8 +228,7 @@ periodics:
--kubernetes-version=https://dl.k8s.io/release/stable-1.27.txt \
--test=kops \
-- \
--ginkgo-args="--debug" \
--test-args="-test.timeout=150m -num-nodes=0" \
--test-args="-test.timeout=150m -num-nodes=0 --tooling=kops" \
--test-package-marker=stable-1.27.txt \
--focus-regex="\[Conformance\]" \
--skip-regex="\[NoSkip\]" \
Expand Down
49 changes: 18 additions & 31 deletions config/jobs/kubernetes/kops/kops-periodics-distros.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ periodics:
--kubernetes-version=https://dl.k8s.io/release/stable.txt \
--test=kops \
-- \
--ginkgo-args="--debug" \
--test-args="-test.timeout=60m -num-nodes=0" \
--test-args="-test.timeout=60m -num-nodes=0 --tooling=kops" \
--test-package-marker=stable.txt \
--parallel=25
env:
Expand Down Expand Up @@ -94,13 +93,12 @@ periodics:
-v 2 \
--up --down \
--cloud-provider=aws \
--create-args="--image='136693071363/debian-11-amd64-20230802-1460' --channel=alpha --networking=cilium --discovery-store=s3://k8s-kops-prow/discovery" \
--create-args="--image='136693071363/debian-11-amd64-20230912-1501' --channel=alpha --networking=cilium --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://dl.k8s.io/release/stable.txt \
--test=kops \
-- \
--ginkgo-args="--debug" \
--test-args="-test.timeout=60m -num-nodes=0" \
--test-args="-test.timeout=60m -num-nodes=0 --tooling=kops" \
--test-package-marker=stable.txt \
--parallel=25
env:
Expand Down Expand Up @@ -157,13 +155,12 @@ periodics:
-v 2 \
--up --down \
--cloud-provider=aws \
--create-args="--image='136693071363/debian-12-amd64-20230802-1460' --channel=alpha --networking=cilium --discovery-store=s3://k8s-kops-prow/discovery" \
--create-args="--image='136693071363/debian-12-amd64-20230910-1499' --channel=alpha --networking=cilium --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://dl.k8s.io/release/stable.txt \
--test=kops \
-- \
--ginkgo-args="--debug" \
--test-args="-test.timeout=60m -num-nodes=0" \
--test-args="-test.timeout=60m -num-nodes=0 --tooling=kops" \
--test-package-marker=stable.txt \
--parallel=25
env:
Expand Down Expand Up @@ -225,8 +222,7 @@ periodics:
--kubernetes-version=https://dl.k8s.io/release/stable.txt \
--test=kops \
-- \
--ginkgo-args="--debug" \
--test-args="-test.timeout=60m -num-nodes=0" \
--test-args="-test.timeout=60m -num-nodes=0 --tooling=kops" \
--test-package-marker=stable.txt \
--parallel=25
env:
Expand Down Expand Up @@ -288,8 +284,7 @@ periodics:
--kubernetes-version=https://dl.k8s.io/release/stable.txt \
--test=kops \
-- \
--ginkgo-args="--debug" \
--test-args="-test.timeout=60m -num-nodes=0" \
--test-args="-test.timeout=60m -num-nodes=0 --tooling=kops" \
--test-package-marker=stable.txt \
--parallel=25
env:
Expand Down Expand Up @@ -351,8 +346,7 @@ periodics:
--kubernetes-version=https://dl.k8s.io/release/stable.txt \
--test=kops \
-- \
--ginkgo-args="--debug" \
--test-args="-test.timeout=60m -num-nodes=0" \
--test-args="-test.timeout=60m -num-nodes=0 --tooling=kops" \
--test-package-marker=stable.txt \
--parallel=25
env:
Expand Down Expand Up @@ -414,8 +408,7 @@ periodics:
--kubernetes-version=https://dl.k8s.io/release/stable.txt \
--test=kops \
-- \
--ginkgo-args="--debug" \
--test-args="-test.timeout=60m -num-nodes=0" \
--test-args="-test.timeout=60m -num-nodes=0 --tooling=kops" \
--test-package-marker=stable.txt \
--parallel=25
env:
Expand Down Expand Up @@ -472,13 +465,12 @@ periodics:
-v 2 \
--up --down \
--cloud-provider=aws \
--create-args="--image='137112412989/amzn2-ami-kernel-5.10-hvm-2.0.20230822.0-x86_64-gp2' --channel=alpha --networking=cilium --discovery-store=s3://k8s-kops-prow/discovery" \
--create-args="--image='137112412989/amzn2-ami-kernel-5.10-hvm-2.0.20230906.0-x86_64-gp2' --channel=alpha --networking=cilium --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://dl.k8s.io/release/stable.txt \
--test=kops \
-- \
--ginkgo-args="--debug" \
--test-args="-test.timeout=60m -num-nodes=0" \
--test-args="-test.timeout=60m -num-nodes=0 --tooling=kops" \
--test-package-marker=stable.txt \
--parallel=25
env:
Expand Down Expand Up @@ -535,13 +527,12 @@ periodics:
-v 2 \
--up --down \
--cloud-provider=aws \
--create-args="--image='137112412989/al2023-ami-2023.1.20230906.1-kernel-6.1-x86_64' --channel=alpha --networking=cilium --discovery-store=s3://k8s-kops-prow/discovery" \
--create-args="--image='137112412989/al2023-ami-2023.1.20230912.0-kernel-6.1-x86_64' --channel=alpha --networking=cilium --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://dl.k8s.io/release/stable.txt \
--test=kops \
-- \
--ginkgo-args="--debug" \
--test-args="-test.timeout=60m -num-nodes=0" \
--test-args="-test.timeout=60m -num-nodes=0 --tooling=kops" \
--test-package-marker=stable.txt \
--parallel=25
env:
Expand Down Expand Up @@ -603,8 +594,7 @@ periodics:
--kubernetes-version=https://dl.k8s.io/release/stable.txt \
--test=kops \
-- \
--ginkgo-args="--debug" \
--test-args="-test.timeout=60m -num-nodes=0" \
--test-args="-test.timeout=60m -num-nodes=0 --tooling=kops" \
--test-package-marker=stable.txt \
--parallel=25
env:
Expand Down Expand Up @@ -661,13 +651,12 @@ periodics:
-v 2 \
--up --down \
--cloud-provider=aws \
--create-args="--image='309956199498/RHEL-9.2.0_HVM-20230726-x86_64-61-Hourly2-GP2' --channel=alpha --networking=cilium --discovery-store=s3://k8s-kops-prow/discovery" \
--create-args="--image='309956199498/RHEL-9.2.0_HVM-20230905-x86_64-38-Hourly2-GP2' --channel=alpha --networking=cilium --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://dl.k8s.io/release/stable.txt \
--test=kops \
-- \
--ginkgo-args="--debug" \
--test-args="-test.timeout=60m -num-nodes=0" \
--test-args="-test.timeout=60m -num-nodes=0 --tooling=kops" \
--test-package-marker=stable.txt \
--parallel=25
env:
Expand Down Expand Up @@ -729,8 +718,7 @@ periodics:
--kubernetes-version=https://dl.k8s.io/release/stable.txt \
--test=kops \
-- \
--ginkgo-args="--debug" \
--test-args="-test.timeout=60m -num-nodes=0" \
--test-args="-test.timeout=60m -num-nodes=0 --tooling=kops" \
--test-package-marker=stable.txt \
--parallel=25
env:
Expand Down Expand Up @@ -793,8 +781,7 @@ periodics:
--validation-wait=20m \
--test=kops \
-- \
--ginkgo-args="--debug" \
--test-args="-test.timeout=60m -num-nodes=0" \
--test-args="-test.timeout=60m -num-nodes=0 --tooling=kops" \
--test-package-marker=stable.txt \
--parallel=25
env:
Expand Down
Loading