Skip to content

Commit a8e2d9d

Browse files
grooverdanRazvanLiviuVarzaru
authored andcommitted
MDBF-767: Tag release_packages for those used in release
From the mariadb.org-tools repository under release/prep. opensuse / sles 15.5 items added in anticipation.
1 parent ee6b571 commit a8e2d9d

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

master.cfg

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,27 @@ for builder in master_config["builders"]:
375375
if build_type == "rpm":
376376
properties["rpm_type"] = "".join(os_name.split("-"))
377377
factory_instance = f_rpm_autobake
378+
tags = [os_name, build_type, "autobake"]
379+
# From mariadb.org-tools/release/prep - under
380+
# Dirs for buildbot.mariadb.org
381+
if builder in [
382+
"ppc64le-debian-11",
383+
"s390x-ubuntu-2004",
384+
"s390x-rhel-8",
385+
"s390x-sles-12",
386+
"s390x-sles-15",
387+
"ppc64le-rhel-9",
388+
"s390x-rhel-9",
389+
"ppc64le-ubuntu-2204",
390+
"s390x-ubuntu-2204",
391+
"amd64-debian-sid",
392+
"aarch64-debian-sid",
393+
"ppc64le-debian-sid",
394+
"amd64-opensuse-15.5",
395+
"amd64-sles-15.5",
396+
"s390x-sles-15.5",
397+
]:
398+
tags += ["release_packages"]
378399
c["builders"].append(
379400
util.BuilderConfig(
380401
name=builder + "-" + build_type + "-autobake",

0 commit comments

Comments
 (0)