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

Cannot reset ratcheted targets #124

Open
arogge opened this issue Dec 3, 2020 · 2 comments
Open

Cannot reset ratcheted targets #124

arogge opened this issue Dec 3, 2020 · 2 comments

Comments

@arogge
Copy link

arogge commented Dec 3, 2020

I have an (intentional) regression in test coverage which makes my builds fail.
Now I would need to reset the ratcheted target values, but cannot find a way to do it.

@davidritter
Copy link

davidritter commented Feb 11, 2021

We are having the same issue. Not sure how to upvote this, so just posting me too!
I have confirmed that if we update our build and set the properties:

autoUpdateHealth: false, autoUpdateStability: false

Run the build on master and then update them back to

autoUpdateHealth: true, autoUpdateStability: true

that appears to reset the internal mechanism.

This is less than desirable as it forces us to add two pointless changes to our master branch for something that should be handled in Jenkins.

@jpvandervelden
Copy link

I also ran into this issue when removing obsolete code. @davidritter's workaround work, but indeed is not elegant. I would like to have a proper solution to reset these values.

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

3 participants