Skip to content

Commit

Permalink
MDBF-779 SLES/OpenSUSE 15.5 bb config
Browse files Browse the repository at this point in the history
Adjust images to 1505 notation as well.
  • Loading branch information
grooverdan committed Aug 29, 2024
1 parent 2f44ac5 commit 7f9416a
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-opensuse.pip-based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
include:
- image: opensuse/leap:15.5
platforms: linux/amd64
tag: opensuse15.5
tag: opensuse1505
nogalera: true

- image: opensuse/leap:15.6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-sles.pip-based.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
include:
- image: registry.suse.com/bci/bci-base:15.5
platforms: linux/amd64, linux/s390x
tag: sles15.5
tag: sles1505
nogalera: true

- image: registry.suse.com/bci/bci-base:15.6
Expand Down
3 changes: 3 additions & 0 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,12 @@

supportedPlatforms["10.6"] += [
"aarch64-ubuntu-2204",
"amd64-opensuse-1505",
"amd64-sles-1505",
"amd64-ubuntu-2204",
"ppc64le-ubuntu-2204",
"s390x-ubuntu-2204",
"s390x-sles-1505",
"x86-debian-12",
]

Expand Down
6 changes: 3 additions & 3 deletions master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -391,9 +391,9 @@ for builder in master_config["builders"]:
"amd64-debian-sid",
"aarch64-debian-sid",
"ppc64le-debian-sid",
"amd64-opensuse-15.5",
"amd64-sles-15.5",
"s390x-sles-15.5",
"amd64-opensuse-1505",
"amd64-sles-1505",
"s390x-sles-1505",
]:
tags += ["release_packages"]
c["builders"].append(
Expand Down
11 changes: 11 additions & 0 deletions os_info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ fedora-40:
- amd64
- aarch64
type: rpm
opensuse-1505:
version_name: 15.5
arch:
- amd64
type: rpm
opensuse-15:
version_name: 15
arch:
Expand Down Expand Up @@ -115,6 +120,12 @@ sles-12:
arch:
- s390x
type: rpm
sles-1505:
version_name: 15.5
arch:
- amd64
- s390x
type: rpm
sles-15:
version_name: 15
arch:
Expand Down

0 comments on commit 7f9416a

Please sign in to comment.