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

Inconsistent reaping. #212

Open
dzink opened this issue Feb 4, 2022 · 0 comments
Open

Inconsistent reaping. #212

dzink opened this issue Feb 4, 2022 · 0 comments

Comments

@dzink
Copy link
Contributor

dzink commented Feb 4, 2022

On app2.

What I did:
I have three different pull requests A B C, totaling 9.03G out of my 10G limit. All were active and none should be significantly larger than another. One build on C is pinned. I pushed a new commit to A, then a new commit to B.

What I expected to happen:
For reaping purposes, I expected one of the older PR's on B to be reaped, since now that one would be stale.

What actually happened:
The newest build on A that I had just built was reaped, as was the previous build on A. None of the builds on B were reaped, so I ended up with a stale B build I didn't need instead of the fresh build on A I just pushed.

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