You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by pr...@apache.org on 2023/02/28 22:00:02 UTC

[druid] branch master updated: We never want to restore caches that aren't an exact match to the commit SHA (#13863)

This is an automated email from the ASF dual-hosted git repository.

progers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git


The following commit(s) were added to refs/heads/master by this push:
     new faf602108b We never want to restore caches that aren't an exact match to the commit SHA (#13863)
faf602108b is described below

commit faf602108bfec548ed99c9db60c8a641c20ccd1c
Author: Elliott Freis <10...@users.noreply.github.com>
AuthorDate: Tue Feb 28 13:59:49 2023 -0800

    We never want to restore caches that aren't an exact match to the commit SHA (#13863)
    
    Co-authored-by: Elliott Freis <el...@Elliott-Freis.earth.dynamic.blacklight.net>
---
 .github/workflows/unit-and-integration-tests-unified.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.github/workflows/unit-and-integration-tests-unified.yml b/.github/workflows/unit-and-integration-tests-unified.yml
index 2555aa48a9..5572c8bbf8 100644
--- a/.github/workflows/unit-and-integration-tests-unified.yml
+++ b/.github/workflows/unit-and-integration-tests-unified.yml
@@ -65,8 +65,6 @@ jobs:
         with:
           path: ~/.m2/repository
           key: maven-${{ runner.os }}-${{ matrix.jdk }}-${{ github.sha }}
-          restore-keys: |
-            maven-${{ runner.os }}-${{ matrix.jdk }}
 
       - name: Cache targets
         id: target
@@ -75,8 +73,6 @@ jobs:
           path: |
             ./**/target
           key: maven-${{ runner.os }}-${{ matrix.jdk }}-targets-${{ github.sha }}
-          restore-keys: |
-            maven-${{ runner.os }}-${{ matrix.jdk }}-targets
 
       - name: Cache image
         id: docker_container
@@ -86,8 +82,6 @@ jobs:
           path: |
             ./druid-container-jdk${{ matrix.jdk }}.tar.gz
             ./integration-tests-ex/image/target/env.sh
-          restore-keys: |
-            druid-container-jdk${{ matrix.jdk }}.tar.gz-
 
       - name: Maven build
         id: maven_build


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org