File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -181,25 +181,6 @@ jobs:
181181 GERRIT_REFSPEC : ${{ needs.call-gerrit-change-info.outputs.GERRIT_REFSPEC }}
182182 PRE_COMMIT_VERSION : " 4.1.0"
183183
184-
185- info-yaml-verify :
186- needs : call-gerrit-change-info
187- # yamllint disable-line rule:line-length
188- uses : lfit/releng-reusable-workflows/.github/workflows/gerrit-required-info-yaml-verify.yaml@b4c8bfdea114d034bfa6ed2fe2c9775bc091d5ca # v0.2.28
189- with :
190- GERRIT_BRANCH : ${{ needs.call-gerrit-change-info.outputs.GERRIT_BRANCH }}
191- GERRIT_CHANGE_ID : ${{ needs.call-gerrit-change-info.outputs.GERRIT_CHANGE_ID }}
192- GERRIT_CHANGE_NUMBER : ${{ needs.call-gerrit-change-info.outputs.GERRIT_CHANGE_NUMBER }}
193- GERRIT_CHANGE_URL : ${{ needs.call-gerrit-change-info.outputs.GERRIT_CHANGE_URL }}
194- GERRIT_EVENT_TYPE : ${{ needs.call-gerrit-change-info.outputs.GERRIT_EVENT_TYPE }}
195- GERRIT_PATCHSET_NUMBER : ${{ needs.call-gerrit-change-info.outputs.GERRIT_PATCHSET_NUMBER }}
196- GERRIT_PATCHSET_REVISION : ${{ needs.call-gerrit-change-info.outputs.GERRIT_PATCHSET_REVISION }}
197- GERRIT_PROJECT : ${{ needs.call-gerrit-change-info.outputs.GERRIT_PROJECT }}
198- GERRIT_REFSPEC : ${{ needs.call-gerrit-change-info.outputs.GERRIT_REFSPEC }}
199- TARGET_REPO : ${{ github.repository }}
200- secrets :
201- GERRIT_SSH_REQUIRED_PRIVKEY : ${{ secrets.GERRIT_SSH_REQUIRED_PRIVKEY }}
202-
203184 vote :
204185 if : ${{ always() }}
205186 # yamllint disable-line rule:line-length
You can’t perform that action at this time.
0 commit comments