-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10309 from pohly/sig-storage-csi-lib-utils
sig-storage: initial config for kubernetes-csi/csi-lib-utils
- Loading branch information
Showing
3 changed files
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
17
config/jobs/kubernetes-csi/csi-lib-utils/csi-lib-utils-config.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters