From 886b88544f2864219d14894fe45d08896b641ad5 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Nov 03 2023 20:22:20 +0000 Subject: prepare_test_env -s for test_nginx and test_sudo ... so that these tests use dummy secrets instead of not using secrets at all. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 392d9ab..66da05b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -70,7 +70,7 @@ test_nginx: image: registry.opensuse.org/opensuse/infrastructure/containers/heroes-salt-testing-nginx:latest stage: test before_script: - - bin/prepare_test_env.sh -i opensuse -g + - bin/prepare_test_env.sh -i opensuse -g -s - bin/get_formulas.py -c -d /srv/formula -s --clone-from 'https://gitlab.infra.opensuse.org/saltstack-formulas' --clone-branch production -f nginx script: bin/test_nginx.sh tags: @@ -81,7 +81,7 @@ test_nginx: test_sudo: stage: test before_script: - - bin/prepare_test_env.sh -i opensuse -g + - bin/prepare_test_env.sh -i opensuse -g -s - bin/get_formulas.py -c -d /srv/formula -s --clone-from 'https://gitlab.infra.opensuse.org/saltstack-formulas' --clone-branch production script: bin/test_sudo.sh tags: