Skip to content

Commit

Permalink
Merge pull request #10309 from pohly/sig-storage-csi-lib-utils
Browse files Browse the repository at this point in the history
sig-storage: initial config for kubernetes-csi/csi-lib-utils
  • Loading branch information
k8s-ci-robot authored Dec 4, 2018
2 parents bb77caa + 21b20c3 commit 3085040
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/jobs/kubernetes-csi/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
approvers:
- msau42
- saad-ali
reviewers:
- pohly
17 changes: 17 additions & 0 deletions config/jobs/kubernetes-csi/csi-lib-utils/csi-lib-utils-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
presubmits:
github.com/kubernetes-csi/csi-lib-utils:
- name: pull-sig-storage-csi-lib-utils
always_run: true
decorate: true
skip_report: false
spec:
containers:
# This image was chosen over the more often used kubekins-e2e because
# it is smaller and has everything we need (basically just a Go environment).
- image: gcr.io/k8s-testimages/gcloud-in-go:v20180927-6b4facbe6
command:
- make
args:
- -k # report as many failures as possible (if any) before finally failing
- all # build...
- test # ... and test
3 changes: 3 additions & 0 deletions prow/plugins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,9 @@ plugins:
- wip
- yuks

kubernetes-csi/csi-lib-utils:
- trigger

kubernetes-incubator:
- approve
- assign
Expand Down

0 comments on commit 3085040

Please sign in to comment.