Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add jobs for controller-runtime release-0.17 branch #31876

Merged
merged 1 commit into from
Feb 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
presubmits:
kubernetes-sigs/controller-runtime:
- name: pull-controller-runtime-test-release-0-17
cluster: eks-prow-build-cluster
decorate: true
always_run: true
path_alias: sigs.k8s.io/controller-runtime
branches:
- ^release-0.17$
spec:
containers:
- image: public.ecr.aws/docker/library/golang:1.21
command:
- ./hack/ci-check-everything.sh
resources:
requests:
cpu: 7
memory: 14Gi
limits:
cpu: 7
memory: 14Gi
annotations:
testgrid-dashboards: sig-api-machinery-kubebuilder
testgrid-tab-name: controller-runtime-release-0.17
- name: pull-controller-runtime-apidiff-release-0-17
cluster: eks-prow-build-cluster
decorate: true
always_run: true
optional: true
path_alias: sigs.k8s.io/controller-runtime
branches:
- ^release-0.17$
spec:
containers:
- image: public.ecr.aws/docker/library/golang:1.21
command:
- ./hack/apidiff.sh
resources:
requests:
cpu: 2
memory: 4Gi
limits:
cpu: 2
memory: 4Gi
annotations:
testgrid-dashboards: sig-api-machinery-kubebuilder
testgrid-tab-name: controller-runtime-release-0.17-apidiff