Skip to content
Merged
34 changes: 0 additions & 34 deletions master-libvirt/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,8 @@ def getRpmUpgradeStep():
env=envFromProperties(
[
"BB_CI",
"arch",
"artifactsURL",
"branch",
"dist_name",
"is_main_tree",
"major_version",
"mariadb_version",
Expand All @@ -56,7 +54,6 @@ def getRpmUpgradeStep():
"systemdCapability",
"test_mode",
"test_type",
"version_name",
]
),
command=["./rpm-upgrade.sh"],
Expand All @@ -72,10 +69,8 @@ def getRpmInstallStep():
env=envFromProperties(
[
"BB_CI",
"arch",
"artifactsURL",
"branch",
"dist_name",
"major_version",
"mariadb_version",
"master_branch",
Expand All @@ -84,7 +79,6 @@ def getRpmInstallStep():
"systemdCapability",
"test_mode",
"test_type",
"version_name",
]
),
command=["./rpm-install.sh"],
Expand All @@ -100,10 +94,8 @@ def getDebUpgradeStep():
env=envFromProperties(
[
"BB_CI",
"arch",
"artifactsURL",
"branch",
"dist_name",
"major_version",
"mariadb_version",
"master_branch",
Expand All @@ -112,7 +104,6 @@ def getDebUpgradeStep():
"systemdCapability",
"test_mode",
"test_type",
"version_name",
]
),
command=["./deb-upgrade.sh"],
Expand All @@ -128,10 +119,8 @@ def getDebInstallStep():
env=envFromProperties(
[
"BB_CI",
"arch",
"artifactsURL",
"branch",
"dist_name",
"major_version",
"mariadb_version",
"master_branch",
Expand All @@ -140,7 +129,6 @@ def getDebInstallStep():
"systemdCapability",
"test_mode",
"test_type",
"version_name",
]
),
command=["./deb-install.sh"],
Expand Down Expand Up @@ -243,19 +231,9 @@ for builder_name in BUILDERS_INSTALL:
if builder_type == "deb":
factory_install = f_deb_install
factory_upgrade = f_deb_upgrade
build_arch = platform
elif builder_type == "rpm":
factory_install = f_rpm_install
factory_upgrade = f_rpm_upgrade
build_arch = (
os_name + str(OS_INFO[os_info_name]["version_name"]) + "-" + platform
)

# FIXME - all RPM's should follow the same conventions!
if os_name == "centos" and OS_INFO[os_info_name]["version_name"] >= 9:
if platform == "amd64":
platform = "x86_64"
build_arch = f"centos/{OS_INFO[os_info_name]['version_name']}/{platform}"

c["builders"].append(
util.BuilderConfig(
Expand All @@ -268,9 +246,6 @@ for builder_name in BUILDERS_INSTALL:
properties={
"systemdCapability": "yes",
"needsGalera": "yes",
"dist_name": os_name,
"version_name": OS_INFO[os_info_name]["version_name"],
"arch": build_arch,
"BB_CI": True,
"artifactsURL": artifactsURL,
},
Expand All @@ -292,9 +267,6 @@ for builder_name in BUILDERS_INSTALL:
properties={
"systemdCapability": "yes",
"needsGalera": "yes",
"dist_name": os_name,
"version_name": OS_INFO[os_info_name]["version_name"],
"arch": build_arch,
"test_mode": "server",
"test_type": "major",
"BB_CI": True,
Expand All @@ -318,9 +290,6 @@ for builder_name in BUILDERS_INSTALL:
properties={
"systemdCapability": "yes",
"needsGalera": "yes",
"dist_name": os_name,
"version_name": OS_INFO[os_info_name]["version_name"],
"arch": build_arch,
"test_mode": "all",
"test_type": "minor",
"BB_CI": True,
Expand All @@ -342,9 +311,6 @@ for builder_name in BUILDERS_INSTALL:
properties={
"systemdCapability": "yes",
"needsGalera": "no",
"dist_name": os_name,
"version_name": OS_INFO[os_info_name]["version_name"],
"arch": build_arch,
"test_mode": "columnstore",
"test_type": "minor",
"BB_CI": True,
Expand Down
24 changes: 0 additions & 24 deletions os_info.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
almalinux-8:
image_tag: almalinux8
version_name: 8
tags:
- release_packages
arch:
Expand All @@ -12,7 +11,6 @@ almalinux-8:
install_only: True
almalinux-9:
image_tag: almalinux9
version_name: 9
tags:
- release_packages
arch:
Expand All @@ -23,7 +21,6 @@ almalinux-9:
install_only: True
almalinux-10:
image_tag: almalinux10
version_name: 10
tags:
- release_packages
arch:
Expand All @@ -34,7 +31,6 @@ almalinux-10:
install_only: True
centos-stream9:
image_tag: centosstream9
version_name: 9
tags:
- release_packages
arch:
Expand All @@ -44,7 +40,6 @@ centos-stream9:
type: rpm
centos-stream10:
image_tag: centosstream10
version_name: 10
tags:
- release_packages
- bleeding-edge
Expand All @@ -55,7 +50,6 @@ centos-stream10:
type: rpm
debian-11:
image_tag: debian11
version_name: bullseye
tags:
- release_packages
arch:
Expand All @@ -64,7 +58,6 @@ debian-11:
type: deb
debian-12:
image_tag: debian12
version_name: bookworm
tags:
- release_packages
arch:
Expand All @@ -75,7 +68,6 @@ debian-12:
type: deb
debian-13:
image_tag: debian13
version_name: trixie
tags:
- release_packages
arch:
Expand All @@ -86,7 +78,6 @@ debian-13:
type: deb
debian-sid:
image_tag: debiansid
version_name: sid
tags:
- release_packages
- bleeding-edge
Expand All @@ -100,7 +91,6 @@ fedora-41:
image_tag: fedora41
tags:
- release_packages
version_name: 41
arch:
- amd64
- aarch64
Expand All @@ -118,7 +108,6 @@ openeuler-2403:
image_tag: openeuler2403
tags:
- release_packages
version_name: 24.03
arch:
- amd64
- aarch64
Expand All @@ -127,23 +116,20 @@ opensuse-1506:
image_tag: opensuse1506
tags:
- release_packages
version_name: 156
arch:
- amd64
type: rpm
rhel-7:
image_tag: rhel7
tags:
- release_packages
version_name: 7
arch:
- amd64
type: rpm
rhel-8:
image_tag: rhel8
tags:
- release_packages
version_name: 8
arch:
- amd64
- aarch64
Expand All @@ -154,7 +140,6 @@ rhel-9:
image_tag: rhel9
tags:
- release_packages
version_name: 9
arch:
- amd64
- aarch64
Expand All @@ -165,7 +150,6 @@ rhel-10:
image_tag: rhel10
tags:
- release_packages
version_name: 10
arch:
- amd64
- aarch64
Expand All @@ -175,7 +159,6 @@ rhel-10:
rockylinux-8:
image_tag: rockylinux8
tags: []
version_name: 8
arch:
- amd64
- aarch64
Expand All @@ -184,7 +167,6 @@ rockylinux-8:
rockylinux-9:
image_tag: rockylinux9
tags: []
version_name: 9
arch:
- amd64
- aarch64
Expand All @@ -194,7 +176,6 @@ rockylinux-9:
rockylinux-10:
image_tag: rockylinux10
tags: []
version_name: 10
arch:
- amd64
- aarch64
Expand All @@ -205,7 +186,6 @@ sles-1506:
image_tag: sles1506
tags:
- release_packages
version_name: 15
arch:
- amd64
- s390x
Expand All @@ -214,7 +194,6 @@ sles-1507:
image_tag: sles1507
tags:
- release_packages
version_name: 157
arch:
- amd64
- s390x
Expand All @@ -223,7 +202,6 @@ ubuntu-2204:
image_tag: ubuntu22.04
tags:
- release_packages
version_name: jammy
arch:
- amd64
- aarch64
Expand All @@ -234,7 +212,6 @@ ubuntu-2404:
image_tag: ubuntu24.04
tags:
- release_packages
version_name: noble
arch:
- amd64
- aarch64
Expand All @@ -245,7 +222,6 @@ ubuntu-2504:
image_tag: ubuntu25.04
tags:
- release_packages
version_name: plucky
arch:
- amd64
- aarch64
Expand Down
Loading
Loading