From b6b6df2523b73dd746969c1b717f2977868086b9 Mon Sep 17 00:00:00 2001 From: denis-tingaikin Date: Fri, 19 Nov 2021 02:19:54 +0300 Subject: [PATCH] fix env Signed-off-by: denis-tingaikin --- tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.yaml b/tests.yaml index c4a5668..7a8e7fd 100644 --- a/tests.yaml +++ b/tests.yaml @@ -3,7 +3,7 @@ executions: - name: "Interdomain tests [packet] [aks] [aws]" env: - ARTIFACTS_ARCHIVE=true - - CLUSTER1_CIDR1=172.18.1.128/25 + - CLUSTER1_CIDR=172.18.1.128/25 root: ./ timeout: 3600 cluster-count: 3