We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6502eeb commit 9adf759Copy full SHA for 9adf759
.gitlab-ci.yml
@@ -148,6 +148,8 @@ muzzle:
148
needs: [ build ]
149
stage: tests
150
parallel: 8
151
+ rules:
152
+ - when: never
153
variables:
154
BUILD_CACHE_TYPE: test
155
script:
@@ -250,10 +252,14 @@ agent_integration_tests:
250
252
required:
251
253
extends: .fan_in
254
needs:
- - spotless
- - muzzle
255
- - test_published_artifacts
256
- - agent_integration_tests
+ - job: spotless
+ optional: true
257
+ - job: muzzle
258
259
+ - job: test_published_artifacts
260
261
+ - job: agent_integration_tests
262
263
264
deploy_to_profiling_backend:
265
stage: publish
0 commit comments