17 Commits

Author SHA1 Message Date
Pierre Prinetti
0623e9e6e9
actions: Fix Windows Go version
Prior to this patch, the Go version for the Windows tests in Github
resolved to `1.15.15`[1].

With this patch, the Go version for the Windows tests is fixed to
actually resolve to the latest version (^1.16), consistent to the other
platforms.

This patch also bumps `actions/setup-go`[2] to the latest version,
consistent with the other platforms.

[1]: https://github.com/kubernetes-csi/csi-driver-nfs/runs/4211323920?check_suite_focus=true
[2]: https://github.com/actions/setup-go
2021-11-15 14:01:27 +01:00
andyzhangx
7ff2fb8510 test: fix go mod issue with go1.16 2021-03-07 12:09:11 +00:00
andyzhangx
e7cdcedcc4 fix: reduce driver logs 2021-01-20 06:53:19 +00:00
andyzhangx
9e149bc5ee test: add windows unit test action 2021-01-04 03:18:43 +00:00
andyzhangx
960cbdd09f test: enable GH action on all branches 2021-01-04 02:38:22 +00:00
andyzhangx
abae50d993 test: disable spelling test temporarily
test: disable integration test in action

fix test failure
2021-01-03 13:27:36 +00:00
andyzhangx
407501e5d1 test: add unit test action on Ubuntu 2021-01-03 12:33:07 +00:00
andyzhangx
ddeb6a8e5f test: remove sanity test in GH action 2020-12-25 15:12:21 +00:00
andyzhangx
87dce63c7a doc: revise PR template
fix test failure
2020-12-25 15:04:09 +00:00
Mayank Shah
27380925e4 CI: enable golint
Signed-off-by: Mayank Shah <mayankshah1614@gmail.com>
2020-11-30 16:22:10 +05:30
Mayank Shah
69478752a9 CI: Add static checks in GH Actions
Signed-off-by: Mayank Shah <mayankshah1614@gmail.com>
2020-11-16 12:04:50 +05:30
Mayank Shah
5747698dff Add DynamicallyProvisionedCmdVolumeTest
Signed-off-by: Mayank Shah <mayankshah1614@gmail.com>
2020-11-11 20:47:25 +05:30
Mayank Shah
80e19e98e5 Refactor for GH Actions
Signed-off-by: Mayank Shah <mayankshah1614@gmail.com>
2020-11-05 13:15:10 +05:30
Mayank Shah
d84845553b CI: add GH Actions workflow for linux unit tests
Signed-off-by: Mayank Shah <mayankshah1614@gmail.com>
2020-10-20 04:02:02 +05:30
Mayank Shah
93523b272c feat: implement CreateVolume and DeleteVolume
Signed-off-by: Mayank Shah <mayankshah1614@gmail.com>
2020-10-14 21:39:57 +05:30
Mayank Shah
21f158daa2 CI: update GH Actions for sanity-test
Signed-off-by: Mayank Shah <mayankshah1614@gmail.com>
2020-10-14 15:00:25 +05:30
Mayank Shah
c8f2cd19ba CI: Add GH Actions for sanity tests
Signed-off-by: Mayank Shah <mayankshah1614@gmail.com>
2020-10-13 12:20:30 +05:30