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

Remove Mantic from the codebase+tests #3267

Merged
merged 4 commits into from
Sep 3, 2024
Merged

Remove Mantic from the codebase+tests #3267

merged 4 commits into from
Sep 3, 2024

Commits on Aug 29, 2024

  1. ci: remove mantic from releases list

    Signed-off-by: Renan Rodrigo <[email protected]>
    renanrodrigo committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9c24e2c View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. chore: remove mantic references from the codebase

    Signed-off-by: Renan Rodrigo <[email protected]>
    renanrodrigo committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    eebbfef View commit details
    Browse the repository at this point in the history
  2. apt: always ensure the ESM cache is present

    We used to build the base file/folder structure when updating the local
    APT cache. However, in some cases, the cache may be accessed before it
    is created. In the past an exception was raised and we catched + ignored
    it, but from Noble onward this turned to a simple warning on the APT
    side.
    
    We fix it by always ensuring the structure is present when trying to
    fetch the cache.
    
    Fixes: #3132
    
    Signed-off-by: Renan Rodrigo <[email protected]>
    renanrodrigo committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    b3760e5 View commit details
    Browse the repository at this point in the history
  3. tests: Change mantic tests in behave to noble/oracular

    Mantic is now EOL, so we are removing the mantic tests from the
    acceptance suite.
    - If the test was a general one, we add noble/oracular.
    - If it was a test which targets interim releases, we add oracular.
    - Some oracular tests are commented out until the backend+cloud is
      sorted out.
    
    Signed-off-by: Renan Rodrigo <[email protected]>
    renanrodrigo committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    eab89a8 View commit details
    Browse the repository at this point in the history