Skip to content

Commit

Permalink
Merge pull request #32918 from rifelpet/upgrade-k8s-infra
Browse files Browse the repository at this point in the history
Kops - Createa a presubmit job on community infra
  • Loading branch information
k8s-ci-robot authored Jul 6, 2024
2 parents a1fc087 + ff39426 commit b959924
Show file tree
Hide file tree
Showing 5 changed files with 175 additions and 98 deletions.
10 changes: 10 additions & 0 deletions config/jobs/kubernetes/kops/build_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1915,6 +1915,16 @@ def generate_presubmits_e2e():
tab_name='e2e-aws-calico',
always_run=True,
),
presubmit_test(
distro='u2404',
build_cluster='k8s-infra-kops-prow-build',
k8s_version='stable',
kops_channel='alpha',
name='pull-kops-e2e-k8s-aws-calico-k8s-infra',
networking='calico',
tab_name='e2e-aws-calico-k8s-infra',
always_run=True,
),
presubmit_test(
distro='al2023',
k8s_version='stable',
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 @@ -224,7 +224,7 @@ periodics:
-v 2 \
--up --down \
--cloud-provider=aws \
--create-args="--image='099720109477/ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20240701' --channel=alpha --networking=cilium --discovery-store=s3://k8s-kops-prow/discovery" \
--create-args="--image='099720109477/ubuntu/images/hvm-ssd/ubuntu-focal-20.04-amd64-server-20240704' --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 \
Expand Down Expand Up @@ -288,7 +288,7 @@ periodics:
-v 2 \
--up --down \
--cloud-provider=aws \
--create-args="--image='099720109477/ubuntu/images/hvm-ssd/ubuntu-focal-20.04-arm64-server-20240701' --channel=alpha --networking=cilium --zones=eu-west-1a --node-size=m6g.large --master-size=m6g.large --discovery-store=s3://k8s-kops-prow/discovery" \
--create-args="--image='099720109477/ubuntu/images/hvm-ssd/ubuntu-focal-20.04-arm64-server-20240704' --channel=alpha --networking=cilium --zones=eu-west-1a --node-size=m6g.large --master-size=m6g.large --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 \
Expand Down
Loading

0 comments on commit b959924

Please sign in to comment.