From: Andrew Grimberg Date: Mon, 3 Jun 2024 13:41:20 +0000 (-0700) Subject: CI: Change conclusion getter X-Git-Tag: v0.90.5~1 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F31%2F72931%2F3;p=releng%2Fglobal-jjb.git CI: Change conclusion getter * Also add in the an overlay for the reusable-tox-run-action to the dep5 file to silence it failing the reuse check since there is no easy way (that I've found) to ignore directories that aren't part of the repository Issue: RELENG-5356 Change-Id: Icf6c540bf76e4326275eeeeeb045e6643e9090d5 Signed-off-by: Andrew Grimberg --- diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index c09830c8..be015b6c 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -85,7 +85,9 @@ jobs: needs: [prepare, tox-verify] runs-on: ubuntu-latest steps: - - uses: technote-space/workflow-conclusion-action@v3 + - name: Get conclusion + # yamllint disable-line rule:line-length + uses: im-open/workflow-conclusion@e4f7c4980600fbe0818173e30931d3550801b992 # v2.2.3 - name: Set vote uses: lfit/gerrit-review-action@9627b9a144f2a2cad70707ddfae87c87dce60729 # v0.8 with: diff --git a/.reuse/dep5 b/.reuse/dep5 index ee5ebcb9..adac1679 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -43,3 +43,7 @@ License: EPL-1.0 Files: schema/* Copyright: 2017 The Linux Foundation License: EPL-1.0 + +Files: reusable-tox-run-action/* +Copyright: 2017 The Linux Foundation +License: EPL-1.0