-
Notifications
You must be signed in to change notification settings - Fork 36
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
Make tests requiring iso with payload (DVD iso) reliable running in reasonable time (reduce DVD fetch time) #804
Comments
The plan is to pre-create and use a fake ISO with a repository generated by the |
Status update: we haven't seen the flake in our dailies since 10/18/2022 (20 days). |
We should probably split ISO generation with the test execution. Like cockpit does. In that case we would be able to gate them "easily". |
We don't have to gate them at all if there are no real packages on them. |
Disabling repo-addrepo-hd-tree on rhel10: #1089 |
Disabling on rhel, enabling on Fedora: #1145 |
Marking all the tests with "harddrive" tag in #1210 |
We are seeing s lot of flakes on Fedora where we are using Server DVD:
#694
For RHEL the production DVD is huge (~9 GB), the download time exceeds the test timeout.
These tests are involved:
https://github.com/rhinstaller/kickstart-tests/blob/master/harddrive-install-tree.sh - disabled on RHEL
https://github.com/rhinstaller/kickstart-tests/blob/master/harddrive-install-tree-relative.sh - disabled on RHEL
https://github.com/rhinstaller/kickstart-tests/blob/master/harddrive-iso.sh - disabled by not being executable
https://github.com/rhinstaller/kickstart-tests/blob/master/repo-addrepo-hd-tree.sh - disabled because of #790
https://github.com/rhinstaller/kickstart-tests/blob/master/repo-addrepo-hd-iso.sh
The text was updated successfully, but these errors were encountered: