From 62b9cdbb64e28e93bfc4acaa5d897335e0a03d17 Mon Sep 17 00:00:00 2001 From: Lauri Nevala Date: Wed, 10 Jun 2020 15:40:10 +0300 Subject: [PATCH] Remove minikube/kind from windows integration tests Signed-off-by: Lauri Nevala --- .azure-pipelines.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 2128eee90e..08b194e5e3 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -33,6 +33,7 @@ jobs: inputs: key: yarn | $(Agent.OS) | yarn.lock path: $(YARN_CACHE_FOLDER) + cacheHitVar: CACHE_RESTORED displayName: Cache Yarn packages - powershell: | mkdir -p "$YARN_CACHE_FOLDER" @@ -41,9 +42,6 @@ jobs: condition: eq(variables.CACHE_RESTORED, 'true') - script: make deps displayName: Install dependencies - - powershell: | - kind.exe create cluster --name minikube - displayName: Starting Minikube - script: make integration-win displayName: Run integration tests - script: make build