From efc9b211461081ccbf8a3be86570d513acea0910 Mon Sep 17 00:00:00 2001 From: Vitaliy Guschin Date: Thu, 23 May 2024 18:39:20 +0400 Subject: [PATCH] Fix defaultCNI test run. Signed-off-by: Vitaliy Guschin --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 2ffafc8..f4cdd84 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -87,7 +87,7 @@ jobs: # Checking server availability by metro and node_type - name: Find metro run: | - metros_to_check=da,ny + metros_to_check=dc,ny if [[ "${{ matrix.config.CNI }}" == "calico-vpp" ]]; then metros_to_check=at,ch elif [[ "${{ matrix.config.node_type }}" == "c3.large.arm64" ]]; then @@ -146,7 +146,7 @@ jobs: uses: nick-fields/retry@v3 with: timeout_minutes: 60 - max_attempts: 3 + max_attempts: 1 command: | cd ${{ github.repository }} scripts/setup-cluster.sh "/tmp/sshkey"