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

tests: run nested tests using ubuntu noble as host #14652

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Oct 18, 2024

  1. tests: run nested tests using ubuntu noble as host

    This change change the image used as ubuntu host in nested tests.
    
    So far we used xenial for uc16, bionic for uc18, etc, which is
    unconvenient because we need to maintain several images and the code
    complexity also is higher.
    
    The system names went from ubuntu-xx.04-64 to ubuntu-xx-64, this is
    because we run ubuntu core and classic systems in the nested vms. Also
    it is convenient because otherwise we should change for example all the
    systems in the tests from ubuntu-2* to ubuntu-core-2* (or similar).
    
    Also the dependency packages installed in the neste host was reduced and
    the spread.yaml was simplified.
    sergiocazzolato committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    c3d6fce View commit details
    Browse the repository at this point in the history
  2. fix shellcheck

    sergiocazzolato committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    4bb27f9 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    c9b0acf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9e0b42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    817e86d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f2a024 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. Configuration menu
    Copy the full SHA
    996e096 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. Configuration menu
    Copy the full SHA
    1bb7274 View commit details
    Browse the repository at this point in the history