Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-intel committed Dec 11, 2024
1 parent f5a4682 commit c03b49a
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 deletions .github/workflows/dev_cpu_linux_riscv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit c03b49a

Please sign in to comment.