aboutsummaryrefslogtreecommitdiffstats
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2022-08-01 17:05:42 +0200
committerAndreas Geissler <andreas-geissler@telekom.de>2022-08-17 12:42:32 +0200
commitf247bf67727e4277764463a0fa3d7654eca7da4b (patch)
treee0132c0ecd93b2763481abf688c3d5f964857742 /CONTRIBUTING.md
parent904b8911706aa930c12dd0ac38f0f212378ae9e9 (diff)
[COMMON] Update Makefiles to enable parallelization
All Makefiles are updated to support SKIP_LINT option, have a defined order of compilation (common -> components) to support the parallel compilation of charts using: make all -j8 (for 8 Jobs). Additionally use cm-push instead of push to use the new K8S/Helm version Issue-ID: OOM-3011 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: If9903c9d5bc646b5ce54075acc616e98c4b6706e
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index a932d65a53..1fdea5bde4 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -28,8 +28,8 @@ install some binaries:
* helm (satisfying the targeted version as seen in [setup guide](
docs/oom_cloud_setup_guide.rst#software-requirements).
-* chartmuseum (in order to push dependency charts)
-* helm push (version 0.9.0 as of today)
+* chartmuseum (in order to cm-push dependency charts)
+* helm cm-push (version 0.10.1 as of today)
* make
### Linting and testing