Currently we install downloaded RPMs of koji builds, but not create an repository. This can cause issues if users rely on some additional packages (like debuginfo) from the repo or want to reinstall.
Hi, is there any ETA on a resolution to this issue? Thanks.
it is implemented, I will deploy it today
later, after the meetings are over
This should now work, there should be a repository available called test-artifacts, enabled by default:
test-artifacts
http://artifacts.dev.testing-farm.io/e64e5a52-8297-4d1e-8871-23dbcf5a560d/guest-setup-e18110ca-9acd-4f8e-8dcb-d1877ea7258c/guest-setup-output-post-artifact-installation.txt
@vmojzis could you test pls?
Metadata Update from @mvadkert: - Issue status updated to: Closed (was: Open)
pls reopen if needed
I rerun my test in 2 different PRs and both failed (in a different way).
https://src.fedoraproject.org/rpms/zabbix/pull-request/5# The latest version of the tested package is not installed (in the last commit I bumped the release so it should be zabbix-selinux-5.0.3-2.1.fc34)
https://src.fedoraproject.org/rpms/nagios/pull-request/5# the correct version is installed, but the source package is still not available (works properly in 1minutetip... I'm downloading the source using "dnf download --source ${TEST_RPM_VERSION}")
pls reopen if needed I don't think I can.
The latest version of the tested package is not installed (in the last commit I bumped the release so it should be zabbix-selinux-5.0.3-2.1.fc34)
The last run is almost a week old. There was a bug -- simply rerunning should fix this issue: https://koji.fedoraproject.org/koji/taskinfo?taskID=56528498 (new test results should be available shortly).
The latest version of the tested package is not installed (in the last commit I bumped the release so it should be zabbix-selinux-5.0.3-2.1.fc34) The last run is almost a week old. There was a bug -- simply rerunning should fix this issue: https://koji.fedoraproject.org/koji/taskinfo?taskID=56528498 (new test results should be available shortly).
After rerun, correct package versions are installed, but the src rpm is still not available. I added some diagnostic output to this test (dnf list 'nagios'', dnf repository-packages test-artifacts list): https://src.fedoraproject.org/rpms/nagios/pull-request/5#
"dnf repolist" shows the testing repository, but "dnf repository-packages test-artifacts list") shows nothing.
@vmojzis ah src.rpm, I guess I need to enable that.
As for dnf repository-packages test-artifacts list I have no idea, looking into it.
dnf repository-packages test-artifacts list
I have fix for src.rpm, trying to find now why dnf repository-packages test-artifacts list shows nothing
ok, fix applied, hopefully all resolved, will rerun in a minute
[citest]
let's watch it :rocket:
ups from PR :)
Testing farm now adds rawhide or fedora repositories with all the latest builds which got to "buildroot". So we should see less of failures with missing packages hopefully.
Awesome, thank you so much :)
The only problem is src.rpms are not included :( you will need to fix that yourself in the test :(