Skip to content

Commit

Permalink
Enable OpenSUSE since VM is ready
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust authored and vladbogo committed Apr 30, 2024
1 parent 6bb8b8c commit 311cbd9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@
# Currently there are no VMs for x86 and s390x and OpenSUSE and SLES
if (
arch not in ["s390x", "x86"]
and "opensuse" not in os_i
and "sles" not in os_i
):
builders_install.append(builder_name_autobake + "-install")
Expand Down
1 change: 0 additions & 1 deletion master-libvirt/get_ssh_cnx_num.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
for arch in os_info[os]["arch"]:
if (
arch not in ["s390x", "x86"]
and "opensuse" not in os
and "sles" not in os
):
SSH_CONNECTIONS += 1
Expand Down

0 comments on commit 311cbd9

Please sign in to comment.