-
Notifications
You must be signed in to change notification settings - Fork 97
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
Add test for custom partioning #2291
Conversation
c8ef32a
to
fb9cc4c
Compare
1b2c7a7
to
7f094ea
Compare
b8993c0
to
2a1e026
Compare
The |
6d610a1
to
e88c86a
Compare
e88c86a
to
98ca4cb
Compare
Expect(err).ToNot(HaveOccurred()) | ||
fmt.Printf("State dir: %s\n", stateDir) | ||
|
||
opts := defaultVMOptsNoDrives(stateDir) |
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.
fancy!
flavor: | ||
- "ubuntu" | ||
flavorRelease: | ||
- "23.10" |
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.
if this gets merged after #2447, we should add 24.04 here, or if it's the other way around then we should add it in the other PR, putting a comment there too
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.
very nice!
not currently passing because the fix is not there (TDD) Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
Signed-off-by: Dimitris Karakasilis <[email protected]>
Locally I had a forgotten "FIRMWARE" env variable set (from previous runs) and that make my tests pass with efi partitions. In CI it boot in legacy bios mode. Signed-off-by: Dimitris Karakasilis <[email protected]>
98ca4cb
to
05e6647
Compare
* Add test for custom partioning not currently passing because the fix is not there (TDD) Signed-off-by: Dimitris Karakasilis <[email protected]> * Add sanity check and fix config Signed-off-by: Dimitris Karakasilis <[email protected]> * Remove "replace" for peg in go.mod (now merged) Signed-off-by: Dimitris Karakasilis <[email protected]> * [TMP] Run tests using a branch Signed-off-by: Dimitris Karakasilis <[email protected]> * Add custom partitioning test in the pipelines Signed-off-by: Dimitris Karakasilis <[email protected]> * Use core artifact Signed-off-by: Dimitris Karakasilis <[email protected]> * Change flavor to one that we actually build Signed-off-by: Dimitris Karakasilis <[email protected]> * Fix test Signed-off-by: Dimitris Karakasilis <[email protected]> * Bump kairos-agent through framework and remove tmp hack Signed-off-by: Dimitris Karakasilis <[email protected]> * Apply suggestions from code review Signed-off-by: Dimitris Karakasilis <[email protected]> * Use setup for legacy bios Locally I had a forgotten "FIRMWARE" env variable set (from previous runs) and that make my tests pass with efi partitions. In CI it boot in legacy bios mode. Signed-off-by: Dimitris Karakasilis <[email protected]> --------- Signed-off-by: Dimitris Karakasilis <[email protected]>
not currently passing because the fix is not there (TDD)
Part of #2281
the fix will happen here: kairos-io/kairos-agent#235
Depends on: spectrocloud/peg#23
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #