Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ muzzle:
needs: [ build ]
stage: tests
parallel: 8
rules:
- when: never
variables:
BUILD_CACHE_TYPE: test
script:
Expand Down Expand Up @@ -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
Expand Down
Loading