Skip to content

Commit 2822fb7

Browse files
committed
CI: add just one fstests test for the kdevops fstests test
We don't want to force testing a full filesystem test on kdevops for every patch / push, but we want to verify that at least one test can run, and that test collection works is no one breaks it. We can address this by just limiting the scope of tests by using: make fstests-baseline TESTS=generic/003 Which will just run the generic/003 test. Signed-off-by: Luis Chamberlain <[email protected]>
1 parent 3a82138 commit 2822fb7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/fstests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ jobs:
4141
run: |
4242
make fstests
4343
44+
- name: Run just one fstest to verify we tests and test collection works
45+
run: |
46+
make fstests-baseline TESTS=generic/003
47+
4448
- name: Get the defined CI test results for this repository
4549
if: always() # This ensures the step runs even if previous steps failed
4650
run: |

0 commit comments

Comments
 (0)