Skip to content

Commit

Permalink
kubernetes-sigs/controller-runtime: add presubmit job config for rele…
Browse files Browse the repository at this point in the history
…ase-0.11 branch

Signed-off-by: Joe Lanford <joe.lanford@gmail.com>
  • Loading branch information
joelanford committed Feb 10, 2022
1 parent b271205 commit 73c3b6e
Showing 1 changed file with 34 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
presubmits:
kubernetes-sigs/controller-runtime:
- name: pull-controller-runtime-test-release-0-11
decorate: true
always_run: true
path_alias: sigs.k8s.io/controller-runtime
branches:
- ^release-0.11$
spec:
containers:
- image: golang:1.17
command:
- ./hack/ci-check-everything.sh
resources:
requests:
cpu: "7000m"
annotations:
testgrid-dashboards: sig-api-machinery-kubebuilder
testgrid-tab-name: controller-runtime-release-0.11
- name: pull-controller-runtime-apidiff-release-0-11
decorate: true
always_run: true
optional: true
path_alias: sigs.k8s.io/controller-runtime
branches:
- ^release-0.11$
spec:
containers:
- image: golang:1.17
command:
- ./hack/apidiff.sh
annotations:
testgrid-dashboards: sig-api-machinery-kubebuilder
testgrid-tab-name: controller-runtime-release-0.11-apidiff

0 comments on commit 73c3b6e

Please sign in to comment.