-
-
Notifications
You must be signed in to change notification settings - Fork 54
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
Lanzatool: respect configuration limit #34
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nikstur
force-pushed
the
configuration-limit
branch
12 times, most recently
from
December 30, 2022 15:22
17e88a5
to
5eaf7d1
Compare
nikstur
changed the title
Draft: Respect configuration limit
Respect configuration limit
Dec 30, 2022
nikstur
changed the title
Respect configuration limit
Lanzatool: respect configuration limit
Dec 30, 2022
nikstur
force-pushed
the
configuration-limit
branch
from
December 30, 2022 20:09
5eaf7d1
to
e1e61ec
Compare
Merged
nikstur
force-pushed
the
configuration-limit
branch
from
December 30, 2022 20:37
e1e61ec
to
f832324
Compare
Depends on #42 |
nikstur
force-pushed
the
configuration-limit
branch
3 times, most recently
from
December 31, 2022 00:05
18e8e8f
to
4b1a525
Compare
blitz
requested changes
Dec 31, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! I especially like the tests. ❤️
nikstur
force-pushed
the
configuration-limit
branch
2 times, most recently
from
December 31, 2022 01:02
9ea6fcb
to
5d3f9c9
Compare
nikstur
force-pushed
the
configuration-limit
branch
from
December 31, 2022 01:10
5d3f9c9
to
f86c04b
Compare
blitz
approved these changes
Dec 31, 2022
RaitoBezarius
approved these changes
Dec 31, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Amazing <3.
nikstur
force-pushed
the
configuration-limit
branch
from
January 1, 2023 23:12
f86c04b
to
d3a96b1
Compare
@blitz @RaitoBezarius thank you for the feedback! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR enables setting a configuration limit for lanzatool via the
--configuration-limit
parameter.It includes
needed to be made to the flake to support the new lanzatool integration tests.
It is missing a NixOS integration test because it turns out these are really hard to implement with an out-of-tree module (and even nixpkgs does not contain any tests for the config limit).
I recommend review commit-by-commit.