X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=smo-install%2Ftests_oom%2FMakefile;h=4ca6a117c3b8618773f88349881f16d4d55cd6aa;hb=de740b72dc299a2b874ecbeba3d9a2a66bfdc904;hp=c2bb6f7fb8ab13cae04da5267ebcbaff8a91562d;hpb=dd88f8e183d4463db48e1db2abb5d101e3dfb02a;p=it%2Fdep.git diff --git a/smo-install/tests_oom/Makefile b/smo-install/tests_oom/Makefile index c2bb6f7f..4ca6a117 100644 --- a/smo-install/tests_oom/Makefile +++ b/smo-install/tests_oom/Makefile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -PARENT_CHART := oran-tests-suite ru-du-simulators +PARENT_CHART := oran-tests-suite ru-du-simulators ns-simulators COMMON_CHARTS_DIR := nonrtric-common aux-common ric-common # FIXME OOM-765 ROOT_DIR := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST)))) @@ -28,7 +28,7 @@ ifneq "$(findstring v3,$(HELM_VER))" "v3" HELM_VER := $(shell $(HELM_BIN) version -c --template "{{.Client.SemVer}}") endif -# use this if you would like to push onap charts to repo with other name +# use this if you would like to cm-push onap charts to repo with other name # WARNING: Helm v3+ only # WARNING: Make sure to edit also requirements files HELM_REPO := local @@ -82,7 +82,7 @@ lint-%: dep-% package-%: lint-% @mkdir -p $(PACKAGE_DIR) ifeq "$(findstring v3,$(HELM_VER))" "v3" - @if [ -f $*/Chart.yaml ]; then PACKAGE_NAME=$$($(HELM_BIN) package -d $(PACKAGE_DIR) $* | cut -d":" -f2) && $(HELM_BIN) push -f $$PACKAGE_NAME $(HELM_REPO); fi + @if [ -f $*/Chart.yaml ]; then PACKAGE_NAME=$$($(HELM_BIN) package -d $(PACKAGE_DIR) $* | cut -d":" -f2) && $(HELM_BIN) cm-push -f $$PACKAGE_NAME $(HELM_REPO); fi else @if [ -f $*/Chart.yaml ]; then $(HELM_BIN) package -d $(PACKAGE_DIR) $*; fi @$(HELM_BIN) repo index $(PACKAGE_DIR)