Add flag --enable-helm

This commit is contained in:
monopole
2021-04-02 15:32:01 -07:00
parent aeba50488b
commit 240cda089a
14 changed files with 1081 additions and 740 deletions

View File

@@ -35,9 +35,11 @@ mdrip --mode test --blockTimeOut 15m \
# TODO: make work for non-linux
if onLinuxAndNotOnRemoteCI; then
echo "On linux, and not on remote CI. Running expensive tests."
# Requires helm.
make $MYGOBIN/helmV3
mdrip --mode test --label helmtest examples/chart.md
# TODO: remove the HEAD check once --enable-helm flag released.
if [ "$version" == "HEAD" ]; then
make $MYGOBIN/helmV3
mdrip --mode test --label testHelm examples/chart.md
fi
fi
# Force outside logic to rebuild kustomize rather than