Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dkijania committed Oct 3, 2023
1 parent 95afebd commit 1f7527f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion buildkite/scripts/run-test-executive-minimina.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ echo "deb [trusted=yes] http://packages.o1test.net ubuntu stable" | tee /etc/apt
apt-get update
apt-get install --allow-downgrades -y "minimina"

echo "deb [trusted=yes] https://apt.releases.hashicorp.com bullseye main" | tee /etc/apt/sources.list.d/hashicorp.list
apt-get update
apt-get install --allow-downgrades -y "terraform"

echo "Installing mina daemon package: mina-test-executive=${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
Expand All @@ -36,7 +40,7 @@ git clone https://github.com/MinaFoundation/lucy-keypairs.git
mina-test-executive abstract "$TEST_NAME" \
--network-runner /usr/bin/minimina \
--config /var/lib/mina/minimina.json \
--keypairs-path lucy-keypairs
--keypairs-path lucy-keypairs \
--mina-image "$MINA_IMAGE" \
--archive-image "$ARCHIVE_IMAGE" \
--mina-automation-location ./automation \
Expand Down

0 comments on commit 1f7527f

Please sign in to comment.