Skip to content

Commit

Permalink
chore(tests): again, let's try f40
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed May 14, 2024
1 parent b0822bd commit 5825e23
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 10 deletions.
5 changes: 2 additions & 3 deletions tests/katsudon-arm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,15 @@ packages:
- shim-aa64
- shim-unsigned-aarch64


disk:
bootloader: true
root_format: ext4
disk_size: 8G

sys:
releasever: 38
releasever: 40
rootpw: ultramarine

script:
init: init.sh
postinst: postinst.sh
postinst: postinst.sh
2 changes: 1 addition & 1 deletion tests/katsudon-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ packages:
- polkit

sys:
releasever: 38
releasever: 40
rootpw: ultramarine

script:
Expand Down
3 changes: 1 addition & 2 deletions tests/ng/katsu-arm.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import:
- katsu.yaml
# Example manifest for a Katsu build
Expand All @@ -25,4 +24,4 @@ disk:

dnf:
arch: aarch64
releasever: 39
releasever: 40
2 changes: 1 addition & 1 deletion tests/ng/katsu-iso-limine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ kernel_cmdline: "quiet rhgb"
bootloader: limine

dnf:
releasever: 39
releasever: 40
options:
- --setopt=keepcache=True
- --nogpgcheck
Expand Down
2 changes: 1 addition & 1 deletion tests/ng/katsu-iso.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ kernel_cmdline: "quiet rhgb"
bootloader: grub

dnf:
releasever: 39
releasever: 40
options:
- --setopt=keepcache=True
- --nogpgcheck
Expand Down
2 changes: 1 addition & 1 deletion tests/ng/katsu-script-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dnf:
options:
- --nogpgcheck
repodir: modules/repodir/
releasever: 39
releasever: 40
packages:
- busybox
2 changes: 1 addition & 1 deletion tests/ng/katsu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ disk:
filesystem: ext4
mountpoint: /
dnf:
dnf5: true
exec: dnf5
releasever: 39

0 comments on commit 5825e23

Please sign in to comment.