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

test: tweak gen-images() to be smarter about the UUID hacks #212

Merged
merged 4 commits into from
Sep 26, 2024

Commits on Sep 26, 2024

  1. Revert "test: ignore UUIDs"

    This reverts commit b87cba3.
    mvo5 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d5ef4f6 View commit details
    Browse the repository at this point in the history
  2. test: tweak gen-images() to be smarter about the UUID hacks

    This commit tweaks the gen-images-ref to be slightly smarter
    about how to handle UUIDs. Instead of the extremly naive table
    of uuids generated by "images" and "gen-partition-table" it now
    tries to figure out the UUID from images via the "mkfs" stage
    of the manifest. This is also a bit (f)ugly but avoids some
    busywork.
    
    Hopefully we find a better way but this should give us some
    time.
    mvo5 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    0e1c356 View commit details
    Browse the repository at this point in the history
  3. test: re-generate centos_9-aarch64-qcow2-empty

    The new `gen-images` will create predictable UUIDs now but the
    `centos_9-aarch64-qcow2-empty` reference was build without it
    so this commit re-generates it.
    mvo5 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    d9a47df View commit details
    Browse the repository at this point in the history
  4. test: re-generate centos_9-aarch64-ami-empty

    The new `gen-images` will create predictable UUIDs now but the
    `centos_9-aarch64-ami-empty` reference was build without it
    so this commit re-generates it.
    mvo5 committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9a64af4 View commit details
    Browse the repository at this point in the history