Skip to content

Commit 9adf759

Browse files
Disable muzzle in gitlab (#8475)
1 parent 6502eeb commit 9adf759

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

.gitlab-ci.yml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ muzzle:
148148
needs: [ build ]
149149
stage: tests
150150
parallel: 8
151+
rules:
152+
- when: never
151153
variables:
152154
BUILD_CACHE_TYPE: test
153155
script:
@@ -250,10 +252,14 @@ agent_integration_tests:
250252
required:
251253
extends: .fan_in
252254
needs:
253-
- spotless
254-
- muzzle
255-
- test_published_artifacts
256-
- agent_integration_tests
255+
- job: spotless
256+
optional: true
257+
- job: muzzle
258+
optional: true
259+
- job: test_published_artifacts
260+
optional: true
261+
- job: agent_integration_tests
262+
optional: true
257263

258264
deploy_to_profiling_backend:
259265
stage: publish

0 commit comments

Comments
 (0)