Skip to content

Commit

Permalink
Fix defaultCNI test run.
Browse files Browse the repository at this point in the history
Signed-off-by: Vitaliy Guschin <[email protected]>
  • Loading branch information
Vitaliy Guschin committed Jun 27, 2024
1 parent 0ec387e commit efc9b21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit efc9b21

Please sign in to comment.