Skip to content

Commit 081ed85

Browse files
committed
Merge branch 'dkijania/remove_int_tests_leftovers' into dkijania/remove_int_tests_leftovers_dev
2 parents 3888a96 + afa99c1 commit 081ed85

File tree

5 files changed

+2
-50
lines changed

5 files changed

+2
-50
lines changed

buildkite/scripts/run-test-executive-cloud.sh

-27
This file was deleted.

buildkite/src/Jobs/Test/TestnetIntegrationTests.dhall

-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ in Pipeline.build
3939
, S.strictlyStart
4040
(S.contains "buildkite/src/Jobs/Test/TestnetIntegrationTest")
4141
, S.strictlyStart (S.contains "buildkite/src/Command/TestExecutive")
42-
, S.strictlyStart
43-
(S.contains "buildkite/scripts/run-test-executive-cloud")
4442
, S.strictlyStart
4543
(S.contains "buildkite/scripts/run-test-executive-local")
4644
]

dockerfiles/scripts/run_test_executive.sh

-7
This file was deleted.

flake.nix

+1-13
Original file line numberDiff line numberDiff line change
@@ -213,15 +213,7 @@
213213
{ with-archive ? false }: {
214214
command =
215215
runInEnv self.devShells.x86_64-linux.integration-tests ''
216-
export GOOGLE_CLOUD_KEYFILE_JSON=$AUTOMATED_VALIDATION_SERVICE_ACCOUNT
217-
export GCLOUD_API_KEY=$(cat $INTEGRATION_TEST_LOGS_GCLOUD_API_KEY_PATH)
218-
source $INTEGRATION_TEST_CREDENTIALS
219-
export AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY
220-
export KUBE_CONFIG_PATH=$$HOME/.kube/config
221-
gcloud auth activate-service-account --key-file=$AUTOMATED_VALIDATION_SERVICE_ACCOUNT [email protected] --project o1labs-192920
222-
gcloud container clusters get-credentials --region us-west1 mina-integration-west1
223-
kubectl config use-context gke_o1labs-192920_us-west1_mina-integration-west1
224-
test_executive cloud ${test} \
216+
test_executive local ${test} \
225217
--mina-image=${
226218
dockerUrl "mina-image-full" "$BUILDKITE_COMMIT"
227219
} \
@@ -378,10 +370,6 @@
378370
'';
379371
buildInputs = [
380372
self.packages.${system}.test_executive
381-
pkgs.kubectl
382-
pkgs.google-cloud-sdk
383-
pkgs.terraform
384-
pkgs.curl
385373
];
386374
};
387375
packages.impure-shell =

scripts/debian/builder-helpers.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SHARED_DEPS="libssl1.1, libgmp10, libgomp1, tzdata, rocksdb-tools"
2323

2424
SUGGESTED_DEPS="jq, curl, wget"
2525

26-
TEST_EXECUTIVE_DEPS=", mina-logproc, python3, nodejs, yarn, google-cloud-sdk, kubectl, google-cloud-sdk-gke-gcloud-auth-plugin, terraform, helm"
26+
TEST_EXECUTIVE_DEPS=", mina-logproc, python3, docker"
2727

2828
case "${MINA_DEB_CODENAME}" in
2929
bookworm|jammy)

0 commit comments

Comments
 (0)