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'
report-status:
if: ${{ always() }}
- needs: [notify, verify-and-publish]
+ needs: [verify-and-publish]
runs-on: ubuntu-latest
steps:
- name: Get conclusion
# RIC Integration
-
+
+[](https://github.com/o-ran-sc/it-dep/actions/workflows/gerrit-verify-itdep.yaml)
+[](https://github.com/o-ran-sc/it-dep/actions/workflows/gerrit-merge-itdep.yaml)
+
This repo contains RAN Intelligent Controller (RIC) deployments related files.