From f728eec8c71f57447702840f3e1f8f7aaf2bd16f Mon Sep 17 00:00:00 2001 From: Robert Metzger Date: Fri, 27 Mar 2020 11:07:37 +0100 Subject: [PATCH] [FLINK-16411][AZP] Cache maven artifacts for tests as well --- tools/azure-pipelines/jobs-template.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/azure-pipelines/jobs-template.yml b/tools/azure-pipelines/jobs-template.yml index 911fa7f040599..85217901a655d 100644 --- a/tools/azure-pipelines/jobs-template.yml +++ b/tools/azure-pipelines/jobs-template.yml @@ -105,9 +105,7 @@ jobs: path: $(CACHE_FLINK_DIR) artifact: FlinkCompileCacheDir-${{parameters.stage_name}} - # only for the python stage (which runs a full mvn install), download the cache - task: Cache@2 - condition: eq(variables['module'], 'python') inputs: key: $(CACHE_KEY) restoreKeys: $(CACHE_FALLBACK_KEY)