Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge csiv1.0 branch to master #297

Merged
merged 285 commits into from
Apr 3, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
285 commits
Select commit Hold shift + click to select a range
3556130
added vendors
Dec 19, 2018
d64dc3a
modified cephfs deployment
Dec 19, 2018
32cb974
gofmt
Dec 19, 2018
c055b1d
edit cephfs docs
Dec 19, 2018
b387daa
remove useless comment
Dec 19, 2018
ea2b1cd
add POD_NAMESPACE doc
Dec 20, 2018
7d47bb0
make k8s_configmap default metadatastorage for k8s deployments
Jan 7, 2019
7bc3df2
Added docs for deploying rbd driver with Helm
plnordquist Jan 7, 2019
b23ee70
fix rbac rules for configmaps
Jan 8, 2019
85b8415
Merge branch 'master' into master-to-1.0
rootfs Jan 15, 2019
e46099a
reconcile merge
rootfs Jan 15, 2019
684f753
upgrade go version
rootfs Jan 15, 2019
aed7506
fix merge leftovers; use canary driver-registrar image, as v1.0.0 is …
rootfs Jan 15, 2019
661818b
Merge pull request #123 from rootfs/master-to-1.0
rootfs Jan 15, 2019
0f836c6
Vendor cleanup
Madhu-1 Jan 16, 2019
8cae0b6
use dep ensure -vendor-only
Madhu-1 Jan 16, 2019
1552df6
update make clean
Madhu-1 Jan 16, 2019
9ddc265
reject block volume creation in cephfs
Madhu-1 Jan 16, 2019
20af5af
Fix golint issues
Madhu-1 Jan 16, 2019
17f5c0a
use Errorf is error formatting is required
Madhu-1 Jan 16, 2019
e42e66f
user errors.New if error formatting is not required
Madhu-1 Jan 16, 2019
1ac0757
Merge pull request #131 from Madhu-1/csi-v1.0-cleanup
rootfs Jan 16, 2019
165b82a
Add block supports to rbd driver
mkimuram Nov 1, 2018
5867d49
Change csi rbd to create/delete targetPath for publish/unpublish
mkimuram Nov 15, 2018
ea75a9d
Fix pv deletion issue caused by not dettaching due to wrong mount count
mkimuram Nov 15, 2018
0e60dab
Move resolving bind mount logic from k8s
mkimuram Nov 7, 2018
263c45b
enable csi block; use canary external-provisioner image to pick up bl…
rootfs Jan 16, 2019
48407e2
add csi volume device mount path to csi plugin
rootfs Jan 17, 2019
af00847
Merge pull request #132 from rootfs/v1-block
rootfs Jan 17, 2019
db463ed
allow ceph mon stored in secret so when mon changes, cephfs driver ca…
rootfs Jan 18, 2019
3f196b5
update cephfs doc
rootfs Jan 18, 2019
2774109
Update the helm chart for csi 1.0
kfox1111 Jan 19, 2019
f3ea772
Merge pull request #137 from kfox1111/csi-v1.0
rootfs Jan 19, 2019
0151792
review feedback: make monValueFromSecret override monitors if both ar…
rootfs Jan 21, 2019
be4c88f
Merge pull request #136 from rootfs/cephfs-mon
rootfs Jan 21, 2019
c6c496f
switch to node registrar
rootfs Jan 22, 2019
7caf03b
review feedback: tune cephfs provisioner and driver rbac, de-escalat…
rootfs Jan 23, 2019
e0e764b
review feedback: tune rbd provisioner rbac
rootfs Jan 23, 2019
eaadeec
Merge pull request #139 from rootfs/node-reg
rootfs Jan 23, 2019
e4b2471
cope with latest changes in csi provisioner and deprecations
rootfs Jan 23, 2019
9f76f6b
Remove dead code
Madhu-1 Jan 17, 2019
de1f099
Remove unused struct fields
Madhu-1 Jan 17, 2019
8f2941d
Remove code complexity
Madhu-1 Jan 17, 2019
15b5b01
rename Id to ID to fix lint issue
Madhu-1 Jan 17, 2019
fa78c00
update struct names and struct fiels
Madhu-1 Jan 17, 2019
1c03334
Add constant for rbd and ndb
Madhu-1 Jan 17, 2019
49c8fe5
Remove conversion which is not required
Madhu-1 Jan 17, 2019
75beccd
Remove unused variable
Madhu-1 Jan 17, 2019
5eb1974
Fix vetshadow issues
Madhu-1 Jan 17, 2019
1d11d0a
Fix lint issues
Madhu-1 Jan 17, 2019
4c56420
Fix error checking issue in json Decode
Madhu-1 Jan 17, 2019
284c580
Fix golint issue
Madhu-1 Jan 17, 2019
36f99e3
Fix unparam issues
Madhu-1 Jan 17, 2019
1a246f7
simplify the error check
Madhu-1 Jan 17, 2019
7fcbdfb
Fix template to add userID
Madhu-1 Jan 25, 2019
cd83816
Update kube dependencies to v1.13.2 from v1.13.0
humblec Jan 25, 2019
ac4c83c
Vednor update for kube v1.13.2
humblec Jan 25, 2019
48ca113
Fix snapshot time during snapshot create
Madhu-1 Jan 25, 2019
8cf8694
Merge pull request #147 from Madhu-1/fix-snap
gman0 Jan 25, 2019
aa4fce2
Merge pull request #133 from Madhu-1/fix-golint
rootfs Jan 27, 2019
b968025
Merge pull request #145 from humblec/csi-v1.0
rootfs Jan 27, 2019
b71a9bf
Fix issue with error handling in metadata store
Madhu-1 Jan 25, 2019
5b512cd
Add snapshot yaml files and volume clone
Madhu-1 Jan 25, 2019
e4e4112
Move ceph and rbd main files to cmd folder
Madhu-1 Jan 28, 2019
112c545
Merge pull request #151 from Madhu-1/app
gman0 Jan 28, 2019
6929db1
Merge pull request #149 from Madhu-1/snap-yaml
rootfs Jan 28, 2019
25642fe
Add method comments
Madhu-1 Jan 28, 2019
d625eb7
update travis to add gometalinter static check
Madhu-1 Jan 28, 2019
58997ec
update go version to 1.11.x
Madhu-1 Jan 28, 2019
c0182c5
Add megacheck for gometalinter
Madhu-1 Jan 28, 2019
008c82c
Fix gometalinter issues
Madhu-1 Jan 28, 2019
7a0c233
Fix issues found in gometalinter
Madhu-1 Jan 28, 2019
ca2e475
Fix gometalinter issues
Madhu-1 Jan 28, 2019
50ba8ed
Fix gometalinter issues
Madhu-1 Jan 29, 2019
03d9321
Fix metalinter issue
Madhu-1 Jan 29, 2019
ec6cc52
remove golint from travis.yml
Madhu-1 Jan 29, 2019
74796bd
Fix review comment
Madhu-1 Jan 29, 2019
832e0bb
Merge pull request #152 from Madhu-1/gometlinter
rootfs Jan 29, 2019
6263b9c
megacheck is not present in gometalinter v3.0.0
Madhu-1 Feb 4, 2019
5983fed
Fix issues found in gometalinter static check
Madhu-1 Feb 4, 2019
ad06507
update sidecar containers to v1.0.1 stable release
Madhu-1 Feb 4, 2019
9ba5016
update sidecar images to stable version (v1.0.1)
Madhu-1 Feb 4, 2019
419117c
install gometalinter in $GOPATH/bin
Madhu-1 Feb 4, 2019
b657200
Merge pull request #158 from Madhu-1/fix-157
rootfs Feb 4, 2019
211d789
Merge pull request #142 from rootfs/node-reg
rootfs Feb 4, 2019
9dc1f61
Merge pull request #156 from Madhu-1/update-meta
rootfs Feb 4, 2019
3132130
Fix CI failure for gometalinter
Madhu-1 Feb 4, 2019
0d64d06
Merge pull request #162 from Madhu-1/fix-CI
rootfs Feb 4, 2019
6df22b3
Merge branch 'csi-v1.0' into fix-134
rootfs Feb 4, 2019
3ec0f04
Merge pull request #161 from Madhu-1/fix-134
mergify[bot] Feb 4, 2019
49d0c23
Add klog.InitFlags to main.go
humblec Feb 4, 2019
c9da846
migrate cephfs code to use klog instead of glog
humblec Feb 4, 2019
cb77ff5
Migrate rbd package to klog from glog
humblec Feb 4, 2019
c0712db
migrate util package to klog from glog.
humblec Feb 4, 2019
f4a1d57
Fix build failure
humblec Feb 4, 2019
68dec02
skip klog init
rootfs Feb 5, 2019
d03b36d
Merge pull request #169 from rootfs/no-init
rootfs Feb 5, 2019
548ff99
Markdown linter and spelling corrections.
humblec Feb 6, 2019
f172f08
Update helm chart to match static files
kfox1111 Feb 5, 2019
02e9d0a
Fix examples in CSI-v1.0
rollandf Feb 5, 2019
680bf78
Update readme to reflect kube 1.13 instead of 1.11
humblec Feb 6, 2019
a56eacd
Merge pull request #170 from rollandf/csi-v1.0
rootfs Feb 6, 2019
cb346a5
Merge pull request #174 from humblec/upstream/csi-v0.1
rootfs Feb 6, 2019
6faff19
Push helm packages to repo
kfox1111 Feb 6, 2019
0fb0db1
Merge pull request #178 from kfox1111/csi-v1.0
rootfs Feb 6, 2019
0be24a1
Fix the symlink and add more debuggin
kfox1111 Feb 6, 2019
87d1124
Merge pull request #179 from kfox1111/csi-v1.0
rootfs Feb 6, 2019
58eafcb
helm init before package
rootfs Feb 6, 2019
a44da1b
Merge pull request #180 from rootfs/helm
rootfs Feb 6, 2019
1f3b320
Add static check tools
Madhu-1 Feb 7, 2019
0fc294a
update travis to do more static checks
Madhu-1 Feb 7, 2019
7043b38
Fix markdown style issue
Madhu-1 Feb 7, 2019
3c50cb1
Fix static check for .sh files
Madhu-1 Feb 7, 2019
cee9c4f
Fix yamllint issues
Madhu-1 Feb 7, 2019
1b98106
add addons to travis
Madhu-1 Feb 7, 2019
5f1e2e1
update make test in Makefile
Madhu-1 Feb 7, 2019
f670c62
Remove userID and key logging from rbd
Madhu-1 Feb 8, 2019
a5f2635
avoid logging secrets in request
Madhu-1 Feb 8, 2019
bf7ec10
Remove glog from Gopkg.toml
Madhu-1 Feb 8, 2019
10af7e3
Add readme and notes to the chart
kfox1111 Feb 7, 2019
e000dff
Fix identified issues
kfox1111 Feb 8, 2019
259839d
Merge pull request #184 from Madhu-1/fix-171
rootfs Feb 8, 2019
9c4e554
Merge pull request #185 from Madhu-1/log-req
rootfs Feb 8, 2019
a195856
Merge pull request #186 from Madhu-1/remove-glog
rootfs Feb 8, 2019
1748629
fixes broken migration to klog
gman0 Feb 9, 2019
40c8592
Update README.md
rootfs Feb 11, 2019
6099f14
moved klog initialization into pkg/util package
gman0 Feb 12, 2019
ff935ef
Update README.md
rootfs Feb 12, 2019
5ee0751
Merge pull request #188 from gman0/fix-klog
rootfs Feb 12, 2019
9cd0786
cephfs/volume: fixed incorrect path for unmountAndRemove
gman0 Feb 12, 2019
8907405
Merge pull request #193 from gman0/fix-cephfs-volcleanup
gman0 Feb 12, 2019
a63b06a
cephfs: specify monitors explicitly
gman0 Feb 13, 2019
892d65d
added StripSecretInArgs in pkg/util
gman0 Feb 14, 2019
b3944f3
cephfs exec: read stdout and stderr separately
gman0 Feb 14, 2019
8e371f6
cephfs: ceph-fuse mimic supports passing keys via args, let's use it
gman0 Feb 14, 2019
96bf4a9
cephfs: don't need to store keyrings anymore
gman0 Feb 14, 2019
8223ae3
addressed review comments
gman0 Feb 14, 2019
1803a1b
rbd: don't delete volume/snapshot if metadata creation fails
gman0 Feb 14, 2019
49f5d4a
fix lint error
gman0 Feb 14, 2019
13a0256
Fix missspelled words
Madhu-1 Feb 18, 2019
6fbde11
skip redundant error check
Madhu-1 Feb 18, 2019
2881a8e
update k8s to latest 1.13.3
Madhu-1 Feb 18, 2019
9d07b91
Merge pull request #203 from Madhu-1/fix-spell
gman0 Feb 18, 2019
8e41a8a
Merge pull request #208 from Madhu-1/simplify
gman0 Feb 18, 2019
e91a59d
RBD: Remove dead code
Madhu-1 Feb 19, 2019
fd4c019
cleanup: remove duplicate code
Madhu-1 Feb 19, 2019
5cebdf1
Merge pull request #210 from Madhu-1/remove-check
gman0 Feb 19, 2019
bc256aa
Merge pull request #211 from Madhu-1/clean-up
gman0 Feb 19, 2019
a04bef4
fix misspelled words
Madhu-1 Feb 20, 2019
77e930c
Merge pull request #215 from Madhu-1/fix-spell-1
gman0 Feb 20, 2019
0235b9c
k8s metadata cache: delete shouldn't fail on NotFound errors
gman0 Feb 20, 2019
27b46ab
Add helm chat for cephfs
Madhu-1 Feb 21, 2019
50091ac
update deploy.sh to push cephfs chat
Madhu-1 Feb 21, 2019
3ac5af6
Fix formatting in helm rbd readme
Madhu-1 Feb 21, 2019
68e6950
remove secret and key from logging
Madhu-1 Feb 21, 2019
4273408
Merge pull request #216 from gman0/cachepersister-idempotency-fix
rootfs Feb 25, 2019
e627a61
Merge pull request #220 from Madhu-1/skip_cred_log
rootfs Feb 25, 2019
85b5e7e
Remove requirement for ceph config and keyring files
rollandf Feb 25, 2019
b0c86df
update yamllint to ignore cephfs helm
Madhu-1 Feb 21, 2019
55ad492
update readme to deploy cephfs in namespace
Madhu-1 Feb 22, 2019
e5dbea1
util/cachepersister: check and return CacheEntryNotFound error in Get()
gman0 Feb 25, 2019
ce3affc
cephfs: DeleteVolume should assume the volume to be already deleted i…
gman0 Feb 25, 2019
d12fdfd
rbd: fixed metadata idempotency in DeleteVolume; DeleteSnapshot shoul…
gman0 Feb 25, 2019
3fb83aa
Merge pull request #209 from Madhu-1/kube-1.13.3
rootfs Feb 25, 2019
cb68b68
Merge pull request #218 from Madhu-1/cephfs-heml
rootfs Feb 25, 2019
5c6bf5f
Merge pull request #228 from gman0/metadata-delete-idempotency
rootfs Feb 25, 2019
ae14956
Merge pull request #226 from rollandf/csi-v1.0
rootfs Feb 26, 2019
60588d8
cephfs/volume: create/delete-volume idempotency checks
gman0 Feb 26, 2019
143003b
cephfs: added locks for {Create,Delete}Volume, NodeStageVolume
gman0 Feb 26, 2019
2f89313
don't attempt to delete mountpoint if unmount failed
gman0 Feb 26, 2019
3b320ef
Add support of RBD list volumes
Madhu-1 Feb 18, 2019
e861f12
Fix review comments
Madhu-1 Feb 26, 2019
1cedbf0
sort volume ID's for rbd volume list
Madhu-1 Feb 26, 2019
dfcd1c3
Merge pull request #232 from gman0/cephfs-concurrency-fix
rootfs Feb 26, 2019
3a0d048
cephfs/volumemounter: unmountVolume now waits till the ceph-fuse daem…
gman0 Feb 26, 2019
fdc0d82
move csi-common to ceph-csi
Madhu-1 Feb 18, 2019
6f4f148
remove glog
Madhu-1 Feb 19, 2019
c9815e9
Fix rbac issue in cephfs plugin
Madhu-1 Feb 27, 2019
119504c
Add role and rolebinding for cephfs
Madhu-1 Feb 27, 2019
f4a0726
Fix rbac issue in rbd plugin
Madhu-1 Feb 27, 2019
b629b22
Add csinodeinfos rules
Madhu-1 Feb 27, 2019
2ab1f3e
add csinodeinfos rules
Madhu-1 Feb 27, 2019
5cabfe7
Merge pull request #234 from Madhu-1/fix-rbac
rootfs Feb 27, 2019
49f5ce2
Merge pull request #207 from Madhu-1/remove-dep
rootfs Feb 27, 2019
4d55d5b
Merge pull request #235 from Madhu-1/fix-rbac-cephfs
rootfs Feb 27, 2019
b779009
parse ceph-fuse PID with regexp
gman0 Feb 27, 2019
d938944
Merge pull request #233 from gman0/fuse-unmount-wait
rootfs Feb 27, 2019
eb14742
bump helm chat version from 0.4.0 to 0.5.0
Madhu-1 Feb 28, 2019
624b082
Merge pull request #236 from Madhu-1/bump-ver-5.0
rootfs Feb 28, 2019
b5b8e46
Add multiNodeWritable option for RBD Volumes
j-griffith Mar 1, 2019
72edf06
Fix obsolete comment
j-griffith Mar 1, 2019
1018eda
replace gometalinter with golangci
Madhu-1 Mar 4, 2019
8f07c9e
remove unused param from function
Madhu-1 Mar 4, 2019
57cea72
Fix yaml lint errors
Madhu-1 Mar 4, 2019
0fd091f
skip errcheck
Madhu-1 Mar 4, 2019
16279ed
Roundup volume size to Mib for rbd
Madhu-1 Mar 1, 2019
c074548
add event rules for provisioner
Madhu-1 Mar 4, 2019
fbc189f
Merge pull request #245 from Madhu-1/fix-linter
rootfs Mar 4, 2019
b072117
Merge pull request #238 from Madhu-1/fix-image-size
gman0 Mar 5, 2019
ef74050
add examples for raw block pvc
Madhu-1 Mar 5, 2019
9bebd82
update readme for raw block pvc
Madhu-1 Mar 5, 2019
53dfdb6
correct yaml examples template
Madhu-1 Mar 5, 2019
9f5ac5e
Fix return error codes
Madhu-1 Mar 7, 2019
bd8cf1d
Merge pull request #247 from Madhu-1/raw-block
rootfs Mar 7, 2019
dd41295
store volume size in bytes in configmap
Madhu-1 Mar 12, 2019
c5ff1ba
Merge pull request #254 from Madhu-1/fix-252-
Madhu-1 Mar 12, 2019
2a25666
Merge pull request #249 from Madhu-1/fix-return
gman0 Mar 12, 2019
d61a87b
Fix driver name as per CSI spec
Madhu-1 Mar 13, 2019
497411b
update readme to delete namespace
Madhu-1 Mar 13, 2019
a164169
Revert "Add multiNodeWritable option for RBD Volumes"
j-griffith Mar 13, 2019
a4dd845
Merge pull request #223 from Madhu-1/fix-222-1.0
gman0 Mar 14, 2019
6ec1196
Rework multi-node-multi-writer feature
j-griffith Mar 14, 2019
d79ca5b
Merge branch 'csi-v1.0' into default_multiwrite_blockmode
j-griffith Mar 18, 2019
5e43e1f
makefile: use a variable to choose "docker" command
phlogistonjohn Mar 13, 2019
6e7373c
add mergify as a merge engine
leseb Jan 31, 2019
dc24640
Merge pull request #267 from rootfs/megify-1.0
rootfs Mar 20, 2019
fa54e5c
Merge pull request #261 from j-griffith/default_multiwrite_blockmode
rootfs Mar 20, 2019
33a2fb1
deploy.sh: use a variable to choose "docker" command
phlogistonjohn Mar 19, 2019
52397b4
rename socket directory to a common name
Madhu-1 Mar 18, 2019
593b357
Fix yaml lint error in mergify
Madhu-1 Mar 22, 2019
5c6d200
Merge pull request #265 from Madhu-1/fix-plugin-dir
rootfs Mar 22, 2019
ff7d649
Merge pull request #276 from Madhu-1/fix-mergify
rootfs Mar 22, 2019
b318964
issue #91
Mar 25, 2019
97f8c4b
Provide options to pass in Ceph cluster-id
ShyamsundarR Mar 2, 2019
2064e67
Addressed using k8s client APIs to fetch secrets
ShyamsundarR Mar 7, 2019
bd03d05
Address linter error
ShyamsundarR Mar 7, 2019
c9c1c87
Removed a couple of debug logs
ShyamsundarR Mar 8, 2019
e1c685e
Fixed scope of confStore
ShyamsundarR Mar 11, 2019
fc0cf95
Updated code and docs to reflect correct terminology
ShyamsundarR Mar 12, 2019
ba2e5cf
Address remenant subject reference and code style reviews
ShyamsundarR Mar 13, 2019
b0d6737
Removed duplicate patch template
ShyamsundarR Mar 13, 2019
af330fe
1. fix mountcache race conflict
Mar 27, 2019
da52e8c
Merge pull request #260 from phlogistonjohn/jjm-dockercmd
rootfs Mar 27, 2019
5b53e90
fix code style
Mar 29, 2019
043d360
remove unuse var
Mar 29, 2019
295202b
issue #285
Mar 27, 2019
2097741
remove cephRootPrefix as global var
Mar 27, 2019
4ec3a57
code style
Mar 29, 2019
dfdefe4
add cephfs driver **--mountcachedir** parameter document
Mar 29, 2019
1ccbb5b
cephfs driver deploy support remount volume
Mar 29, 2019
f3e5f83
mount info cache dir support multi cephfsdriver
Mar 29, 2019
205be90
update travis.yml and deploy.sh
Madhu-1 Mar 26, 2019
6de862d
code style
Apr 1, 2019
1f1d5f4
code style
Apr 1, 2019
bb6754f
csi-provisioner rbac add resources `nodes` get, list, watch #293
Mar 29, 2019
4228ceb
rbd deploy csi-provisioner rbac add resources `nodes` get, list, wat…
Apr 1, 2019
acdc759
bump up the chart version
Apr 1, 2019
d0d5da8
Merge pull request #282 from huaizong/improve-remount-pv-path-when-ex…
gman0 Apr 2, 2019
7b4bdd8
Merge pull request #283 from Madhu-1/CI-for-v0.3
gman0 Apr 2, 2019
a5d2abb
Merge branch 'master' into csi-v1.0
Madhu-1 Apr 2, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
23 changes: 0 additions & 23 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

