Skip to content
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

use koji repos for testing #688

Open
ignatenkobrain opened this issue Jul 20, 2018 · 3 comments
Open

use koji repos for testing #688

ignatenkobrain opened this issue Jul 20, 2018 · 3 comments

Comments

@ignatenkobrain
Copy link
Contributor

Right now we use just fedora+updates(+updates-testing)? for released fedora and just rawhide for rawhide.

This means that if you update multiple packages simultaneously, your test pipeline will fail because your dependency is not yet in compose.

@johnbieren
Copy link
Collaborator

Right now we use just fedora+updates(+updates-testing)? for released fedora and just rawhide for rawhide.
?
The code adds a repo for the rpms built for that build. So if you are testing sed, you get a repo added for all the rpms from that sed build. That's it. There is no updates-testing or anything like that enabled. Whatever comes by default from Fedora is there, that's it.

Dependency issues are a known problem, as you have discussed with Miroslav on irc.

@ignatenkobrain
Copy link
Contributor Author

The code adds a repo for the rpms built for that build. So if you are testing sed, you get a repo added for all the rpms from that sed build. That's it. There is no updates-testing or anything like that enabled. Whatever comes by default from Fedora is there, that's it.

Yes, this is what I mean by fedora+updates(+updates-testing)?

Basically those repos do not contain all latest builds which make tests fail if there was no compose yet.

@johnbieren
Copy link
Collaborator

Right, it sounded like (although I didn't follow closely) Miroslav and you were coming to a solution for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants