Skip to content

Commit

Permalink
spread, tests: drop openSUSE 15.5 (EOL)
Browse files Browse the repository at this point in the history
OpenSUSE 15.5 is EOL now. Let's drop it from the CI.

Signed-off-by: Maciej Borzecki <maciej.borzecki@canonical.com>
  • Loading branch information
bboozzoo authored and Meulengracht committed Jan 8, 2025
1 parent cbac746 commit e4d0a0c
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ jobs:
rules: 'main'
- group: opensuse
backend: openstack
systems: 'opensuse-15.5-64 opensuse-15.6-64 opensuse-tumbleweed-64'
systems: 'opensuse-15.6-64 opensuse-tumbleweed-64'
tasks: 'tests/...'
rules: 'main'
- group: ubuntu-trusty
Expand Down
2 changes: 0 additions & 2 deletions spread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,6 @@ backends:
storage: preserve-size
image: centos-9-64

- opensuse-15.5-64:
workers: 6
- opensuse-15.6-64:
workers: 6
- opensuse-tumbleweed-64:
Expand Down
4 changes: 0 additions & 4 deletions tests/lib/spread/backend.openstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
image: snapd-spread/fedora-41-64
workers: 6

- opensuse-15.5-64:
image: snapd-spread/opensuse-15.5-64
workers: 6

- opensuse-15.6-64:
image: snapd-spread/opensuse-15.6-64
workers: 6
Expand Down
1 change: 0 additions & 1 deletion tests/main/interfaces-calendar-service/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ systems:
- -debian-*
- -fedora-40-* # test-snapd-eds is incompatible with eds version shipped with the distro
- -fedora-41-* # test-snapd-eds is incompatible with eds version shipped with the distro
- -opensuse-15.5-* # test-snapd-eds is incompatible with eds version shipped with the distro
- -opensuse-15.6-* # test-snapd-eds is incompatible with eds version shipped with the distro
- -opensuse-tumbleweed-* # test-snapd-eds is incompatible with eds version shipped with the distro
- -ubuntu-14.04-* # no tests.session support, eds is too old
Expand Down
1 change: 0 additions & 1 deletion tests/main/interfaces-contacts-service/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ systems:
- -debian-*
- -fedora-40-* # test-snapd-eds is incompatible with eds version shipped with the distro
- -fedora-41-* # test-snapd-eds is incompatible with eds version shipped with the distro
- -opensuse-15.5-* # test-snapd-eds is incompatible with eds version shipped with the distro
- -opensuse-15.6-* # test-snapd-eds is incompatible with eds version shipped with the distro
- -opensuse-tumbleweed-* # test-snapd-eds is incompatible with eds version shipped with the distro
- -ubuntu-14.04-* # no tests.session support, eds is too old
Expand Down
2 changes: 0 additions & 2 deletions tests/main/interfaces-packagekit-control/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ systems:
- -ubuntu-14.04-*
# Arm64 is not supported
- -ubuntu-*-arm-64
# Opensuse 15.5 PackageKit gets GDBus.Error setting proxy
- -opensuse-15.5-*

restore: |
snap remove --purge test-snapd-packagekit
Expand Down

0 comments on commit e4d0a0c

Please sign in to comment.