1 change: 1 addition & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
pull_request_rules:
- name: automatic merge
conditions:
Expand Down
53 changes: 42 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,55 @@
---
# need for docker build
sudo: true

addons:
apt:
packages:
- realpath
- ruby

language: go
branches:
only:
- csi-v0.3
- master
- csi-v1.0 # remove this once csi-v1.0 becomes master

go: 1.11.x

env:
global:
- GOLANGCI_VERSION="v1.15.0"
- TEST_COVERAGE=stdout
- GO_METALINTER_THREADS=1
- GO_COVER_DIR=_output

go: 1.9.x
jobs:
include:
- name: Linter
install:
- gem install mdl
- pip install --user --upgrade pip
- pip install --user yamllint
# install golangci-lint
- curl -sf
"https://install.goreleaser.com/github.com/golangci/golangci-lint.sh"
| bash -s -- -b $GOPATH/bin "${GOLANGCI_VERSION}"
script:
- scripts/lint-text.sh --require-all
- scripts/lint-go.sh
- scripts/test-go.sh

before_script:
- GO_FILES=$(find . -iname '*.go' -type f | grep -v /vendor/)
- go get -u golang.org/x/lint/golint #go get github.com/golang/lint/golint
- name: rbdplugin
script:
- make rbdplugin

script:
- test -z $(gofmt -s -l $GO_FILES)
- go vet -v $(go list ./... | grep -v /vendor/)
- make rbdplugin
- make cephfsplugin
- name: cephfsplugin
script:
- make cephfsplugin

deploy:
- provider: script
script:
- ./deploy.sh
on: # yamllint disable-line rule:truthy
all_branches: true
script: ./deploy.sh
Loading