From 61a22a43e8d2a3e382e728ad7bbf5da2b1c8bf58 Mon Sep 17 00:00:00 2001 From: Laplie Anderson Date: Fri, 28 Feb 2025 13:03:20 -0500 Subject: [PATCH] Disable muzzle in gitlab --- .gitlab-ci.yml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bca4b89eed3..b555ec6b839 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -148,6 +148,8 @@ muzzle: needs: [ build ] stage: tests parallel: 8 + rules: + - when: never variables: BUILD_CACHE_TYPE: test script: @@ -250,10 +252,14 @@ agent_integration_tests: required: extends: .fan_in needs: - - spotless - - muzzle - - test_published_artifacts - - agent_integration_tests + - job: spotless + optional: true + - job: muzzle + optional: true + - job: test_published_artifacts + optional: true + - job: agent_integration_tests + optional: true deploy_to_profiling_backend: stage: publish