mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
test(zfspv): adding zfs property update test cases
Signed-off-by: Pawan <pawan@mayadata.io>
This commit is contained in:
parent
620be59016
commit
754755439b
7 changed files with 180 additions and 41 deletions
|
|
@ -1,5 +1,5 @@
|
|||
sudo: required
|
||||
dist: xenial
|
||||
dist: bionic
|
||||
env:
|
||||
global:
|
||||
- CHANGE_MINIKUBE_NONE_USER=true
|
||||
|
|
@ -46,7 +46,7 @@ install:
|
|||
before_script:
|
||||
- "./buildscripts/travis-build.sh"
|
||||
script:
|
||||
- make ci
|
||||
- sudo -E env "PATH=$PATH" make ci
|
||||
after_success:
|
||||
- make deploy-images
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue