Skip to content

Don't skip muzzle and test_published_artifacts for the nightly Gitlab build #8449

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 28, 2025
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
8 changes: 0 additions & 8 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,6 @@ test_published_artifacts:
image: ghcr.io/datadog/dd-trace-java-docker-build:${JAVA_BUILD_IMAGE_VERSION}-7 # Needs Java7 for some tests
stage: tests
needs: [ build ]
rules:
- if: '$POPULATE_CACHE'
when: never
- when: on_success
variables:
BUILD_CACHE_TYPE: lib
script:
Expand All @@ -145,10 +141,6 @@ muzzle:
needs: [ build ]
stage: tests
parallel: 8
rules:
- if: '$POPULATE_CACHE'
when: never
- when: on_success
variables:
BUILD_CACHE_TYPE: test
script:
Expand Down
Loading