1 Star 0 Fork 0

huangtao/mod-chart

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.travis.yml 1.32 KB
一键复制 编辑 原始数据 按行查看 历史
ygqygq2 提交于 2019-09-18 10:09 . ci: skip chart-testing lint
sudo: required
dist: trusty
services:
- docker
before_script:
- chmod +x test/*.sh
jobs:
include:
- stage: lint-scripts
name: "Lint shell scripts"
script:
- echo "Run shell scripts linting!"
- ./test/lint-scripts.sh
- stage: charts-testing
name: "Lint and install charts"
env:
- CHART_TESTING_IMAGE=quay.io/helmpack/chart-testing
- CHART_TESTING_TAG=v2.3.3
- TEST_IMAGE=gcr.io/kubernetes-charts-ci/test-image
- TEST_IMAGE_TAG=v3.3.2
- CHARTS_REPO=https://github.com/ygqygq2/charts
- K8S_VERSION=v1.15.3
- KIND_VERSION=v0.5.1
- KUBEVAL_VERSION=0.13.0
- HELM_VERSION=v2.14.2
- CHART_TESTING_ARGS=""
script:
# - echo "Run chart-testing linting!"
# - ./test/lint-charts.sh || travis_terminate 1
# - >
# if cat tmp/lint.log | grep "No chart changes detected" > /dev/null; then
# echo "No chart changes detected, stopping TravisCI pipeline!"
# travis_terminate 0
# fi
- echo "Run charts-testing install test!"
# https://docs.travis-ci.com/user/common-build-problems/#build-times-out-because-no-output-was-received
- travis_wait 90 ./test/e2e-github.sh
stages:
- lint-scripts
- charts-testing
notifications:
email: false
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/huangmike/mod-chart.git
[email protected]:huangmike/mod-chart.git
huangmike
mod-chart
mod-chart
master

搜索帮助