From d18f83ab18875457666e5b8f55dea03fc40d338a Mon Sep 17 00:00:00 2001 From: Laplie Anderson Date: Tue, 25 Feb 2025 21:55:14 -0500 Subject: [PATCH] Don't skip muzzle and test_published_artifacts for the nightly --- .gitlab-ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5df39808ae5..674a41f8522 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: @@ -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: