代码拉取完成,页面将自动刷新
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
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。