Skip to content

Commit eb12965

Browse files
MaisenbacherDigaw
authored andcommitted
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 c174263 commit eb12965

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
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,6 +74,7 @@ jobs:
7374
EF
7475
sudo ./check nvme md/001
7576
- name: Run nvme-cli tests in VM
77+
if: success() || steps.blktests.conclusion == 'failure'
7678
uses: ./.github/actions/kubevirt-action
7779
with:
7880
kernel_version: linus-master

0 commit comments

Comments
 (0)