From 1af0cad2041d84ae3d5c4e014720af110cec6bd0 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Nov 04 2023 18:05:59 +0000 Subject: Always run test_haproxy.sh ... instead of running it only if specific files changes. Detecting the list of changed files is problematic/broken on rebases if the rebase push only contains changes in files unrelated to haproxy. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d2ec8ed..2069433 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -58,12 +58,12 @@ test_haproxy: - '*.txt' rules: - if: $CI_COMMIT_BRANCH - changes: - - bin/test_haproxy.sh - - pillar/cluster/*/* - - pillar/common/haproxy/* - - salt/profile/proxy/* - - salt/role/proxy* +# changes: +# - bin/test_haproxy.sh +# - pillar/cluster/*/* +# - pillar/common/haproxy/* +# - salt/profile/proxy/* +# - salt/role/proxy* test_nginx: image: registry.opensuse.org/opensuse/infrastructure/containers/heroes-salt-testing-nginx:latest