Skip to content

Commit

Permalink
Add kubebuilder image build
Browse files Browse the repository at this point in the history
  • Loading branch information
Yash Singh committed Feb 21, 2023
1 parent 0daf074 commit 2c117bd
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions config/jobs/image-pushing/k8s-staging-kubebuilder.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
postsubmits:

kubernetes-sigs/kubebuilder:
- name: post-kubebuilder-push-images
cluster: k8s-infra-prow-build-trusted
annotations:
testgrid-dashboards: sig-api-machinery-kubebuilder
decorate: true
branches:
- ^master$
- ^kube-rbac-proxy-releases$
spec:
serviceAccountName: gcb-builder
containers:
- image: gcr.io/k8s-staging-test-infra/image-builder:v20230111-cd1b3caf9c
command:
- /run.sh
args:
- --project=k8s-staging-kubebuilder
- --scratch-bucket=gs://k8s-staging-kubebuilder-gcb
- --env-passthrough=PULL_BASE_REF
- --with-git-dir
- .

0 comments on commit 2c117bd

Please sign in to comment.