File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -375,6 +375,27 @@ for builder in master_config["builders"]:
375
375
if build_type == "rpm" :
376
376
properties ["rpm_type" ] = "" .join (os_name .split ("-" ))
377
377
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" ]
378
399
c ["builders" ].append (
379
400
util .BuilderConfig (
380
401
name = builder + "-" + build_type + "-autobake" ,
You can’t perform that action at this time.
0 commit comments