Skip to content

Commit 48c2aec

Browse files
committed
MDBF-1118: Disable OpenSUSE 16.0 install/upgrade until VM images available
1 parent c05cb0b commit 48c2aec

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

constants.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,9 @@
296296
if not ("install_only" in OS_INFO[os_i] and OS_INFO[os_i]["install_only"]):
297297
ALL_PLATFORMS.add(arch)
298298
BUILDERS_AUTOBAKE.append(builder_name_autobake)
299+
# No VM install for opensuse16.0.0 yet
300+
if os_i = "opensuse-1600":
301+
continue
299302
# Currently there are no VMs for x86 and s390x
300303
if arch not in ["s390x", "x86"]:
301304
BUILDERS_INSTALL.append(builder_name_autobake + "-install")

0 commit comments

Comments
 (0)