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

fedora,opensuse: sync with yocto-dockerfiles #102

Merged
merged 2 commits into from
Mar 4, 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
4 changes: 4 additions & 0 deletions .github/workflows/build-test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ jobs:
debian-10,
debian-11,
fedora-36,
fedora-37,
fedora-38,
fedora-39,
opensuse-15.4,
opensuse-15.5,
ubuntu-18.04,
ubuntu-20.04,
ubuntu-22.04
Expand Down
22 changes: 6 additions & 16 deletions tests/distro-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,10 @@
# distro-check.sh
#
# Copyright (C) 2020 Intel Corporation
# Copyright (C) 2024 Konsulko Group
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
# SPDX-License-Identifier: GPL-2.0-only
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

# Verify that the distro inside the container matches the one we expect based
# on the build

Expand All @@ -32,12 +22,12 @@ distros["centos-7"]="CentOS Linux 7 (Core)"
distros["debian-9"]="Debian GNU/Linux 9 (stretch)"
distros["debian-10"]="Debian GNU/Linux 10 (buster)"
distros["debian-11"]="Debian GNU/Linux 11 (bullseye)"
distros["fedora-34"]="Fedora 34 (Container Image)"
distros["fedora-35"]="Fedora Linux 35 (Container Image)"
distros["fedora-36"]="Fedora Linux 36 (Container Image)"
distros["opensuse-15.2"]="openSUSE Leap 15.2"
distros["opensuse-15.3"]="openSUSE Leap 15.3"
distros["fedora-37"]="Fedora Linux 37 (Container Image)"
distros["fedora-38"]="Fedora Linux 38 (Container Image)"
distros["fedora-39"]="Fedora Linux 39 (Container Image)"
distros["opensuse-15.4"]="openSUSE Leap 15.4"
distros["opensuse-15.5"]="openSUSE Leap 15.5"
distros["ubuntu-18.04"]="Ubuntu 18.04"
distros["ubuntu-20.04"]="Ubuntu 20.04"
distros["ubuntu-22.04"]="Ubuntu 22.04"
Expand Down