From 5a10a296d9e15594d02ec841c5d7edaf2b08f804 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Nov 03 2023 22:03:18 +0000 Subject: Remove all repos. haproxy is preinstalled in the container, no need for any repo. This obviously prevents failures if download.o.o can't be reached, and also makes the test faster because it doesn't need to wait for the repo refresh. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d302c44..77b0071 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -45,7 +45,7 @@ test_haproxy: image: registry.opensuse.org/opensuse/infrastructure/containers/heroes-salt-testing-haproxy:latest stage: test before_script: - - bin/prepare_test_env.sh -g -s + - bin/prepare_test_env.sh -g -s -n - bin/replace_secrets.sh - bin/get_formulas.py -c -d /srv/formula -s --clone-from 'https://gitlab.infra.opensuse.org/saltstack-formulas' --clone-branch production -f haproxy script: bin/test_haproxy.sh