-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Builds hang in "Building SRPM" #976
Comments
so the anaconda PR is actually correct: there is only ELN in the list so I assume that after a rebase, rawhide was removed from the list |
No longer reproducible :/ the cockpit PR does not have correct testing status - it should probably be failed, I'm assuming this is TFT shortcoming There is another cockpit-podman PR: cockpit-project/cockpit-podman#676 and it has correct build statuses so far |
I've updated the settings https://github.com/rhinstaller/anaconda/blob/f34-devel/.packit.yml#L16 to run f34-devel branch tests on |
For the rhinstaller/anaconda#3170, the related configuration from the PR: jobs:
- job: tests
trigger: pull_request
metadata:
targets:
- fedora-rawhide
# enable also smoke tests on Fedora ELN but right now it's not supported by Cruncher
- job: copr_build
trigger: pull_request
metadata:
targets:
- fedora-eln What was set:
We set We should run the build for rawhide as well, since we want to run tests on it, WDYT? Reproduced here. The second PR cockpit-project/cockpit-podman#649 - I tried to investigate that build triggered 14 days ago, but all I discovered:
|
@lbarcziova thanks for the investigation! Regarding the setup Anaconda is using:
|
I guess the same as in Anaconda is happening also here: rhinstaller/python-simpleline#83 Only ELN got status which is because it is not set for tests but only for COPR build. |
Fedora-ELN is not supported by TFT so it would get failure / not getting result. It's blocked by fedora-eln/eln#19 . That is the reason why ELN is not in the |
Yes, right. I am working on a fix for this. Until it gets to production, unfortunately, the only hack to make the test work for the other targets is to add them also to the copr-build configuration. |
The Simpleline project is not under heavy development so no problem with waiting for the fix there. |
The bug about using wrong build targets is fixed and the fix is in production. Regarding the second PR, I haven't found more evidence and it has not happened since then. I am closing this now and if it occurs in the future, we can reopen this issue. |
cockpit-project/cockpit-podman#649
rhinstaller/anaconda#3170
Sentry is silent, gonna check logs what went wrong.
The text was updated successfully, but these errors were encountered: