-
Notifications
You must be signed in to change notification settings - Fork 5
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
Ignore test_version
on version bump PR
#1655
Comments
Check if we can use environment variables to skip this test on a release branch. |
Even though the binary builds pass, the test binary workflows are now configured such that they have to pass before the "Make GitHub Release" can start. I tried to adjust this in the TeamCity UI, which gave these two patches: 2750dca and 328efec These patches didn't seem to help so they should be removed again. |
The version that the rust wrapper gets seems to be wrong when building on tags. This is built on the v2024.11.0 tag:
So the |
Man what a rabbithole. In your bump PR, you also update the Cargo.toml. So maybe make sure that in add_metadata, we don't allow to downgrade the version of the Cargo.toml again (which is what happens above I think). |
When following the release process and creating #1654, it is impossible to bump the version numbers before we tag the new version and have the
test_version
intest_cli.py
pass.We can ignore this error since the result of
ribasim --version
is picked up from the git tag. But it would be nice not to have failing tests on the PRs where it is essential that everything is ok.This feature was added in #1479.
The text was updated successfully, but these errors were encountered: