Skip to content

Commit a48c592

Browse files
committed
CI: add fstests default targets for build test and results
Trees which want to leverage kdevops for CI can simply refer to the fstests file, so far we have no reason to differentiate. This will allow us to share *one* github runner for all Linux kernel subsystems. Signed-off-by: Luis Chamberlain <[email protected]>
1 parent 854e299 commit a48c592

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

.ci/build-test/fstests

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
make fstests

.ci/build-test/linux-xfs-kpd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fstests

.ci/results/fstests

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
workflows/fstess/results/

.ci/results/linux-xfs-kpd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fstests

.ci/test/fstests

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
make fstests-baseline

.ci/test/linux-xfs-kpd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
fstests

0 commit comments

Comments
 (0)