Skip to content

Commit

Permalink
Drop openSUSE Tumbleweed support
Browse files Browse the repository at this point in the history
  • Loading branch information
electrocucaracha committed Jan 7, 2025
1 parent a04e355 commit 4b5c2d5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/on-demand_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu_focal, ubuntu_jammy, rocky_9, opensuse_tumbleweed]
os: [ubuntu_focal, ubuntu_jammy, rocky_9]
provider: [virtualbox, libvirt]
include:
- os: opensuse_leap
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ installation of its dependencies, plugins and providers.

## Linux Distros supported

| Name | Version |
| :------- | :-------------: |
| Ubuntu | 20.04/22.04 |
| Rocky | 9 |
| openSUSE | Tumbleweed/Leap |
| Name | Version |
| :------- | :---------: |
| Ubuntu | 20.04/22.04 |
| Rocky | 9 |
| openSUSE | Leap |

## Vagrant Providers supported

Expand Down
5 changes: 2 additions & 3 deletions ci/update_distros.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,10 @@ cat <<EOT >.distros_supported.yml
linux:
EOT

_vagrant_pull "rocky_9" "community/rockylinux-9"
_vagrant_pull "rocky_9" "generic/rocky9"
_vagrant_pull "ubuntu_focal" "generic/ubuntu2004"
_vagrant_pull "ubuntu_jammy" "generic/ubuntu2204"
_vagrant_pull "opensuse_tumbleweed" "opensuse/Tumbleweed.x86_64"
_vagrant_pull "opensuse_leap" "opensuse/Leap-15.2.x86_64"
_vagrant_pull "opensuse_leap" "opensuse/Leap-15.6.x86_64"

if [ "$msg" ]; then
echo -e "$msg"
Expand Down
13 changes: 5 additions & 8 deletions distros_supported.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,22 @@
---
# SPDX-license-identifier: Apache-2.0
##############################################################################
# Copyright (c) 2019 - 2024
# Copyright (c) 2019 - 2025
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
##############################################################################
linux:
- alias: rocky_9
name: community/rockylinux-9
version: "1.0.0"
name: generic/rocky9
version: "4.3.12"
- alias: ubuntu_focal
name: generic/ubuntu2004
version: "4.3.12"
- alias: ubuntu_jammy
name: generic/ubuntu2204
version: "4.3.12"
- alias: opensuse_tumbleweed
name: opensuse/Tumbleweed.x86_64
version: "1.0.20240313"
- alias: opensuse_leap
name: opensuse/Leap-15.2.x86_64
version: "15.2.31.632"
name: opensuse/Leap-15.6.x86_64
version: "15.6.13.356"

0 comments on commit 4b5c2d5

Please sign in to comment.