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

Add upgrade uki test #2776

Merged
merged 15 commits into from
Sep 4, 2024
Merged

Add upgrade uki test #2776

merged 15 commits into from
Sep 4, 2024

Commits on Sep 4, 2024

  1. [WIP] Add upgrade uki test

    Signed-off-by: Dimitris Karakasilis <[email protected]>
    jimmykarily committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    8836246 View commit details
    Browse the repository at this point in the history
  2. Avoid hardcoding single entry

    Signed-off-by: Dimitris Karakasilis <[email protected]>
    jimmykarily committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f931dec View commit details
    Browse the repository at this point in the history
  3. Fix sed

    Signed-off-by: Dimitris Karakasilis <[email protected]>
    jimmykarily committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f8e2d2e View commit details
    Browse the repository at this point in the history
  4. Remove irrelevant option

    because otherwise we get this error:
    
    Error: overlay-iso is only supported for iso artifacts
    
    Signed-off-by: Dimitris Karakasilis <[email protected]>
    jimmykarily committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    3502096 View commit details
    Browse the repository at this point in the history
  5. Don't use earthly to build the upgrade image

    because the target needs to be adapted to accept a local dir and it's a
    mess in Earthly
    
    Signed-off-by: Dimitris Karakasilis <[email protected]>
    jimmykarily committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    17805e3 View commit details
    Browse the repository at this point in the history
  6. Fix image name

    Signed-off-by: Dimitris Karakasilis <[email protected]>
    jimmykarily committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    e019721 View commit details
    Browse the repository at this point in the history
  7. Add TODO to test

    Signed-off-by: Dimitris Karakasilis <[email protected]>
    jimmykarily committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    4e34fdd View commit details
    Browse the repository at this point in the history
  8. Temporarily change to kairos-agent dev branch

    Signed-off-by: Dimitris Karakasilis <[email protected]>
    jimmykarily committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f5139b1 View commit details
    Browse the repository at this point in the history
  9. Implement TODO

    Signed-off-by: Dimitris Karakasilis <[email protected]>
    jimmykarily committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    83084df View commit details
    Browse the repository at this point in the history
  10. Use new flag

    Signed-off-by: Dimitris Karakasilis <[email protected]>
    jimmykarily committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    9664fe0 View commit details
    Browse the repository at this point in the history
  11. Add quotes to sed

    Signed-off-by: Dimitris Karakasilis <[email protected]>
    jimmykarily committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    03af1a7 View commit details
    Browse the repository at this point in the history
  12. Make quotes optional

    Signed-off-by: Dimitris Karakasilis <[email protected]>
    jimmykarily committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    c49ef96 View commit details
    Browse the repository at this point in the history
  13. Fix problem with special characters

    coming from the transfer of the text over ssh.
    
    `out` had special characters like ^F and ^A in it.
    
    Signed-off-by: Dimitris Karakasilis <[email protected]>
    jimmykarily committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    32f7f40 View commit details
    Browse the repository at this point in the history
  14. Remove dev branch (we have the fix on master now)

    Signed-off-by: Dimitris Karakasilis <[email protected]>
    jimmykarily committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    29771de View commit details
    Browse the repository at this point in the history
  15. Make the test work also on Alpine

    because the device there appears as /dev/dm-0
    
    Signed-off-by: Dimitris Karakasilis <[email protected]>
    jimmykarily committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    001c3fa View commit details
    Browse the repository at this point in the history