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

fix(tests): remove Mantic base #1749

Merged
merged 2 commits into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions tests/spread/smoketests/basic/charmcraft-23.10.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions tests/spread/smoketests/basic/charmcraft-bases-23.10.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions tests/spread/smoketests/basic/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ priority: 50 # Because these can take a while, run them early.
environment:
BASE_CHANNEL/focal_bases: 20.04
BASE_CHANNEL/jammy_bases,jammy_platforms: 22.04
BASE_CHANNEL/mantic_bases: 23.10 # Non-LTS
BASE_CHANNEL/noble_platforms: 24.04
CHARM_TYPE/focal_bases,jammy_bases,mantic_bases: bases
CHARM_TYPE/focal_bases,jammy_bases: bases
CHARM_TYPE/jammy_platforms,noble_platforms: platforms
# Alma Linux is disabled temporarily: https://github.com/canonical/charmcraft/issues/1496
# BASE_CHANNEL/alma: alma9
Expand Down
1 change: 0 additions & 1 deletion tests/spread/smoketests/remote-build/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ environment:
LAUNCHPAD_TOKEN: "$(HOST: echo ${LAUNCHPAD_TOKEN})"
BASE_NAME: ubuntu
BASE_CHANNEL/jammy: 22.04
BASE_CHANNEL/mantic: 23.10 # Non-LTS

include:
- tests/
Expand Down
Loading