Skip to content

Commit 26c8949

Browse files
committed
Generate jobs
1 parent 241415e commit 26c8949

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

config/jobs/kubernetes/kops/kops-periodics-misc2.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -913,7 +913,7 @@ periodics:
913913
testgrid-days-of-results: '90'
914914
testgrid-tab-name: kops-aws-private
915915

916-
# {"cloud": "aws", "distro": "u2404arm64", "extra_flags": "--zones=us-west-1a --dns=public --discovery-store=s3://k8s-kops-prow/discovery", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "cilium"}
916+
# {"cloud": "aws", "distro": "u2404arm64", "extra_flags": "--zones=us-west-1a --dns=public", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "cilium"}
917917
- name: e2e-kops-scenario-terraform
918918
cron: '5 13-23/24 * * *'
919919
labels:
@@ -943,7 +943,7 @@ periodics:
943943
-v 2 \
944944
--up --down \
945945
--cloud-provider=aws \
946-
--create-args="--image='099720109477/ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-arm64-server-20250610' --channel=alpha --networking=cilium --zones=us-west-1a --dns=public --discovery-store=s3://k8s-kops-prow/discovery" \
946+
--create-args="--image='099720109477/ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-arm64-server-20250610' --channel=alpha --networking=cilium --zones=us-west-1a --dns=public" \
947947
--kops-version-marker=https://storage.googleapis.com/k8s-staging-kops/kops/releases/markers/master/latest-ci-updown-green.txt \
948948
--kubernetes-version=https://dl.k8s.io/release/stable.txt \
949949
--terraform-version=1.5.5 \
@@ -969,7 +969,7 @@ periodics:
969969
annotations:
970970
test.kops.k8s.io/cloud: aws
971971
test.kops.k8s.io/distro: u2404arm64
972-
test.kops.k8s.io/extra_flags: --zones=us-west-1a --dns=public --discovery-store=s3://k8s-kops-prow/discovery
972+
test.kops.k8s.io/extra_flags: --zones=us-west-1a --dns=public
973973
test.kops.k8s.io/k8s_version: stable
974974
test.kops.k8s.io/kops_channel: alpha
975975
test.kops.k8s.io/kops_version: latest
@@ -978,7 +978,7 @@ periodics:
978978
testgrid-days-of-results: '90'
979979
testgrid-tab-name: kops-scenario-terraform
980980

981-
# {"cloud": "aws", "distro": "u2404arm64", "extra_flags": "--ipv6 --topology=private --bastion --zones=us-west-1a --dns=public --discovery-store=s3://k8s-kops-prow/discovery", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "cilium"}
981+
# {"cloud": "aws", "distro": "u2404arm64", "extra_flags": "--ipv6 --topology=private --bastion --zones=us-west-1a --dns=public", "k8s_version": "stable", "kops_channel": "alpha", "kops_version": "latest", "networking": "cilium"}
982982
- name: e2e-kops-scenario-ipv6-terraform
983983
cron: '17 23-23/24 * * *'
984984
labels:
@@ -1008,7 +1008,7 @@ periodics:
10081008
-v 2 \
10091009
--up --down \
10101010
--cloud-provider=aws \
1011-
--create-args="--image='099720109477/ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-arm64-server-20250610' --channel=alpha --networking=cilium --ipv6 --topology=private --bastion --zones=us-west-1a --dns=public --discovery-store=s3://k8s-kops-prow/discovery" \
1011+
--create-args="--image='099720109477/ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-arm64-server-20250610' --channel=alpha --networking=cilium --ipv6 --topology=private --bastion --zones=us-west-1a --dns=public" \
10121012
--kops-version-marker=https://storage.googleapis.com/k8s-staging-kops/kops/releases/markers/master/latest-ci-updown-green.txt \
10131013
--kubernetes-version=https://dl.k8s.io/release/stable.txt \
10141014
--terraform-version=1.5.5 \
@@ -1034,7 +1034,7 @@ periodics:
10341034
annotations:
10351035
test.kops.k8s.io/cloud: aws
10361036
test.kops.k8s.io/distro: u2404arm64
1037-
test.kops.k8s.io/extra_flags: --ipv6 --topology=private --bastion --zones=us-west-1a --dns=public --discovery-store=s3://k8s-kops-prow/discovery
1037+
test.kops.k8s.io/extra_flags: --ipv6 --topology=private --bastion --zones=us-west-1a --dns=public
10381038
test.kops.k8s.io/k8s_version: stable
10391039
test.kops.k8s.io/kops_channel: alpha
10401040
test.kops.k8s.io/kops_version: latest

