Skip to content

Commit 019d33f

Browse files
committed
docs: add ext4 kernel-ci
Document ext4 kernel-ci. Signed-off-by: Luis Chamberlain <[email protected]>
1 parent 226b93c commit 019d33f

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed

docs/kernel-ci/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ are:
8080
* [kdevops CI](kdevops-ci.md)
8181
* [Linux kernel filesystem kdevops CI](linux-filesystems-kdevops-CI-testing.md)
8282
* [Linux kernel XFS kdevops CI](linux-xfs-kdevops-ci.md)
83+
* [Linux kernel ext4 kdevops CI](linux-ext4-kdevops-ci.md)
8384
* Linux kernel simple subsystems:
8485
* [Linux kernel modules kdevops CI](linux-modules-kdevops-ci.md)
8586
* [Linux kernel firmware loader kdevops CI](linux-firmware-kdevops-ci.md)
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# The Linux kernel ext4 kdevops CI
2+
3+
The ext4 kdevops CI is used to help proactively allow ext4 Linux kernel
4+
developers test branches automatically through kdevops. Although
5+
[kpd](https://github.com/facebookincubator/kernel-patches-daemon)
6+
is not used we use the kpd prefix for the ext4 kdevops CI tree in case a
7+
patchwork instance and
8+
[kpd](https://github.com/facebookincubator/kernel-patches-daemon)
9+
may be leveraged at later future time. The ext4 kdevops CI tree is:
10+
11+
* [linux-xfs-kpd](https://github.com/linux-kdevops/linux-ext4-kpd)
12+
13+
## linux-ext4-kpd tests
14+
15+
Read [kdevops filesystem CI testing](linux-filesystems-kdevops-CI-testing.md)
16+
first.
17+
18+
## linux-ext4-kpd CI testing results
19+
20+
You can see linux-ext4-kpd test results here:
21+
22+
* [Ephemeral interactive linux-ext4-kpd CI results](https://github.com/linux-kdevops/linux-ext4-kpd/actions)
23+
* [Persistent kdevops-results-archive linux-ext4-kpd test results](https://github.com/search?q=repo%3Alinux-kdevops%2Fkdevops-results-archive+is%3Acommit+%22linux-ext4-kpd%3A%22&type=commits)

0 commit comments

Comments
 (0)