commit | 0d19d3bfb1d47d3dcd5fe5a6db3a8445c5a1007c | [log] [tgz] |
---|---|---|
author | efiacor <fiachra.corcoran@est.tech> | Thu Dec 01 14:52:39 2022 +0000 |
committer | efiacor <fiachra.corcoran@est.tech> | Mon Dec 05 11:04:42 2022 +0000 |
tree | 82e79679154900d9c17f5536fdff25ad671b01a1 | |
parent | d2caae62864c6fa0a1c6d7518811464dd6124d69 [diff] [blame] |
[HELM] Clean up and fix oom helm jobs Change-Id: I44c198e86f09f06d4ccd6e8b89c111ee49ebee2c Signed-off-by: efiacor <fiachra.corcoran@est.tech> Issue-ID: OOM-3065
diff --git a/shell/helm/make-helm-skip-lint.sh b/shell/helm/make-helm-skip-lint.sh new file mode 100755 index 0000000..0a64365 --- /dev/null +++ b/shell/helm/make-helm-skip-lint.sh
@@ -0,0 +1,5 @@ +#!/bin/bash +# Ensure we fail the job if any steps fail +set -e -o pipefail +cd kubernetes/ +make HELM_BIN=$HELM_BIN SKIP_LINT=TRUE all -j2