Skip to content

Commit

Permalink
Merge pull request #31876 from sbueringer/pr-cr-0.17
Browse files Browse the repository at this point in the history
Add jobs for controller-runtime release-0.17 branch
  • Loading branch information
k8s-ci-robot authored Feb 7, 2024
2 parents 506ac71 + 7371e54 commit ba5629f
Showing 1 changed file with 47 additions and 0 deletions.
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

0 comments on commit ba5629f

Please sign in to comment.