Skip to content

Commit

Permalink
Merge pull request #25205 from joelanford/controller-runtime-release-…
Browse files Browse the repository at this point in the history
…0.11

kubernetes-sigs/controller-runtime: add presubmit job config for release-0.11 branch
  • Loading branch information
k8s-ci-robot committed Feb 10, 2022
2 parents b271205 + 73c3b6e commit e92701f
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 e92701f

Please sign in to comment.