From 5abf601d88b3e40abee72a1d026e6ff6c8c67ade Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Dec 27 2023 21:25:52 +0000 Subject: Let prepare_test_env.sh remove all repos --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d075462..79f50c0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,7 +55,7 @@ test_highstate: image: registry.opensuse.org/opensuse/infrastructure/containers/heroes-salt-testing-systemd:latest stage: test before_script: - - bin/prepare_test_env.sh -g -o Leap,15,5 -s + - bin/prepare_test_env.sh -g -o Leap,15,5 -s -n - bin/get_formulas.py -c -d /srv/formula -s --clone-from 'https://gitlab.infra.opensuse.org/saltstack-formulas' --clone-branch production script: bin/test_highstate.sh tags: diff --git a/bin/test_highstate.sh b/bin/test_highstate.sh index e8a14d6..edb519c 100755 --- a/bin/test_highstate.sh +++ b/bin/test_highstate.sh @@ -11,8 +11,6 @@ echo 'features: {"x509_v2": true}' > /etc/salt/minion.d/features_x509_v2.conf source bin/get_colors.sh -rm -v /etc/zypp/repos.d/*.repo - # === role-specific workarounds ===