From 4e9222ad13ed09726a44d8656e39540ad450b93d Mon Sep 17 00:00:00 2001 From: Paul Johnston Date: Tue, 22 Sep 2020 13:00:22 -0700 Subject: [PATCH] test: set DEBUG_CRASHING_PODS=true to stop skipping restart test --- .pipelines/e2e-step-template.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pipelines/e2e-step-template.yaml b/.pipelines/e2e-step-template.yaml index 4ed31441bf..e5a351c296 100644 --- a/.pipelines/e2e-step-template.yaml +++ b/.pipelines/e2e-step-template.yaml @@ -88,6 +88,7 @@ steps: export CLEANUP_ON_EXIT=true export REGIONS=$(AKS_ENGINE_REGION) export IS_JENKINS=false + export DEBUG_CRASHING_PODS=true make test-kubernetes name: DeployAKSEngine displayName: Run AKS-Engine E2E Tests