Remove notify step from merge workflow 50/14850/1
authoraravind.est <aravindhan.a@est.tech>
Wed, 27 Aug 2025 16:19:15 +0000 (17:19 +0100)
committeraravind.est <aravindhan.a@est.tech>
Wed, 27 Aug 2025 16:19:15 +0000 (17:19 +0100)
Notify step from merge removed.
CI Build tags added in README

Issue-ID: NONRTRIC-1086
Change-Id: Ifbd16714033907e5a60a9121a0bfde6c2d877288
Signed-off-by: aravind.est <aravindhan.a@est.tech>
.github/workflows/gerrit-merge-itdep.yaml
README.md

index cb4cb06..18e0285 100644 (file)
@@ -64,24 +64,6 @@ env:
 
 
 jobs:
-  notify:
-    runs-on: ubuntu-latest
-    steps:
-      - name: Allow replication
-        run: sleep 10s
-
-      - name: Notify job start
-        # yamllint disable-line rule:line-length
-        uses: lfit/gerrit-review-action@9627b9a144f2a2cad70707ddfae87c87dce60729 # v0.8
-        with:
-          host: ${{ vars.GERRIT_SERVER }}
-          username: ${{ vars.GERRIT_SSH_USER }}
-          key: ${{ secrets.GERRIT_SSH_PRIVKEY }}
-          known_hosts: ${{ vars.GERRIT_KNOWN_HOSTS }}
-          gerrit-change-number: ${{ inputs.GERRIT_CHANGE_NUMBER }}
-          gerrit-patchset-number: ${{ inputs.GERRIT_PATCHSET_NUMBER }}
-          vote-type: clear
-
   verify-and-publish:
     name: 'Build/Verify Helm Charts'
     runs-on: 'ubuntu-latest'
@@ -193,7 +175,7 @@ jobs:
 
   report-status:
     if: ${{ always() }}
-    needs: [notify, verify-and-publish]
+    needs: [verify-and-publish]
     runs-on: ubuntu-latest
     steps:
       - name: Get conclusion
index d419cb2..e3b69e1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -26,7 +26,10 @@ This is a comment, it will not be included)
 
 
 # RIC Integration
-  
+
+[![Helm CI Verification](https://github.com/o-ran-sc/it-dep/actions/workflows/gerrit-verify-itdep.yaml/badge.svg)](https://github.com/o-ran-sc/it-dep/actions/workflows/gerrit-verify-itdep.yaml)
+[![Merge and Publish Snapshots](https://github.com/o-ran-sc/it-dep/actions/workflows/gerrit-merge-itdep.yaml/badge.svg)](https://github.com/o-ran-sc/it-dep/actions/workflows/gerrit-merge-itdep.yaml)
+
 This repo contains RAN Intelligent Controller (RIC) deployments related files.