Merge pull request #1730 from monopole/noKubevalOnTravis

No kubeval dependent test on travis.
This commit is contained in:
Kubernetes Prow Robot
2019-11-04 14:08:12 -08:00
committed by GitHub
2 changed files with 14 additions and 8 deletions

View File

@@ -134,6 +134,12 @@ function testExamplesAgainstLatestKustomizeRelease {
(cd api;
$MDRIP --mode test \
--label helmtest README.md ../examples/chart.md)
# The following requires kubeval.
# At the moment not asking travis to install it.
(cd api;
$MDRIP --mode test \
--label kubevalTest README.md ../examples/chart.md)
fi
echo "Example tests passed against $latest"
}