-
Notifications
You must be signed in to change notification settings - Fork 144
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
Translate beaker.pool
hardware requirement properly for mrack
#3271
Conversation
4ae8948
to
bb63b1d
Compare
bb63b1d
to
4593a00
Compare
@skycastlelily I think that with the last push, you overwritten the original changes adding the implementation to It's really better to avoid force pushes, one can easily lose changes. We recommend adding new changes to PRs with new commits, e.g. named "squash: ...", eventually they would be squashed before merging, when all is done. |
I think that with the last push, you overwritten the original changes
adding the implementation
That's on purpose, I already implemented beaker.pool in merged #3074 ,
after thinking twice, I prefer to keep the implementation way as it is.
We recommend adding new changes to PRs with new commits, e.g. named
"squash: ..."
I know, but for this one, I force pushes it for the above reason^^
…On Mon, Oct 14, 2024 at 3:32 PM Miloš Prchlík ***@***.***> wrote:
@skycastlelily <https://github.com/skycastlelily> I think that with the
last push, you overwritten the original changes adding the implementation
to tmt/steps/provision/mrack.py. All that's left now is the operator
update (pre-commit & mypy complain about the list vs tuple, BTW).
It's really better to avoid force pushes, one can easily lose changes. We
recommend adding new changes to PRs with new commits, e.g. named "squash:
...", eventually they would be squashed before merging, when all is done.
—
Reply to this email directly, view it on GitHub
<#3271 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKFR23CRJHYE7W3RCAIAUDLZ3NXPZAVCNFSM6AAAAABPU4G2L6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJQGI4DAOJUGE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
I see, makes sense. BTW pre-commit is still failing, that's not related to this discussion, and should be fixed. |
4593a00
to
e09b1d0
Compare
Updated^^
…On Mon, Oct 14, 2024 at 6:39 PM Miloš Prchlík ***@***.***> wrote:
I think that with the last push, you overwritten the original changes
adding the implementation
That's on purpose, I already implemented beaker.pool in merged #3074
<#3074> , after thinking twice, I
prefer to keep the implementation way as it is.
I see, makes sense.
BTW pre-commit is still failing, that's not related to this discussion,
and should be fixed.
—
Reply to this email directly, view it on GitHub
<#3271 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKFR23HQWBSLLQTDMMMZSQLZ3ONODAVCNFSM6AAAAABPU4G2L6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMJQHAYDAMBRGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
All failures are irrelevant, merging. |
Related to #2346
Pull Request Checklist