Dear package maintainer, This is an automated bug created due to the announced change proposal Disablement of STI tests. Your project still has STI tests under `tests/tests*.yml`, which will no longer be run soon. We suggest you migrate these tests to TMT format instead. In the simplest case when the STI tests is a simple wrapper around a `tests/run_tests.sh`, the migration would look like this: ``` $ tmt init $ rm tests/tests.yml $ cat <<EOF > ./plans.fmf summary: Run all smoke tests discover: how: fmf execute: how: tmt EOF $ cat <<EOF > ./tests/main.fmf summary: Smoke test test: ./run_tests.sh EOF ``` See https://fedoraproject.org/wiki/Changes/DisableSTI for more information, including a link to a migration guide. Feel free to reach out to us here or in #fedora-ci or #tmt matrix rooms if you need any help.
(In reply to Cristian Le from comment #0) > $ cat <<EOF > ./plans.fmf The documentation says to use "plans/smoke.fmf", the Fedora wiki says "/plan.fmf", and this says "./plans.fmf" - which is correct?
All of them are, the names are arbitrary and it all depends on how you wish to organize these. As long as you find them when you run ``` $ tmt plans show $ tmt tests show ``` you are good to go.
I've created a PR to get the change tested before merging but the CI is failing with [2025-07-23 19:17:18] [E] [test-schedule-runner] Exception raised: Guest couldn't be provisioned: Artemis resource ended in 'error' state I'm guessing that's some kind of infra issue? Anyway, I'll come back to it. https://src.fedoraproject.org/rpms/gfs2-utils/pull-request/1
https://src.fedoraproject.org/rpms/gfs2-utils/c/1cd5e8054480bdecdc4a5d84de6661712e19d329