Add simulator charts as part of verify and merge jobs 71/15171/1
authoraravind.est <aravindhan.a@est.tech>
Thu, 23 Oct 2025 10:27:45 +0000 (11:27 +0100)
committeraravind.est <aravindhan.a@est.tech>
Thu, 23 Oct 2025 10:29:55 +0000 (11:29 +0100)
Simulator charts included in the verification and merge workflows.

Issue-ID: NONRTRIC-1082
Change-Id: Ib0ddcb198c968d86694b2a68732e622259063f87
Signed-off-by: aravind.est <aravindhan.a@est.tech>
.github/workflows/gerrit-merge-itdep.yaml
.github/workflows/gerrit-verify-itdep.yaml

index 18e0285..a84c390 100644 (file)
@@ -154,6 +154,13 @@ jobs:
         with:
           make_args: "-C smo-install/oran_oom/smo"
 
+      # Makefiles publish to Chartmeusem service locally
+      - name: 'Build tests_oom'
+        # yamllint disable-line rule:line-length
+        uses: lfreleng-actions/make-action@361e48884a6b7d7b5fcfcb38f399aa14e45127dc  # v0.1.1
+        with:
+          make_args: "-C smo-install/tests_oom"
+
       - name: Build ric-aux and ric-dep
         uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
         with:
index c737e00..bd85a64 100644 (file)
@@ -182,6 +182,13 @@ jobs:
         with:
           make_args: "-C smo-install/oran_oom/smo"
 
+      # Makefiles publish to Chartmeusem service locally
+      - name: 'Build tests_oom'
+        # yamllint disable-line rule:line-length
+        uses: lfreleng-actions/make-action@361e48884a6b7d7b5fcfcb38f399aa14e45127dc  # v0.1.1
+        with:
+          make_args: "-C smo-install/tests_oom"
+
       - name: Build ric-aux and ric-dep
         uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
         with: