Skip to content

Commit

Permalink
Connect to testworld-2-0 instead of berkeley for connectivity tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Nov 2, 2023
1 parent f6fb903 commit 7fa29b7
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions buildkite/scripts/connect-to-berkeley.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,17 @@ export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install -y git apt-transport-https ca-certificates tzdata curl

TESTNET_NAME="berkeley"
TESTNET_VERSION_NAME="berkeley"
TESTNET_NAME="testworld-2-0"

git config --global --add safe.directory /workdir

source buildkite/scripts/export-git-env-vars.sh

echo "Installing mina daemon package: mina-${TESTNET_NAME}=${MINA_DEB_VERSION}"
echo "Installing mina daemon package: mina-${TESTNET_VERSION_NAME}=${MINA_DEB_VERSION}"
echo "deb [trusted=yes] http://packages.o1test.net $MINA_DEB_CODENAME $MINA_DEB_RELEASE" | tee /etc/apt/sources.list.d/mina.list
apt-get update
apt-get install --allow-downgrades -y "mina-${TESTNET_NAME}=${MINA_DEB_VERSION}"
apt-get install --allow-downgrades -y "mina-${TESTNET_VERSION_NAME}=${MINA_DEB_VERSION}"

# Remove lockfile if present
rm ~/.mina-config/.mina-lock ||:
Expand Down

0 comments on commit 7fa29b7

Please sign in to comment.