-
Notifications
You must be signed in to change notification settings - Fork 76
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
Unexpected result on CircleCI at version number check #944
Comments
|
I've been looking more closely at this and I'm not sure I understand what's going on; I wasn't looking at the right commits. The commit you are pointing to doesn't have changes to |
Upon rerunning (with SSH so I'd be able to investigate) https://circleci.com/gh/openfisca/openfisca-core/6100 fails in the expected way. Ditto on rerunning without SSH (in case that made a difference). |
I suspect the underlying issue is our use of |
Hello! I think this has been solved since, I've tried here. I'm hence closing, but please do not hesitate to reopen this issue were you to experience the problem again in the future 😃 |
Hi there!
I really enjoy OpenFisca, but I recently encountered an issue.
Here is what I did:
I introduced changes to
openfisca_core/simulation_builder.py
.Here is what I expected to happen:
I expected CircleCI to tell me that I might have introduced functional changes and so, that I should bump the version number.
Which means that I expected
.circleci/is-version-number-acceptable.sh
to fail.Here is what actually happened:
CircleCI build_and_deploy step didn't fail. So I was allowed to merge the PR without bumping its version number.
Here is data (or links to it) that can help you reproduce this issue:
This other CircleCI build fails as expected when a functional change is introduced.
The issue might explain why this previous deployment failed on master. 🤔
Context
I identify more as a:
The text was updated successfully, but these errors were encountered: