Skip to content

Commit 1b33659

Browse files
Merge pull request #1097 from wallrj/kubernetes-1.33-default
Post release updates for v1.18.0
2 parents 4bfccb4 + 9a202db commit 1b33659

File tree

7 files changed

+108
-1457
lines changed

7 files changed

+108
-1457
lines changed

config/config.yaml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,6 @@ branch-protection:
7878
# branch basis, since context names differ. Post release, the
7979
# release branches can be updated to allow for cherry picks to the
8080
# latest release.
81-
release-1.16:
82-
required_status_checks:
83-
contexts:
84-
- pull-cert-manager-release-1.16-make-verify
85-
- pull-cert-manager-release-1.16-make-test
86-
- pull-cert-manager-release-1.16-e2e-v1-31
87-
- pull-cert-manager-release-1.16-e2e-v1-31-upgrade
8881
release-1.17:
8982
required_status_checks:
9083
contexts:
@@ -97,15 +90,15 @@ branch-protection:
9790
contexts:
9891
- pull-cert-manager-release-1.18-make-verify
9992
- pull-cert-manager-release-1.18-make-test
100-
- pull-cert-manager-release-1.18-e2e-v1-32
101-
- pull-cert-manager-release-1.18-e2e-v1-32-upgrade
93+
- pull-cert-manager-release-1.18-e2e-v1-33
94+
- pull-cert-manager-release-1.18-e2e-v1-33-upgrade
10295
master:
10396
required_status_checks:
10497
contexts:
10598
- pull-cert-manager-master-make-verify
10699
- pull-cert-manager-master-make-test
107-
- pull-cert-manager-master-e2e-v1-32
108-
- pull-cert-manager-master-e2e-v1-32-upgrade
100+
- pull-cert-manager-master-e2e-v1-33
101+
- pull-cert-manager-master-e2e-v1-33-upgrade
109102
website:
110103
required_status_checks:
111104
contexts:

