Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
strategy:
matrix:
fedora_version: [
"40", "rawhide"
"41"
]
fail-fast: false
steps:
Expand Down
9 changes: 9 additions & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,26 @@ jobs:
trigger: pull_request
targets:
- fedora-41-x86_64
- fedora-41-aarch64
- fedora-rawhide-x86_64
- fedora-rawhide-aarch64
packages:
- kdump-utils

- job: tests
trigger: pull_request
targets:
- fedora-41-x86_64
- fedora-41-aarch64
- fedora-rawhide-x86_64
- fedora-rawhide-aarch64
fmf_path: kernel-tests-plans
use_internal_tf: true
tf_extra_params:
hardware:
- virtualization:
# use internal NFS/SSH server to avoid creating another VM as NFS/SSH server
hypervisor: '!= xen'
environments:
- variables:
# use internal NFS/SSH server to avoid creating another VM as NFS/SSH server
Expand Down
1 change: 1 addition & 0 deletions dracut/99kdumpbase/module-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ _install_nmconnections_before_ovs() {
exit 1
fi
done <<< "$(nmcli --get-values filename,ACTIVE connection show | grep "no$")"
inst -o /var/lib/NetworkManager/timestamps
}

kdump_install_nmconnections() {
Expand Down
6 changes: 6 additions & 0 deletions kernel-tests-plans/early.fmf
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
summary: Kdump early dumping tests
discover+:
test:
- /kdump/config-default-crashkernel
- /kdump/config-any
- /kdump/config-earlykdump
30 changes: 0 additions & 30 deletions tests/plans/nfs_early.fmf

This file was deleted.

2 changes: 1 addition & 1 deletion tools/run-integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ if [[ ! -f $rpm_path ]]; then
echo "Failed to find built kdump-utils rpm ($rpm_path doesn't eixst)"
fi

cd tests && tmt --context distro="fedora-${fedora_version}" run --environment CUSTOM_MIRROR="$mirror" --environment KDUMP_UTILS_RPM="$rpm_path" -a provision -h virtual -i fedora:"$fedora_version"
cd tests && tmt --context distro="fedora-${fedora_version}" run --environment CUSTOM_MIRROR="$mirror" --environment KDUMP_UTILS_RPM="$rpm_path" -a provision -h virtual -i fedora:"$fedora_version" plans --name lvm2_thinp
Loading