Skip to content

Commit

Permalink
Merge pull request #15928 from MinaProtocol/sai/remove-connect-to-ber…
Browse files Browse the repository at this point in the history
…keley

remove connect to berkeley test
  • Loading branch information
svv232 committed Aug 20, 2024
2 parents 2073ce7 + 10e0232 commit 0669b46
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 166 deletions.
2 changes: 1 addition & 1 deletion buildkite/scripts/build-artifact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ make -C src/app/libp2p_helper
MAINNET_TARGETS=""
[[ ${MINA_BUILD_MAINNET} ]] && MAINNET_TARGETS="src/app/cli/src/mina_mainnet_signatures.exe src/app/rosetta/rosetta_mainnet_signatures.exe src/app/rosetta/ocaml-signer/signer_mainnet_signatures.exe"

echo "--- Build all major tagets required for packaging"
echo "--- Build all major targets required for packaging"
echo "Building from Commit SHA: ${MINA_COMMIT_SHA1}"
echo "Rust Version: $(rustc --version)"
dune build "--profile=${DUNE_PROFILE}" $INSTRUMENTED_PARAM \
Expand Down
68 changes: 0 additions & 68 deletions buildkite/scripts/connect-to-berkeley.sh

This file was deleted.

5 changes: 2 additions & 3 deletions buildkite/scripts/connect-to-testnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ if [[ $# -ne 3 ]]; then
exit 1
fi

TESTNET_VERSION_NAME="berkeley"
TESTNET_NAME=$1
WAIT_BETWEEN_POLLING_GRAPHQL=$2
WAIT_AFTER_FINAL_CHECK=$3
Expand All @@ -24,13 +23,13 @@ esac
export DEBIAN_FRONTEND=noninteractive

apt-get update
apt-get install -y git apt-transport-https ca-certificates tzdata curl
apt-get install -y git apt-transport-https ca-certificates tzdata curl libwww-perl jq

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

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

source buildkite/scripts/debian/install.sh "mina-${TESTNET_VERSION_NAME}"
source buildkite/scripts/debian/install.sh "mina-${TESTNET_NAME}" 1

# Remove lockfile if present
rm ~/.mina-config/.mina-lock ||:
Expand Down
48 changes: 0 additions & 48 deletions buildkite/src/Jobs/Test/BerkeleyCompatibility.dhall

This file was deleted.

46 changes: 0 additions & 46 deletions buildkite/src/Jobs/Test/ConnectToBerkeley.dhall

This file was deleted.

0 comments on commit 0669b46

Please sign in to comment.