Skip to content

Commit 68ecb27

Browse files
committed
testing: Add test for f2fs filesystem
Signed-off-by: Alexey Gladkov <[email protected]>
1 parent 23c6dad commit 68ecb27

File tree

2 files changed

+14
-22
lines changed

2 files changed

+14
-22
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -83,26 +83,7 @@ jobs:
8383
"local",
8484
]
8585
testcase: [
86-
"btrfs-subvol",
87-
"efi-partition",
88-
"efi-reqpartition",
89-
"luks",
90-
"luks+crypttab+noparam",
91-
"luks+lukskey-noparam",
92-
"luks+lukskey-plain",
93-
"luks+lukskey-raw",
94-
"luks-over-lvm",
95-
"luks-over-raid1",
96-
"lvm",
97-
"lvm+luks",
98-
"partition",
99-
"partition+usr",
100-
"pipeline",
101-
"raid1",
102-
"raid1+raid5",
103-
"raid1-degraded",
104-
"raid5",
105-
"zfs-partition",
86+
"f2fs-partition",
10687
]
10788
exclude:
10889
- name: fedora
@@ -194,8 +175,6 @@ jobs:
194175
"sshfs",
195176
]
196177
testcase: [
197-
"sshfs-network-dhcp",
198-
"sshfs-network-static1",
199178
]
200179
fail-fast: false
201180
steps:
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# param KICKSTART_DISKS=1
2+
# param BOOT_DISKS=1
3+
# param BOOT_CMDLINE="$BOOT_CMDLINE rdacct=1 rdlog=console rd-debug-udev=1 quiet panic=0 root=LABEL=ROOT"
4+
5+
ignoredisk --drives=LABEL=SYSIMAGE
6+
clearpart --all --initlabel --disklabel=mbr
7+
8+
part /boot --size=10% --fstype=ext4 --label=BOOT
9+
part / --grow --fstype=f2fs --label=ROOT
10+
11+
liveimg --url=dir:///sysimage/
12+
13+
shutdown

0 commit comments

Comments
 (0)