Skip to content

Commit bc7e722

Browse files
committed
gha: remove gerrit clear vote from merge jobs
Type: ci Change-Id: I6cd6ebf7a355c830d383dc9cefaab1649ef79366 Signed-off-by: Dave Wallace <[email protected]>
1 parent 777792e commit bc7e722

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

.github/workflows/vpp-merge-docs.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -112,22 +112,6 @@ concurrency:
112112
cancel-in-progress: true
113113

114114
jobs:
115-
notify-start:
116-
runs-on: ubuntu-latest
117-
steps:
118-
- name: Notify workflow start
119-
# yamllint disable-line rule:line-length
120-
uses: lfreleng-actions/gerrit-review-action@537251ec667665b386f70b330b05446e3fc29087 # v0.9
121-
with:
122-
host: ${{ vars.GERRIT_SERVER }}
123-
username: ${{ vars.GERRIT_SSH_REQUIRED_USER }}
124-
key: ${{ secrets.GERRIT_SSH_REQUIRED_PRIVKEY }}
125-
known_hosts: ${{ vars.GERRIT_KNOWN_HOSTS }}
126-
gerrit-change-number: ${{ github.event.inputs.GERRIT_CHANGE_NUMBER }}
127-
gerrit-patchset-number: ${{ github.event.inputs.GERRIT_PATCHSET_NUMBER }}
128-
vote-type: clear
129-
comment-only: true
130-
131115
merge-docs:
132116
# yamllint disable-line rule:line-length
133117
name: ${{ inputs.GERRIT_CHANGE_NUMBER }}/${{ inputs.GERRIT_PATCHSET_NUMBER}}__${{ inputs.GERRIT_BRANCH }}__${{ inputs.FDIO_NAMESPACE }}

.github/workflows/vpp-merge-maketest.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -112,22 +112,6 @@ concurrency:
112112
cancel-in-progress: true
113113

114114
jobs:
115-
notify-start:
116-
runs-on: ubuntu-latest
117-
steps:
118-
- name: Notify workflow start
119-
# yamllint disable-line rule:line-length
120-
uses: lfreleng-actions/gerrit-review-action@537251ec667665b386f70b330b05446e3fc29087 # v0.9
121-
with:
122-
host: ${{ vars.GERRIT_SERVER }}
123-
username: ${{ vars.GERRIT_SSH_REQUIRED_USER }}
124-
key: ${{ secrets.GERRIT_SSH_REQUIRED_PRIVKEY }}
125-
known_hosts: ${{ vars.GERRIT_KNOWN_HOSTS }}
126-
gerrit-change-number: ${{ github.event.inputs.GERRIT_CHANGE_NUMBER }}
127-
gerrit-patchset-number: ${{ github.event.inputs.GERRIT_PATCHSET_NUMBER }}
128-
vote-type: clear
129-
comment-only: true
130-
131115
merge-maketest:
132116
# yamllint disable-line rule:line-length
133117
name: ${{ inputs.GERRIT_CHANGE_NUMBER }}/${{ inputs.GERRIT_PATCHSET_NUMBER}}__${{ inputs.GERRIT_BRANCH }}__${{ inputs.FDIO_NAMESPACE }}

0 commit comments

Comments
 (0)