config/jobs/kubernetes/kops/kops-presubmits-e2e.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,7 @@ presubmits:
15221522
testgrid-days-of-results: '90'
15231523
testgrid-tab-name: pull-kops-e2e-aws-nlb
15241524

1525-
# {"cloud": "aws", "distro": "u2404arm64", "extra_flags": "--dns=public --discovery-store=s3://k8s-kops-prow/discovery", "k8s_version": "stable", "kops_channel": "alpha", "networking": "cilium"}
1525+
# {"cloud": "aws", "distro": "u2404arm64", "extra_flags": "--dns=public", "k8s_version": "stable", "kops_channel": "alpha", "networking": "cilium"}
15261526
- name: pull-kops-e2e-aws-terraform
15271527
cluster: k8s-infra-kops-prow-build
15281528
branches:
@@ -1554,7 +1554,7 @@ presubmits:
15541554
-v 2 \
15551555
--up --build --down \
15561556
--cloud-provider=aws \
1557-
--create-args="--image='099720109477/ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-arm64-server-20250610' --channel=alpha --networking=cilium --dns=public --discovery-store=s3://k8s-kops-prow/discovery" \
1557+
--create-args="--image='099720109477/ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-arm64-server-20250610' --channel=alpha --networking=cilium --dns=public" \
15581558
--kubernetes-version=https://dl.k8s.io/release/stable.txt \
15591559
--kops-binary-path=/home/prow/go/src/k8s.io/kops/.build/dist/linux/amd64/kops \
15601560
--terraform-version=1.5.5 \
@@ -1582,15 +1582,15 @@ presubmits:
15821582
annotations:
15831583
test.kops.k8s.io/cloud: aws
15841584
test.kops.k8s.io/distro: u2404arm64
1585-
test.kops.k8s.io/extra_flags: --dns=public --discovery-store=s3://k8s-kops-prow/discovery
1585+
test.kops.k8s.io/extra_flags: --dns=public
15861586
test.kops.k8s.io/k8s_version: stable
15871587
test.kops.k8s.io/kops_channel: alpha
15881588
test.kops.k8s.io/networking: cilium
15891589
testgrid-dashboards: kops-presubmits, presubmits-kops, sig-cluster-lifecycle-kops
15901590
testgrid-days-of-results: '90'
15911591
testgrid-tab-name: pull-kops-e2e-aws-terraform
15921592

1593-
# {"cloud": "aws", "distro": "u2404arm64", "extra_flags": "--ipv6 --bastion --dns=public --discovery-store=s3://k8s-kops-prow/discovery", "k8s_version": "stable", "kops_channel": "alpha", "networking": "cilium"}
1593+
# {"cloud": "aws", "distro": "u2404arm64", "extra_flags": "--ipv6 --bastion --dns=public", "k8s_version": "stable", "kops_channel": "alpha", "networking": "cilium"}
15941594
- name: pull-kops-e2e-aws-ipv6-terraform
15951595
cluster: k8s-infra-kops-prow-build
15961596
branches:
@@ -1622,7 +1622,7 @@ presubmits:
16221622
-v 2 \
16231623
--up --build --down \
16241624
--cloud-provider=aws \
1625-
--create-args="--image='099720109477/ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-arm64-server-20250610' --channel=alpha --networking=cilium --ipv6 --bastion --dns=public --discovery-store=s3://k8s-kops-prow/discovery" \
1625+
--create-args="--image='099720109477/ubuntu/images/hvm-ssd-gp3/ubuntu-noble-24.04-arm64-server-20250610' --channel=alpha --networking=cilium --ipv6 --bastion --dns=public" \
16261626
--kubernetes-version=https://dl.k8s.io/release/stable.txt \
16271627
--kops-binary-path=/home/prow/go/src/k8s.io/kops/.build/dist/linux/amd64/kops \
16281628
--terraform-version=1.5.5 \
@@ -1650,7 +1650,7 @@ presubmits:
16501650
annotations:
16511651
test.kops.k8s.io/cloud: aws
16521652
test.kops.k8s.io/distro: u2404arm64
1653-
test.kops.k8s.io/extra_flags: --ipv6 --bastion --dns=public --discovery-store=s3://k8s-kops-prow/discovery
1653+
test.kops.k8s.io/extra_flags: --ipv6 --bastion --dns=public
16541654
test.kops.k8s.io/k8s_version: stable
16551655
test.kops.k8s.io/kops_channel: alpha
16561656
test.kops.k8s.io/networking: cilium

0 commit comments

Comments
 (0)