diff --git a/constants.py b/constants.py index 7451f434..ee24327a 100644 --- a/constants.py +++ b/constants.py @@ -252,15 +252,11 @@ if not ("install_only" in os_info[os_i] and os_info[os_i]["install_only"]): all_platforms.add(arch) builders_autobake.append(builder_name_autobake) - addUpgrade = True - if "has_upgrade" in os_info[os_i]: - addUpgrade = os_info[os_i]["has_upgrade"] # Currently there are no VMs for x86 and s390x and OpenSUSE and SLES if arch not in ["s390x", "x86"]: builders_install.append(builder_name_autobake + "-install") - if addUpgrade: - builders_upgrade.append(builder_name_autobake + "-minor-upgrade") - builders_upgrade.append(builder_name_autobake + "-major-upgrade") + builders_upgrade.append(builder_name_autobake + "-minor-upgrade") + builders_upgrade.append(builder_name_autobake + "-major-upgrade") builders_galera = list( map(lambda x: "gal-" + "-".join(x.split("-")[:3]), builders_autobake) diff --git a/os_info.yaml b/os_info.yaml index ae90056b..957b28d3 100644 --- a/os_info.yaml +++ b/os_info.yaml @@ -77,13 +77,11 @@ fedora-40: - amd64 - aarch64 type: rpm - has_upgrade: False opensuse-15: version_name: 15 arch: - amd64 type: rpm - has_upgrade: False rhel-7: version_name: 7 arch: @@ -120,14 +118,12 @@ sles-12: arch: - s390x type: rpm - has_upgrade: False sles-15: version_name: 15 arch: - amd64 - s390x type: rpm - has_upgrade: False ubuntu-2004: version_name: focal arch: @@ -150,7 +146,6 @@ ubuntu-2310: - amd64 - aarch64 type: deb - has_upgrade: False ubuntu-2404: version_name: noble arch: @@ -159,4 +154,3 @@ ubuntu-2404: - ppc64le - s390x type: deb - has_upgrade: False