Skip to content

Commit

Permalink
ci: remove miniublk.wrapper
Browse files Browse the repository at this point in the history
Now blktests has support to use rublk to run './check ublk', not
necessary to deal with it by miniublk.wrapper any more.

Signed-off-by: Ming Lei <[email protected]>
  • Loading branch information
ming1 committed Nov 13, 2023
1 parent 5b0d6a1 commit 02476b1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 33 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,7 @@ jobs:
mkosi ssh /usr/share/rublk/target/debug/test-basic --nocapture
mkosi ssh "/root/bin/rublk help"
mkosi ssh "/root/bin/rublk add help"
mkosi ssh "ls -l /usr/share/blktests/src/miniublk"
mkosi ssh "cat /usr/share/blktests/src/miniublk"
mkosi ssh "cd /usr/share/blktests/; ./check ublk"
mkosi ssh "cd /usr/share/blktests/; export PATH=/root/bin:$PATH; ./check ublk"
mkosi ssh "/usr/share/rublk/ci/add_ublk_dev.sh /root/bin/rublk /usr/share/blktests/"
mkosi ssh "/root/bin/rublk list"
mkosi ssh "cat /usr/share/blktests/config"
Expand Down
28 changes: 0 additions & 28 deletions ci/miniublk.wrapper

This file was deleted.

2 changes: 0 additions & 2 deletions ci/mkosi.build
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,5 @@ git clone https://github.com/osandov/blktests.git
cd blktests
make -j4
rm -f src/miniublk
ln ../rublk/ci/miniublk.wrapper src/miniublk
ls -l src/miniublk
cd -
cd -

0 comments on commit 02476b1

Please sign in to comment.