Skip to content

Commit 5972135

Browse files
make prowgen
Signed-off-by: Richard Wall <[email protected]>
1 parent 37d0394 commit 5972135

File tree

1 file changed

+28
-159
lines changed

1 file changed

+28
-159
lines changed

config/jobs/cert-manager/cert-manager/release-1.17/cert-manager-release-1.17.yaml

Lines changed: 28 additions & 159 deletions
Original file line numberDiff line numberDiff line change
@@ -226,50 +226,9 @@ presubmits:
226226
- 8.8.4.4
227227
branches:
228228
- release-1.17
229-
always_run: false
230-
optional: true
231-
- name: pull-cert-manager-release-1.17-e2e-v1-33
232-
max_concurrency: 4
233-
decorate: true
234-
annotations:
235-
description: Runs the end-to-end test suite against a Kubernetes v1.33 cluster
236-
labels:
237-
preset-cloudflare-credentials: "true"
238-
preset-dind-enabled: "true"
239-
preset-enable-all-feature-gates: "true"
240-
preset-ginkgo-skip-default: "true"
241-
preset-go-cache: "true"
242-
preset-local-cache: "true"
243-
preset-retry-flakey-jobs: "true"
244-
spec:
245-
containers:
246-
- image: europe-west1-docker.pkg.dev/cert-manager-tests-trusted/cert-manager-infra-images/make-dind:20250327-af35b2b-bookworm
247-
args:
248-
- runner
249-
- make
250-
- -j7
251-
- vendor-go
252-
- e2e-ci
253-
- K8S_VERSION=1.33
254-
resources:
255-
requests:
256-
cpu: 7000m
257-
memory: 6Gi
258-
securityContext:
259-
privileged: true
260-
capabilities:
261-
add:
262-
- SYS_ADMIN
263-
dnsPolicy: None
264-
dnsConfig:
265-
nameservers:
266-
- 8.8.8.8
267-
- 8.8.4.4
268-
branches:
269-
- release-1.17
270229
always_run: true
271230
optional: false
272-
- name: pull-cert-manager-release-1.17-e2e-v1-33-upgrade
231+
- name: pull-cert-manager-release-1.17-e2e-v1-32-upgrade
273232
max_concurrency: 4
274233
decorate: true
275234
annotations:
@@ -284,7 +243,7 @@ presubmits:
284243
args:
285244
- runner
286245
- make
287-
- K8S_VERSION=1.33
246+
- K8S_VERSION=1.32
288247
- vendor-go
289248
- test-upgrade
290249
resources:
@@ -336,7 +295,7 @@ presubmits:
336295
always_run: false
337296
optional: true
338297
run_if_changed: go.mod
339-
- name: pull-cert-manager-release-1.17-e2e-v1-33-issuers-venafi-tpp
298+
- name: pull-cert-manager-release-1.17-e2e-v1-32-issuers-venafi-tpp
340299
max_concurrency: 4
341300
decorate: true
342301
annotations:
@@ -357,7 +316,7 @@ presubmits:
357316
- -j7
358317
- vendor-go
359318
- e2e-ci
360-
- K8S_VERSION=1.33
319+
- K8S_VERSION=1.32
361320
resources:
362321
requests:
363322
cpu: 7000m
@@ -376,7 +335,7 @@ presubmits:
376335
- release-1.17
377336
always_run: false
378337
optional: true
379-
- name: pull-cert-manager-release-1.17-e2e-v1-33-issuers-venafi-cloud
338+
- name: pull-cert-manager-release-1.17-e2e-v1-32-issuers-venafi-cloud
380339
max_concurrency: 4
381340
decorate: true
382341
annotations:
@@ -397,7 +356,7 @@ presubmits:
397356
- -j7
398357
- vendor-go
399358
- e2e-ci
400-
- K8S_VERSION=1.33
359+
- K8S_VERSION=1.32
401360
resources:
402361
requests:
403362
cpu: 7000m
@@ -416,7 +375,7 @@ presubmits:
416375
- release-1.17
417376
always_run: false
418377
optional: true
419-
- name: pull-cert-manager-release-1.17-e2e-v1-33-feature-gates-disabled
378+
- name: pull-cert-manager-release-1.17-e2e-v1-32-feature-gates-disabled
420379
max_concurrency: 4
421380
decorate: true
422381
annotations:
@@ -438,7 +397,7 @@ presubmits:
438397
- -j7
439398
- vendor-go
440399
- e2e-ci
441-
- K8S_VERSION=1.33
400+
- K8S_VERSION=1.32
442401
resources:
443402
requests:
444403
cpu: 7000m
@@ -457,7 +416,7 @@ presubmits:
457416
- release-1.17
458417
always_run: false
459418
optional: true
460-
- name: pull-cert-manager-release-1.17-e2e-v1-33-bestpractice-install
419+
- name: pull-cert-manager-release-1.17-e2e-v1-32-bestpractice-install
461420
max_concurrency: 4
462421
decorate: true
463422
annotations:
@@ -481,7 +440,7 @@ presubmits:
481440
- -j7
482441
- vendor-go
483442
- e2e-ci
484-
- K8S_VERSION=1.33
443+
- K8S_VERSION=1.32
485444
resources:
486445
requests:
487446
cpu: 7000m
@@ -715,52 +674,7 @@ periodics:
715674
repo: cert-manager
716675
base_ref: release-1.17
717676
cron: 17 01-23/02 * * *
718-
- name: ci-cert-manager-release-1.17-e2e-v1-33
719-
max_concurrency: 4
720-
decorate: true
721-
annotations:
722-
description: Runs the end-to-end test suite against a Kubernetes v1.33 cluster
723-
testgrid-alert-email: [email protected]
724-
testgrid-create-job-group: "true"
725-
testgrid-dashboards: cert-manager-periodics-release-1.17
726-
labels:
727-
preset-cloudflare-credentials: "true"
728-
preset-dind-enabled: "true"
729-
preset-enable-all-feature-gates: "true"
730-
preset-ginkgo-skip-default: "true"
731-
preset-go-cache: "true"
732-
preset-local-cache: "true"
733-
preset-retry-flakey-jobs: "true"
734-
spec:
735-
containers:
736-
- image: europe-west1-docker.pkg.dev/cert-manager-tests-trusted/cert-manager-infra-images/make-dind:20250327-af35b2b-bookworm
737-
args:
738-
- runner
739-
- make
740-
- -j7
741-
- vendor-go
742-
- e2e-ci
743-
- K8S_VERSION=1.33
744-
resources:
745-
requests:
746-
cpu: 7000m
747-
memory: 6Gi
748-
securityContext:
749-
privileged: true
750-
capabilities:
751-
add:
752-
- SYS_ADMIN
753-
dnsPolicy: None
754-
dnsConfig:
755-
nameservers:
756-
- 8.8.8.8
757-
- 8.8.4.4
758-
extra_refs:
759-
- org: cert-manager
760-
repo: cert-manager
761-
base_ref: release-1.17
762-
cron: 21 00-23/02 * * *
763-
- name: ci-cert-manager-release-1.17-e2e-v1-33-issuers-venafi
677+
- name: ci-cert-manager-release-1.17-e2e-v1-32-issuers-venafi
764678
max_concurrency: 4
765679
decorate: true
766680
annotations:
@@ -785,7 +699,7 @@ periodics:
785699
- -j7
786700
- vendor-go
787701
- e2e-ci
788-
- K8S_VERSION=1.33
702+
- K8S_VERSION=1.32
789703
resources:
790704
requests:
791705
cpu: 7000m
@@ -804,8 +718,8 @@ periodics:
804718
- org: cert-manager
805719
repo: cert-manager
806720
base_ref: release-1.17
807-
cron: 25 01-23/12 * * *
808-
- name: ci-cert-manager-release-1.17-e2e-v1-33-upgrade
721+
cron: 21 01-23/12 * * *
722+
- name: ci-cert-manager-release-1.17-e2e-v1-32-upgrade
809723
max_concurrency: 4
810724
decorate: true
811725
annotations:
@@ -823,7 +737,7 @@ periodics:
823737
args:
824738
- runner
825739
- make
826-
- K8S_VERSION=1.33
740+
- K8S_VERSION=1.32
827741
- vendor-go
828742
- test-upgrade
829743
resources:
@@ -844,8 +758,8 @@ periodics:
844758
- org: cert-manager
845759
repo: cert-manager
846760
base_ref: release-1.17
847-
cron: 29 01-23/08 * * *
848-
- name: ci-cert-manager-release-1.17-e2e-v1-33-bestpractice-install
761+
cron: 25 01-23/08 * * *
762+
- name: ci-cert-manager-release-1.17-e2e-v1-32-bestpractice-install
849763
max_concurrency: 4
850764
decorate: true
851765
annotations:
@@ -872,7 +786,7 @@ periodics:
872786
- -j7
873787
- vendor-go
874788
- e2e-ci
875-
- K8S_VERSION=1.33
789+
- K8S_VERSION=1.32
876790
resources:
877791
requests:
878792
cpu: 7000m
@@ -891,7 +805,7 @@ periodics:
891805
- org: cert-manager
892806
repo: cert-manager
893807
base_ref: release-1.17
894-
cron: 33 01-23/24 * * *
808+
cron: 29 01-23/24 * * *
895809
- name: ci-cert-manager-release-1.17-e2e-v1-29-feature-gates-disabled
896810
max_concurrency: 4
897811
decorate: true
@@ -936,7 +850,7 @@ periodics:
936850
- org: cert-manager
937851
repo: cert-manager
938852
base_ref: release-1.17
939-
cron: 37 08-23/24 * * *
853+
cron: 33 08-23/24 * * *
940854
- name: ci-cert-manager-release-1.17-e2e-v1-30-feature-gates-disabled
941855
max_concurrency: 4
942856
decorate: true
@@ -981,7 +895,7 @@ periodics:
981895
- org: cert-manager
982896
repo: cert-manager
983897
base_ref: release-1.17
984-
cron: 41 15-23/24 * * *
898+
cron: 37 15-23/24 * * *
985899
- name: ci-cert-manager-release-1.17-e2e-v1-31-feature-gates-disabled
986900
max_concurrency: 4
987901
decorate: true
@@ -1026,7 +940,7 @@ periodics:
1026940
- org: cert-manager
1027941
repo: cert-manager
1028942
base_ref: release-1.17
1029-
cron: 45 22-23/24 * * *
943+
cron: 41 22-23/24 * * *
1030944
- name: ci-cert-manager-release-1.17-e2e-v1-32-feature-gates-disabled
1031945
max_concurrency: 4
1032946
decorate: true
@@ -1071,52 +985,7 @@ periodics:
1071985
- org: cert-manager
1072986
repo: cert-manager
1073987
base_ref: release-1.17
1074-
cron: 49 05-23/24 * * *
1075-
- name: ci-cert-manager-release-1.17-e2e-v1-33-feature-gates-disabled
1076-
max_concurrency: 4
1077-
decorate: true
1078-
annotations:
1079-
description: Runs the E2E tests with all feature gates disabled
1080-
testgrid-alert-email: [email protected]
1081-
testgrid-create-job-group: "true"
1082-
testgrid-dashboards: cert-manager-periodics-release-1.17
1083-
labels:
1084-
preset-cloudflare-credentials: "true"
1085-
preset-dind-enabled: "true"
1086-
preset-disable-all-alpha-beta-feature-gates: "true"
1087-
preset-ginkgo-skip-default: "true"
1088-
preset-go-cache: "true"
1089-
preset-local-cache: "true"
1090-
preset-retry-flakey-jobs: "true"
1091-
spec:
1092-
containers:
1093-
- image: europe-west1-docker.pkg.dev/cert-manager-tests-trusted/cert-manager-infra-images/make-dind:20250327-af35b2b-bookworm
1094-
args:
1095-
- runner
1096-
- make
1097-
- -j7
1098-
- vendor-go
1099-
- e2e-ci
1100-
- K8S_VERSION=1.33
1101-
resources:
1102-
requests:
1103-
cpu: 7000m
1104-
memory: 6Gi
1105-
securityContext:
1106-
privileged: true
1107-
capabilities:
1108-
add:
1109-
- SYS_ADMIN
1110-
dnsPolicy: None
1111-
dnsConfig:
1112-
nameservers:
1113-
- 8.8.8.8
1114-
- 8.8.4.4
1115-
extra_refs:
1116-
- org: cert-manager
1117-
repo: cert-manager
1118-
base_ref: release-1.17
1119-
cron: 53 12-23/24 * * *
988+
cron: 45 05-23/24 * * *
1120989
- name: ci-cert-manager-release-1.17-trivy-test-controller
1121990
max_concurrency: 2
1122991
decorate: true
@@ -1156,7 +1025,7 @@ periodics:
11561025
- org: cert-manager
11571026
repo: cert-manager
11581027
base_ref: release-1.17
1159-
cron: 57 19-23/24 * * *
1028+
cron: 49 12-23/24 * * *
11601029
- name: ci-cert-manager-release-1.17-trivy-test-acmesolver
11611030
max_concurrency: 2
11621031
decorate: true
@@ -1196,7 +1065,7 @@ periodics:
11961065
- org: cert-manager
11971066
repo: cert-manager
11981067
base_ref: release-1.17
1199-
cron: 01 02-23/24 * * *
1068+
cron: 53 19-23/24 * * *
12001069
- name: ci-cert-manager-release-1.17-trivy-test-startupapicheck
12011070
max_concurrency: 2
12021071
decorate: true
@@ -1236,7 +1105,7 @@ periodics:
12361105
- org: cert-manager
12371106
repo: cert-manager
12381107
base_ref: release-1.17
1239-
cron: 05 09-23/24 * * *
1108+
cron: 57 02-23/24 * * *
12401109
- name: ci-cert-manager-release-1.17-trivy-test-cainjector
12411110
max_concurrency: 2
12421111
decorate: true
@@ -1276,7 +1145,7 @@ periodics:
12761145
- org: cert-manager
12771146
repo: cert-manager
12781147
base_ref: release-1.17
1279-
cron: 09 16-23/24 * * *
1148+
cron: 01 09-23/24 * * *
12801149
- name: ci-cert-manager-release-1.17-trivy-test-webhook
12811150
max_concurrency: 2
12821151
decorate: true
@@ -1316,4 +1185,4 @@ periodics:
13161185
- org: cert-manager
13171186
repo: cert-manager
13181187
base_ref: release-1.17
1319-
cron: 13 23-23/24 * * *
1188+
cron: 05 16-23/24 * * *

0 commit comments

Comments
 (0)