Skip to content

Commit

Permalink
common: increase PMEM RAS' sensitivity
Browse files Browse the repository at this point in the history
Include 'fatal: [ras_runner]: UNREACHABLE!' and any other fatal.

Signed-off-by: Jan Michalski <jan.michalski@intel.com>
  • Loading branch information
janekmi committed Jun 17, 2024
1 parent 2495f4a commit 3874e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pmem_ras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Fail the workflow if the playbook finished with a failure
working-directory: ${{ env.WORKDIR }}
run: |
if grep -E 'fatal: \[ras_runner\]: FAILED!|failed: \[ras_runner\]' "playbook_output.txt"; then
if grep -E '(fatal|failed): \[ras_runner\]' playbook_output.txt; then
exit 1
else
exit 0
Expand Down

0 comments on commit 3874e91

Please sign in to comment.