-
Notifications
You must be signed in to change notification settings - Fork 97
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
Build only one flavor on PRs #1556
Comments
I see that on PRs we only use Ubuntu, but on master we test sometimes multiple flavors and sometimes only opensuse-leap, should the latter also be ubuntu? |
In PRs we want to avoid building more than one flavors, to speed up things. If we have to use only one flavor for all, that has to be Ubuntu because we removed zfs support from OpenSUSE at some point (flaking repo or something) so the zfs test won't succeed there. On As the description above says, we shuffle things a bit on |
Ok makes sense, maybe we should have this documented somewhere? could be as part of #1527 ? |
We don't have unlimited CI resources and currently each PR takes ages to build all flavors just to run some tests on one of them and some on another.
Accepting the fact that we can't have everything in life, we will:
master
and run tests like we do now (some tests on one, some tests on another)The text was updated successfully, but these errors were encountered: