From b9c3353283cd0dc87c8501441a94b048b500373a Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Wed, 27 Aug 2025 17:19:15 +0100 Subject: [PATCH] Remove notify step from merge workflow Notify step from merge removed. CI Build tags added in README Issue-ID: NONRTRIC-1086 Change-Id: Ifbd16714033907e5a60a9121a0bfde6c2d877288 Signed-off-by: aravind.est --- .github/workflows/gerrit-merge-itdep.yaml | 20 +------------------- README.md | 5 ++++- 2 files changed, 5 insertions(+), 20 deletions(-) diff --git a/.github/workflows/gerrit-merge-itdep.yaml b/.github/workflows/gerrit-merge-itdep.yaml index cb4cb062..18e02853 100644 --- a/.github/workflows/gerrit-merge-itdep.yaml +++ b/.github/workflows/gerrit-merge-itdep.yaml @@ -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 diff --git a/README.md b/README.md index d419cb22..e3b69e16 100644 --- 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. -- 2.16.6