Skip to content

Commit

Permalink
Revert "tests/cluster: add minimal remotes for 4.0/stable"
Browse files Browse the repository at this point in the history
This reverts commit dde56db.

Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Aug 5, 2024
1 parent baa9543 commit 68921ba
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/cluster
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@ cluster:
cluster_token: "${TOKEN}"
EOF
fi

# add minimal remotes if needed (TODO: remove once 4.0.10 is in 4.0/stable)
if [ "$(lxc exec "${PREFIX}-$i" -- lxc remote list -f csv | grep -cwF "minimal")" -lt 2 ]; then
lxc exec "${PREFIX}-$i" -- lxc remote add ubuntu-minimal https://cloud-images.ubuntu.com/minimal/releases/ --protocol simplestreams || true
lxc exec "${PREFIX}-$i" -- lxc remote add ubuntu-minimal-daily https://cloud-images.ubuntu.com/minimal/daily/ --protocol simplestreams || true
fi
done

echo "==> Validating the cluster"
Expand Down

0 comments on commit 68921ba

Please sign in to comment.