From 31a92413d9f0cdb4906273de2e70c39c2b767b58 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Dec 25 2023 16:28:25 +0000 Subject: Drop upstream formulas test Test is useless, we are using downstream mirrors, sometimes forks, of the formulas which are already tested as part of "show_highstate". Additionally, the upstream formula test fails if we use downstream patches containing files not available in the upstream repository, as state includes fail to find them. As a replacement for this, a new test was introduced in salt-formulas-git, which correctly tests the downstream formulas when they get updated. Signed-off-by: Georg Pfuetzenreuter --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4ec0daf..5cf4bbf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,18 +28,6 @@ show_highstate: rules: - if: $CI_COMMIT_BRANCH -upstream_formulas_show_highstate: - stage: test - before_script: - - bin/prepare_test_env.sh -g - - bin/get_formulas.py -c -d /srv/formula -s - script: bin/test_show_highstate.sh - allow_failure: true - tags: - - docker - rules: - - if: $CI_COMMIT_BRANCH && $CI_COMMIT_REF_NAME != "production" - test_haproxy: image: registry.opensuse.org/opensuse/infrastructure/containers/heroes-salt-testing-haproxy:latest stage: test