From 3b274e59935cef229d41866a5863b1d5107ea6bd Mon Sep 17 00:00:00 2001 From: Michal Nowak Date: Wed, 9 Jul 2025 17:41:24 +0200 Subject: [PATCH] Do not add AlmaLinux 8 FIPS unit and system test in MR pipelines --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a06ae9b094..5ece4230be 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -891,6 +891,7 @@ gcc:8fips:amd64: system:gcc:8fips:amd64: <<: *almalinux_8fips_amd64_image <<: *system_test_job + <<: *api_pipelines_schedules_tags_triggers_web_triggering_rules variables: GIT_CLONE_PATH: "${GIT_CLONE_PATH_INSTANCE_EXECUTOR}" needs: @@ -900,6 +901,7 @@ system:gcc:8fips:amd64: unit:gcc:8fips:amd64: <<: *almalinux_8fips_amd64_image <<: *unit_test_job + <<: *api_pipelines_schedules_tags_triggers_web_triggering_rules variables: GIT_CLONE_PATH: "${GIT_CLONE_PATH_INSTANCE_EXECUTOR}" needs: