From 861a66c8f0b15813ed4330d02b302d1d1ce6a998 Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Mon, 3 Jun 2024 06:41:20 -0700 Subject: [PATCH] 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 --- .github/workflows/gerrit-verify.yaml | 4 +++- .reuse/dep5 | 4 ++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.16.6