1 Star 0 Fork 0

yoan/external-storage

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.travis.yml 695 Bytes
一键复制 编辑 原始数据 按行查看 历史
os:
- osx
- linux
language: go
go:
- 1.12.9
services: docker
go_import_path: github.com/kubernetes-incubator/external-storage
env:
- TEST_SUITE=osx
- TEST_SUITE=linux-local-volume
- TEST_SUITE=linux-everything-else
# - TEST_SUITE=linux-nfs ETCD_VER=v3.0.14 KUBE_VERSION=1.5.4
- TEST_SUITE=linux-nfs ETCD_VER=v3.2.18 KUBE_VERSION=1.11.2
before_install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then ulimit -n 8192; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then mkdir -p $GOPATH/bin; fi
install: true
script:
- ./test.sh
deploy:
- provider: script
script: ./deploy.sh
on:
tags: true
condition: $TEST_SUITE = linux-local-volume && $TRAVIS_OS_NAME = linux
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yoanliang/external-storage.git
[email protected]:yoanliang/external-storage.git
yoanliang
external-storage
external-storage
master

搜索帮助