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 19, 2018
1 parent de7de6f commit 2172a3b
Show file tree
Hide file tree
Showing 2 changed files with 56 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
52 changes: 52 additions & 0 deletions config/jobs/kubernetes-sigs/aws-ebs-csi-driver/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
presubmits:
kubernetes-sigs/aws-ebs-csi-driver
- name: pull-aws-ebs-csi-csi-driver-sanity
always_run: true
labels:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/gcloud-in-go:v20180927-6b4facbe6
args:
- "--repo=github.com/$(REPO_NAME)=$(PULL_REFS)"
- "--root=/go/src"
- "--upload=gs://kubernetes-jenkins/pr-logs"
- "--clean"
- "--timeout=10" # Minutes
- "--scenario=execute"
- "--" # end bootstrap args, scenario args below
- "make"
- "test-sanity"
- name: pull-aws-ebs-csi-driver-unit
always_run: true
labels:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/gcloud-in-go:v20180927-6b4facbe6
args:
- "--repo=github.com/$(REPO_NAME)=$(PULL_REFS)"
- "--root=/go/src"
- "--upload=gs://kubernetes-jenkins/pr-logs"
- "--clean"
- "--timeout=10" # Minutes
- "--scenario=execute"
- "--" # end bootstrap args, scenario args below
- "make"
- "test"
- name: pull-aws-ebs-disk-csi-driver-verify
always_run: true
labels:
preset-service-account: "true"
spec:
containers:
- image: gcr.io/k8s-testimages/gcloud-in-go:v20180927-6b4facbe6
args:
- "--repo=github.com/$(REPO_NAME)=$(PULL_REFS)"
- "--root=/go/src"
- "--upload=gs://kubernetes-jenkins/pr-logs"
- "--clean"
- "--timeout=10" # Minutes
- "--scenario=execute"
- "--" # end bootstrap args, scenario args below
- "hack/verify-all.sh"

0 comments on commit 2172a3b

Please sign in to comment.