A merge job cannot vote on a Gerrit change, since the change will be merged
and votes cannot be placed on merged changes.
Issue-ID: CIMAN-33
Change-Id: Ia21ed52465936c90ab7430c8d7e54f7713b1b836
Signed-off-by: ModeSevenIndustrialSolutions <mwatkins@linuxfoundation.org>
known_hosts: ${{ vars.GERRIT_KNOWN_HOSTS }}
gerrit-change-number: ${{ inputs.GERRIT_CHANGE_NUMBER }}
gerrit-patchset-number: ${{ inputs.GERRIT_PATCHSET_NUMBER }}
- vote-type: clear
+ comment-only: "true"
- name: Allow replication
run: sleep 10s
known_hosts: ${{ vars.GERRIT_KNOWN_HOSTS }}
gerrit-change-number: ${{ inputs.GERRIT_CHANGE_NUMBER }}
gerrit-patchset-number: ${{ inputs.GERRIT_PATCHSET_NUMBER }}
- vote-type: ${{ env.WORKFLOW_CONCLUSION }}
+ comment-only: "true"