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

Run tests also with latest release #198

Open
chrysn opened this issue May 18, 2022 · 0 comments
Open

Run tests also with latest release #198

chrysn opened this issue May 18, 2022 · 0 comments
Assignees

Comments

@chrysn
Copy link
Member

chrysn commented May 18, 2022

As (or while, but changing that would be difficult) backports are tested with the current image (and not with the one tagged at release time), the CI should stay able to build the latest release. In particular, this broke around Rust when the latest C2Rust was added.

To ensure that, tests of whether RIOT can still be built should not only be executed with the current master but also with the latest release.

The only caveat I see is that this may slow down CI updates -- but breaking things here should be rare, I just want to ensure it doesn't happen accidentally (as it did recently). If a change is necessary and can't be delayed until the next release (which is rather quick at 3 months pace anyway), there is still the option to backport what made master work early and then update CI to use it.

(This is primarily a reminder issue for myself.)

@chrysn chrysn self-assigned this May 18, 2022
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

1 participant