Skip to content

Commit b29935f

Browse files
committed
Remove Leap repos after testsuite setup
1 parent f03f1b8 commit b29935f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

backend_modules/libvirt/host/combustion

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ TEST_PACKAGES="$TEST_PACKAGES expect bind-utils"
198198
%{ endif }
199199
TEST_PACKAGES="$TEST_PACKAGES andromeda-dummy milkyway-dummy virgo-dummy timezone wget"
200200
zypper --non-interactive install $TEST_PACKAGES
201-
201+
# cleanup - ignore errors for missing repos and suppress output
202+
zypper rr leap_pool_repo leap_update_repo >/dev/null 2>&1 || true
202203
%{ endif }
203204

204205
# Disabling this timer safely by masking it (systemctl might still be unavailable during the Combustion phase)

0 commit comments

Comments
 (0)