remove 1.25 and add 1.33 codegen to pipelines

This commit is contained in:
Ryan Richard
2025-05-13 12:30:37 -07:00
parent e4d2c8ba07
commit 2f00a6b126
3 changed files with 33 additions and 46 deletions
+17
View File
@@ -372,6 +372,15 @@ resources:
username: ((ci-ghcr-puller-username))
password: ((ci-ghcr-puller-token))
- name: k8s-code-generator-1.33-image
type: registry-image
icon: docker
check_every: 3m
source:
repository: ((ci-ghcr-registry))/k8s-code-generator-1.33
username: ((ci-ghcr-puller-username))
password: ((ci-ghcr-puller-token))
jobs:
- name: start
@@ -462,6 +471,7 @@ jobs:
- get: k8s-code-generator-1.30-image
- get: k8s-code-generator-1.31-image
- get: k8s-code-generator-1.32-image
- get: k8s-code-generator-1.33-image
- { <<: *pr-status-on-pending, params: { <<: *pr-status-on-pending-params, context: verify-codegen } }
- in_parallel:
- task: verify-go-mod-tidy
@@ -521,6 +531,13 @@ jobs:
image: k8s-code-generator-1.32-image
params:
KUBE_MINOR_VERSION: "1.32"
- task: codegen-1.33
timeout: 20m
<<: *pinniped-pr-input-mapping
file: pinniped-ci/pipelines/shared-tasks/run-verify-codegen/task.yml
image: k8s-code-generator-1.33-image
params:
KUBE_MINOR_VERSION: "1.33"
- name: unit-test
on_success: { <<: *pr-status-on-success, params: { <<: *pr-status-on-success-params, context: unit-test } }