Skip to content

Commit

Permalink
MDBF-787: Add OpenEuler 24.03 as a rpm-autobake
Browse files Browse the repository at this point in the history
Add worker for openeuler 24.03.

Rename container generation to mathc the same name.
  • Loading branch information
grooverdan authored and RazvanLiviuVarzaru committed Sep 19, 2024
1 parent c756540 commit a23f3f3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-centos.pip-based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- image: docker.io/openeuler/openeuler:24.03-lts
platforms: linux/amd64, linux/arm64/v8
tag: oe2403
tag: openeuler2403
nogalera: true

uses: ./.github/workflows/bbw_build_container_template.yml
Expand Down
4 changes: 2 additions & 2 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"aarch64-fedora-39",
"aarch64-macos",
"aarch64-macos-compile-only",
"aarch64-oe-2403",
"aarch64-openeuler-2403",
"aarch64-rhel-8",
"aarch64-rhel-9",
"aarch64-ubuntu-2004",
Expand All @@ -103,7 +103,7 @@
"amd64-fedora-39",
"amd64-fedora-40-valgrind",
"amd64-freebsd-14",
"amd64-oe-2403",
"amd64-openeuler-2403",
"amd64-rhel-7",
"amd64-rhel-8",
"amd64-rhel-9",
Expand Down
2 changes: 2 additions & 0 deletions master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,8 @@ for builder in master_config["builders"]:
# From mariadb.org-tools/release/prep - under
# Dirs for buildbot.mariadb.org
if builder in [
"aarch64-openeuler-2403",
"amd64-openeuler-2403",
"ppc64le-debian-11",
"s390x-ubuntu-2004",
"s390x-rhel-8",
Expand Down
2 changes: 1 addition & 1 deletion os_info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ fedora-40:
- amd64
- aarch64
type: rpm
oe-2403:
openeuler-2403:
version_name: 24.03
arch:
- amd64
Expand Down

0 comments on commit a23f3f3

Please sign in to comment.