config/jobs/cert-manager/cert-manager/master/cert-manager-master.yaml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,11 @@ presubmits:
158158
- master
159159
always_run: false
160160
optional: true
161-
- name: pull-cert-manager-master-e2e-v1-33
161+
- name: pull-cert-manager-master-e2e-v1-32
162162
max_concurrency: 4
163163
decorate: true
164164
annotations:
165-
description: Runs the end-to-end test suite against a Kubernetes v1.33 cluster
165+
description: Runs the end-to-end test suite against a Kubernetes v1.32 cluster
166166
testgrid-alert-email: [email protected]
167167
testgrid-create-job-group: "true"
168168
testgrid-dashboards: cert-manager-presubmits-master
@@ -183,7 +183,7 @@ presubmits:
183183
- -j7
184184
- vendor-go
185185
- e2e-ci
186-
- K8S_VERSION=1.33
186+
- K8S_VERSION=1.32
187187
resources:
188188
requests:
189189
cpu: 7000m
@@ -202,11 +202,11 @@ presubmits:
202202
- master
203203
always_run: false
204204
optional: true
205-
- name: pull-cert-manager-master-e2e-v1-32
205+
- name: pull-cert-manager-master-e2e-v1-33
206206
max_concurrency: 4
207207
decorate: true
208208
annotations:
209-
description: Runs the end-to-end test suite against a Kubernetes v1.32 cluster
209+
description: Runs the end-to-end test suite against a Kubernetes v1.33 cluster
210210
testgrid-alert-email: [email protected]
211211
testgrid-create-job-group: "true"
212212
testgrid-dashboards: cert-manager-presubmits-master
@@ -227,7 +227,7 @@ presubmits:
227227
- -j7
228228
- vendor-go
229229
- e2e-ci
230-
- K8S_VERSION=1.32
230+
- K8S_VERSION=1.33
231231
resources:
232232
requests:
233233
cpu: 7000m
@@ -246,7 +246,7 @@ presubmits:
246246
- master
247247
always_run: true
248248
optional: false
249-
- name: pull-cert-manager-master-e2e-v1-32-upgrade
249+
- name: pull-cert-manager-master-e2e-v1-33-upgrade
250250
max_concurrency: 4
251251
decorate: true
252252
annotations:
@@ -264,7 +264,7 @@ presubmits:
264264
args:
265265
- runner
266266
- make
267-
- K8S_VERSION=1.32
267+
- K8S_VERSION=1.33
268268
- vendor-go
269269
- test-upgrade
270270
resources:
@@ -319,7 +319,7 @@ presubmits:
319319
always_run: false
320320
optional: true
321321
run_if_changed: go.mod
322-
- name: pull-cert-manager-master-e2e-v1-32-issuers-venafi-tpp
322+
- name: pull-cert-manager-master-e2e-v1-33-issuers-venafi-tpp
323323
max_concurrency: 4
324324
decorate: true
325325
annotations:
@@ -343,7 +343,7 @@ presubmits:
343343
- -j7
344344
- vendor-go
345345
- e2e-ci
346-
- K8S_VERSION=1.32
346+
- K8S_VERSION=1.33
347347
resources:
348348
requests:
349349
cpu: 7000m
@@ -362,7 +362,7 @@ presubmits:
362362
- master
363363
always_run: false
364364
optional: true
365-
- name: pull-cert-manager-master-e2e-v1-32-issuers-venafi-cloud
365+
- name: pull-cert-manager-master-e2e-v1-33-issuers-venafi-cloud
366366
max_concurrency: 4
367367
decorate: true
368368
annotations:
@@ -386,7 +386,7 @@ presubmits:
386386
- -j7
387387
- vendor-go
388388
- e2e-ci
389-
- K8S_VERSION=1.32
389+
- K8S_VERSION=1.33
390390
resources:
391391
requests:
392392
cpu: 7000m
@@ -405,7 +405,7 @@ presubmits:
405405
- master
406406
always_run: false
407407
optional: true
408-
- name: pull-cert-manager-master-e2e-v1-32-feature-gates-disabled
408+
- name: pull-cert-manager-master-e2e-v1-33-feature-gates-disabled
409409
max_concurrency: 4
410410
decorate: true
411411
annotations:
@@ -430,7 +430,7 @@ presubmits:
430430
- -j7
431431
- vendor-go
432432
- e2e-ci
433-
- K8S_VERSION=1.32
433+
- K8S_VERSION=1.33
434434
resources:
435435
requests:
436436
cpu: 7000m
@@ -449,7 +449,7 @@ presubmits:
449449
- master
450450
always_run: false
451451
optional: true
452-
- name: pull-cert-manager-master-e2e-v1-32-bestpractice-install
452+
- name: pull-cert-manager-master-e2e-v1-33-bestpractice-install
453453
max_concurrency: 4
454454
decorate: true
455455
annotations:
@@ -476,7 +476,7 @@ presubmits:
476476
- -j7
477477
- vendor-go
478478
- e2e-ci
479-
- K8S_VERSION=1.32
479+
- K8S_VERSION=1.33
480480
resources:
481481
requests:
482482
cpu: 7000m
@@ -620,11 +620,11 @@ periodics:
620620
repo: cert-manager
621621
base_ref: master
622622
cron: 08 00-23/02 * * *
623-
- name: ci-cert-manager-master-e2e-v1-33
623+
- name: ci-cert-manager-master-e2e-v1-32
624624
max_concurrency: 4
625625
decorate: true
626626
annotations:
627-
description: Runs the end-to-end test suite against a Kubernetes v1.33 cluster
627+
description: Runs the end-to-end test suite against a Kubernetes v1.32 cluster
628628
testgrid-alert-email: [email protected]
629629
testgrid-create-job-group: "true"
630630
testgrid-dashboards: cert-manager-periodics-master
@@ -645,7 +645,7 @@ periodics:
645645
- -j7
646646
- vendor-go
647647
- e2e-ci
648-
- K8S_VERSION=1.33
648+
- K8S_VERSION=1.32
649649
resources:
650650
requests:
651651
cpu: 7000m
@@ -665,11 +665,11 @@ periodics:
665665
repo: cert-manager
666666
base_ref: master
667667
cron: 12 01-23/02 * * *
668-
- name: ci-cert-manager-master-e2e-v1-32
668+
- name: ci-cert-manager-master-e2e-v1-33
669669
max_concurrency: 4
670670
decorate: true
671671
annotations:
672-
description: Runs the end-to-end test suite against a Kubernetes v1.32 cluster
672+
description: Runs the end-to-end test suite against a Kubernetes v1.33 cluster
673673
testgrid-alert-email: [email protected]
674674
testgrid-create-job-group: "true"
675675
testgrid-dashboards: cert-manager-periodics-master
@@ -690,7 +690,7 @@ periodics:
690690
- -j7
691691
- vendor-go
692692
- e2e-ci
693-
- K8S_VERSION=1.32
693+
- K8S_VERSION=1.33
694694
resources:
695695
requests:
696696
cpu: 7000m
@@ -710,7 +710,7 @@ periodics:
710710
repo: cert-manager
711711
base_ref: master
712712
cron: 16 00-23/02 * * *
713-
- name: ci-cert-manager-master-e2e-v1-32-issuers-venafi
713+
- name: ci-cert-manager-master-e2e-v1-33-issuers-venafi
714714
max_concurrency: 4
715715
decorate: true
716716
annotations:
@@ -735,7 +735,7 @@ periodics:
735735
- -j7
736736
- vendor-go
737737
- e2e-ci
738-
- K8S_VERSION=1.32
738+
- K8S_VERSION=1.33
739739
resources:
740740
requests:
741741
cpu: 7000m
@@ -755,7 +755,7 @@ periodics:
755755
repo: cert-manager
756756
base_ref: master
757757
cron: 20 00-23/12 * * *
758-
- name: ci-cert-manager-master-e2e-v1-32-upgrade
758+
- name: ci-cert-manager-master-e2e-v1-33-upgrade
759759
max_concurrency: 4
760760
decorate: true
761761
annotations:
@@ -773,7 +773,7 @@ periodics:
773773
args:
774774
- runner
775775
- make
776-
- K8S_VERSION=1.32
776+
- K8S_VERSION=1.33
777777
- vendor-go
778778
- test-upgrade
779779
resources:
@@ -795,7 +795,7 @@ periodics:
795795
repo: cert-manager
796796
base_ref: master
797797
cron: 24 00-23/08 * * *
798-
- name: ci-cert-manager-master-e2e-v1-32-bestpractice-install
798+
- name: ci-cert-manager-master-e2e-v1-33-bestpractice-install
799799
max_concurrency: 4
800800
decorate: true
801801
annotations:
@@ -822,7 +822,7 @@ periodics:
822822
- -j7
823823
- vendor-go
824824
- e2e-ci
825-
- K8S_VERSION=1.32
825+
- K8S_VERSION=1.33
826826
resources:
827827
requests:
828828
cpu: 7000m
@@ -932,7 +932,7 @@ periodics:
932932
repo: cert-manager
933933
base_ref: master
934934
cron: 36 14-23/24 * * *
935-
- name: ci-cert-manager-master-e2e-v1-33-feature-gates-disabled
935+
- name: ci-cert-manager-master-e2e-v1-32-feature-gates-disabled
936936
max_concurrency: 4
937937
decorate: true
938938
annotations:
@@ -957,7 +957,7 @@ periodics:
957957
- -j7
958958
- vendor-go
959959
- e2e-ci
960-
- K8S_VERSION=1.33
960+
- K8S_VERSION=1.32
961961
resources:
962962
requests:
963963
cpu: 7000m
@@ -977,7 +977,7 @@ periodics:
977977
repo: cert-manager
978978
base_ref: master
979979
cron: 40 21-23/24 * * *
980-
- name: ci-cert-manager-master-e2e-v1-32-feature-gates-disabled
980+
- name: ci-cert-manager-master-e2e-v1-33-feature-gates-disabled
981981
max_concurrency: 4
982982
decorate: true
983983
annotations:
@@ -1002,7 +1002,7 @@ periodics:
10021002
- -j7
10031003
- vendor-go
10041004
- e2e-ci
1005-
- K8S_VERSION=1.32
1005+
- K8S_VERSION=1.33
10061006
resources:
10071007
requests:
10081008
cpu: 7000m

0 commit comments

Comments
 (0)