Skip to content

Commit b797dd5

Browse files
committed
CI: continue independent test cases on previous failure
We want to continue running the nvme-cli test cases even when the blktests fail. Signed-off-by: Dennis Maisenbacher <[email protected]>
1 parent 00960d4 commit b797dd5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/run-nightly-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
#We don't have to build the kernel here, as we have a cron job running on
1818
#the k8s cluster that builds the linus-master target nightly.
1919
- name: Run blktests in VM
20+
id: blktests
2021
uses: ./.github/actions/kubevirt-action
2122
with:
2223
kernel_version: linus-master
@@ -73,7 +74,7 @@ jobs:
7374
EF
7475
sudo ./check nvme md/001
7576
- name: Run nvme-cli tests in VM
76-
if: always()
77+
if: success() || steps.blktests.conclusion == 'failure'
7778
uses: ./.github/actions/kubevirt-action
7879
with:
7980
kernel_version: linus-master

0 commit comments

Comments
 (0)