Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

RHODS: update RHODS version + various updates #400

Merged
merged 16 commits into from
Jun 30, 2022
Merged
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rhods_test_jupyterlab: add 'Show failed tests' task
  • Loading branch information
kpouget committed Jun 29, 2022
commit 1c0acf71c64c82898c8c9e85ffc9e2df600ed7e1
5 changes: 5 additions & 0 deletions roles/rhods_test_jupyterlab/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,11 @@
cat "{{ artifact_extra_logs_dir }}"/ods-ci/ods-ci-*/test.exit_code | grep -v '^0$' | wc -l
failed_when: false

- name: Show failed tests
shell:
grep -v '^0$' "{{ artifact_extra_logs_dir }}"/ods-ci/ods-ci-*/test.exit_code
failed_when: false

- name: Test if the RHODS test job crashed
command:
oc get jobs/ods-ci -ojsonpath={.status.failed} -n {{ rhods_test_namespace }}
Expand Down