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

chore(ci): re-enable alma spread tests #1824

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft
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
2 changes: 1 addition & 1 deletion tests/spread/smoketests/basic-centos-7/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ systems:
# CentOS 7 only works in 18.04 because it needs cgroup v1
- ubuntu-18.04-64
kill-timeout: 30m
# Disabling auto-run until we can resolve linuxcontainers.org issue.
# Disabling auto-run until we can source a centos image.
# https://github.com/canonical/charmcraft/issues/1496
manual: true

Expand Down
12 changes: 0 additions & 12 deletions tests/spread/smoketests/basic/charmcraft-alma9.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion tests/spread/smoketests/basic/charmcraft-bases-alma9.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: alma9
type: charm
title: A charm built and running on Almalinux 9.
title: An Almalinux 9 charm.
summary: A charm built and running on Almalinux 9.
description: A charm built and running on Almalinux 9.
bases:
Expand Down
5 changes: 2 additions & 3 deletions tests/spread/smoketests/basic/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ environment:
CHARM_TYPE/jammy_platforms,noble_platforms,noble_platforms_all,noble_platforms_python: platforms
EXTRA/jammy_bases_all,noble_platforms_all: "-all"
EXTRA/noble_platforms_python: "-python"
# Alma Linux is disabled temporarily: https://github.com/canonical/charmcraft/issues/1496
# BASE_CHANNEL/alma: alma9
# CHARM_TYPE/alma: bases
BASE_CHANNEL/alma: alma9
CHARM_TYPE/alma: bases

include:
- tests/
Expand Down
Loading