Skip to content

Commit c3ee448

Browse files
authored
Merge pull request #17795 from MinaProtocol/port_ci_fixes_from_cmp_to_master
Fix master nightly
2 parents 05c48b1 + db1485c commit c3ee448

File tree

17 files changed

+441
-81
lines changed

17 files changed

+441
-81
lines changed

buildkite/scripts/bench/install.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@ set -eo pipefail
55
# Don't prompt for answers during apt-get install
66
export DEBIAN_FRONTEND=noninteractive
77

8-
sudo apt-get update
9-
sudo apt-get install -y git apt-transport-https ca-certificates tzdata curl python3
10-
118
TESTNET_NAME="berkeley"
129

1310
git config --global --add safe.directory /workdir
1411
source buildkite/scripts/export-git-env-vars.sh
1512

13+
source buildkite/scripts/debian/update.sh --verbose
14+
1615
source buildkite/scripts/debian/install.sh "mina-test-suite,mina-$TESTNET_NAME" 1
1716

1817
pip3 install -r scripts/benchmarks/requirements.txt

buildkite/scripts/connect/connect-to-network.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,10 @@ NETWORK_NAME=$2
1212
WAIT_BETWEEN_POLLING_GRAPHQL=$3
1313
WAIT_AFTER_FINAL_CHECK=$4
1414

15-
# Don't prompt for answers during apt-get install
16-
export DEBIAN_FRONTEND=noninteractive
17-
18-
sudo apt-get update
19-
sudo apt-get install -y git apt-transport-https ca-certificates tzdata curl
20-
2115
git config --global --add safe.directory /workdir
2216

17+
source buildkite/scripts/debian/update.sh --verbose
18+
2319
source buildkite/scripts/export-git-env-vars.sh
2420

2521
source buildkite/scripts/debian/install.sh "mina-${MINA_DEBIAN_NETWORK}" 1

buildkite/scripts/debian/start_local_repo.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@ LOCAL_DEB_FOLDER=_build
1010
set -eou pipefail
1111
set -x
1212

13-
14-
apt-get update
15-
apt-get install -y aptly
16-
1713
# Download locally static debians (for example mina-legacy )
1814

1915
mkdir -p $LOCAL_DEB_FOLDER

0 commit comments

Comments
 (0)