From c03b49aec79ae3f1e6309679deb102aaccaa691d Mon Sep 17 00:00:00 2001 From: Yury Gaydaychuk Date: Wed, 11 Dec 2024 14:36:03 +0100 Subject: [PATCH] .. --- .github/workflows/dev_cpu_linux_riscv.yml | 27 +++++++++++------------ 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/.github/workflows/dev_cpu_linux_riscv.yml b/.github/workflows/dev_cpu_linux_riscv.yml index 19477ef0cedd73..6b3637dd0f6cdc 100644 --- a/.github/workflows/dev_cpu_linux_riscv.yml +++ b/.github/workflows/dev_cpu_linux_riscv.yml @@ -342,7 +342,6 @@ jobs: with: name: test-results-functional-cpu path: | - ${{ env.INSTALL_TEST_DIR }}/temp/*.log ${{ env.INSTALL_TEST_DIR }}/logs/*.log ${{ env.INSTALL_TEST_DIR }}/logs/failed/*.log ${{ env.INSTALL_TEST_DIR }}/logs/crashed/*.log @@ -352,16 +351,16 @@ jobs: if-no-files-found: 'error' - # Overall_Status: - # name: ci/gha_overall_status_linux_riscv - # needs: [Smart_CI, Build] - # if: ${{ always() }} - # runs-on: ubuntu-latest - # steps: - # - name: Check status of all jobs - # if: >- - # ${{ - # contains(needs.*.result, 'failure') || - # contains(needs.*.result, 'cancelled') - # }} - # run: exit 1 + Overall_Status: + name: ci/gha_overall_status_linux_riscv + needs: [Smart_CI, Build] + if: ${{ always() }} + runs-on: ubuntu-latest + steps: + - name: Check status of all jobs + if: >- + ${{ + contains(needs.*.result, 'failure') || + contains(needs.*.result, 'cancelled') + }} + run: exit 1