Skip to content

Commit a2595f7

Browse files
committed
tests: only run lvm2_thinp test plan on self-hosted runner
I plan to use packit to run all test plans. But we still need to run lvm2_thinp test plan on self-hosted runner before we adapt it to packit/testing-farm. Also enable tests against Fedora-41 since tmt no longer supports Fedora-40. Signed-off-by: Coiby Xu <[email protected]>
1 parent 9a3d01f commit a2595f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
strategy:
4747
matrix:
4848
fedora_version: [
49-
"40", "rawhide"
49+
"41"
5050
]
5151
fail-fast: false
5252
steps:

tools/run-integration-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ if [[ ! -f $rpm_path ]]; then
2929
echo "Failed to find built kdump-utils rpm ($rpm_path doesn't eixst)"
3030
fi
3131

32-
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"
32+
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

0 commit comments

Comments
 (0)