-
Notifications
You must be signed in to change notification settings - Fork 168
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 new image type:vhd/gce support in bootc image builder #5903
Open
chunfuwen
wants to merge
1
commit into
autotest:master
Choose a base branch
from
chunfuwen:add_vhd_bootc_image_build_case
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add new image type:vhd/gce support in bootc image builder #5903
chunfuwen
wants to merge
1
commit into
autotest:master
from
chunfuwen:add_vhd_bootc_image_build_case
+653
−71
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
chunfuwen
force-pushed
the
add_vhd_bootc_image_build_case
branch
2 times, most recently
from
September 20, 2024 00:39
6b2cbc5
to
79710d7
Compare
nanli1
reviewed
Sep 23, 2024
Comment on lines
+841
to
+1011
def convert_vhd_to_qcow2(params): | ||
""" | ||
Convert vhd disk format into qcow2 | ||
|
||
@param params: one dictionary wrapping various parameter |
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.
Missing return converted_image_path instruction here.
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.
updated
chunfuwen
force-pushed
the
add_vhd_bootc_image_build_case
branch
4 times, most recently
from
October 11, 2024 08:43
f7ab79c
to
6e6d4dd
Compare
chunfuwen
changed the title
Add new image type:vdh support in bootc image builder
Add new image type:vdh/gce support in bootc image builder
Oct 14, 2024
chunfuwen
changed the title
Add new image type:vdh/gce support in bootc image builder
Add new image type:vhd/gce support in bootc image builder
Oct 14, 2024
chunfuwen
force-pushed
the
add_vhd_bootc_image_build_case
branch
7 times, most recently
from
October 17, 2024 06:19
29cc575
to
d94fc4d
Compare
chunfuwen
force-pushed
the
add_vhd_bootc_image_build_case
branch
12 times, most recently
from
October 28, 2024 03:43
465b4a4
to
dadcff3
Compare
chunfuwen
force-pushed
the
add_vhd_bootc_image_build_case
branch
2 times, most recently
from
October 28, 2024 08:02
0461b90
to
a41db25
Compare
chunfuwen
force-pushed
the
add_vhd_bootc_image_build_case
branch
8 times, most recently
from
November 6, 2024 07:49
6153edd
to
101d04e
Compare
chunfuwen
force-pushed
the
add_vhd_bootc_image_build_case
branch
17 times, most recently
from
November 15, 2024 15:30
3262d4a
to
3a0c9c5
Compare
chunfuwen
force-pushed
the
add_vhd_bootc_image_build_case
branch
2 times, most recently
from
November 25, 2024 01:08
32affb4
to
7f5c47b
Compare
chunfuwen
force-pushed
the
add_vhd_bootc_image_build_case
branch
from
December 3, 2024 03:10
7f5c47b
to
4e182dd
Compare
vdh and gce are newly introduced support disk image type, and are only supported on upstream Signed-off-by: chunfuwen <[email protected]>
chunfuwen
force-pushed
the
add_vhd_bootc_image_build_case
branch
from
December 4, 2024 01:58
4e182dd
to
edce1e8
Compare
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.
Add new image type:vdh/gce support in bootc image builder
vhd/gce are newly introduced support disk image type, and is only supported on upstream