diff --git a/config/jobs/kubernetes-sigs/controller-runtime/controller-runtime-presubmits-release-0.9.yaml b/config/jobs/kubernetes-sigs/controller-runtime/controller-runtime-presubmits-release-0.9.yaml new file mode 100644 index 000000000000..23df75a4608d --- /dev/null +++ b/config/jobs/kubernetes-sigs/controller-runtime/controller-runtime-presubmits-release-0.9.yaml @@ -0,0 +1,34 @@ +presubmits: + kubernetes-sigs/controller-runtime: + - name: pull-controller-runtime-test-release-0-9 + decorate: true + always_run: true + path_alias: sigs.k8s.io/controller-runtime + branches: + - ^release-0.9$ + spec: + containers: + - image: golang:1.16 + command: + - ./hack/ci-check-everything.sh + resources: + requests: + cpu: "7000m" + annotations: + testgrid-dashboards: sig-api-machinery-kubebuilder + testgrid-tab-name: controller-runtime-release-0.9 + - name: pull-controller-runtime-apidiff-release-0-9 + decorate: true + always_run: true + optional: true + path_alias: sigs.k8s.io/controller-runtime + branches: + - ^release-0.9$ + spec: + containers: + - image: golang:1.16 + command: + - ./hack/apidiff.sh + annotations: + testgrid-dashboards: sig-api-machinery-kubebuilder + testgrid-tab-name: controller-runtime-release-0.9-apidiff