Skip to content

Commit

Permalink
Add AWS EBS CSI driver to prow job
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheng Pan committed Oct 23, 2018
1 parent de7de6f commit 97acf3c
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/jobs/kubernetes-sigs/aws-ebs-csi-driver/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
approvers:
- leakingtapan
- gyuho
- bertinatto
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
presubmits:
kubernetes-sigs/aws-ebs-csi-driver:
- name: pull-aws-ebs-disk-csi-driver-verify
always_run: true
decorate: true
labels:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/gcloud-in-go:v20180927-6b4facbe6
command:
- runner.sh
args:
- hack/verify-all.sh
- name: pull-aws-ebs-csi-driver-unit
always_run: true
decorate: true
labels:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/gcloud-in-go:v20180927-6b4facbe6
command:
- runner.sh
args:
- make
- test
- name: pull-aws-ebs-csi-csi-driver-sanity
always_run: true
decorate: true
labels:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/gcloud-in-go:v20180927-6b4facbe6
command:
- runner.sh
args:
- make
- test-sanity

0 comments on commit 97acf3c

Please sign in to comment.