Skip to content

Commit

Permalink
MDBF-899 - Enable SLES install / upgrade tests
Browse files Browse the repository at this point in the history
Let buildbot generate install and upgrade builders
for SLES in master-libvirt
  • Loading branch information
RazvanLiviuVarzaru committed Jan 20, 2025
1 parent 1474fa5 commit bfc9629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@
if not ("install_only" in OS_INFO[os_i] and OS_INFO[os_i]["install_only"]):
ALL_PLATFORMS.add(arch)
BUILDERS_AUTOBAKE.append(builder_name_autobake)
# Currently there are no VMs for x86 and s390x and OpenSUSE and SLES
if arch not in ["s390x", "x86"] and "sles" not in os_i:
# Currently there are no VMs for x86 and s390x
if arch not in ["s390x", "x86"]:
BUILDERS_INSTALL.append(builder_name_autobake + "-install")
BUILDERS_UPGRADE.append(builder_name_autobake + "-minor-upgrade-all")
BUILDERS_UPGRADE.append(
Expand Down

0 comments on commit bfc9629

Please sign in to comment.