Skip to content

Commit 08e0fa3

Browse files
Don't skip muzzle and test_published_artifacts for the nightly (#8449)
1 parent 5328e2b commit 08e0fa3

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,6 @@ test_published_artifacts:
117117
image: ghcr.io/datadog/dd-trace-java-docker-build:${JAVA_BUILD_IMAGE_VERSION}-7 # Needs Java7 for some tests
118118
stage: tests
119119
needs: [ build ]
120-
rules:
121-
- if: '$POPULATE_CACHE'
122-
when: never
123-
- when: on_success
124120
variables:
125121
BUILD_CACHE_TYPE: lib
126122
script:
@@ -145,10 +141,6 @@ muzzle:
145141
needs: [ build ]
146142
stage: tests
147143
parallel: 8
148-
rules:
149-
- if: '$POPULATE_CACHE'
150-
when: never
151-
- when: on_success
152144
variables:
153145
BUILD_CACHE_TYPE: test
154146
script:

0 commit comments

Comments
 (0)