Skip to content

Commit

Permalink
Revert "multiregion cluster large genesis support"
Browse files Browse the repository at this point in the history
This reverts commit 7193ecb.
  • Loading branch information
danielxiangzl committed Dec 12, 2024
1 parent c6a740c commit 2b51389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions terraform/helm/genesis/files/genesis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,7 @@ create_secrets() {
)

if [[ "$include_genesis_blob" == "true" ]]; then
tar -C $WORKSPACE -czf ${WORKSPACE}/genesis.blob.tar.gz genesis.blob
files_to_include+=("--from-file=genesis.blob.tar.gz=${WORKSPACE}/genesis.blob.tar.gz")
files_to_include+=("--from-file=genesis.blob=${WORKSPACE}/genesis.blob")
fi

kubectl create secret generic "${username}-genesis-e${ERA}" "${files_to_include[@]}"
Expand Down
2 changes: 1 addition & 1 deletion testsuite/forge/src/backend/k8s/cluster_helper.rs
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ pub async fn install_testnet_resources(
kube_client.clone(),
kube_namespace.clone(),
FORGE_TESTNET_DEPLOYER_DOCKER_IMAGE_REPO.to_string(),
Some("9ab46e9e78392fe66102c3145e2d10045e58e6c6".into()),
Some("4d49cd28bdbbfefad7b6e68d2f0b200216ea981f".into()),
);

testnet_deployer.start(config).await?;
Expand Down

0 comments on commit 2b51389

Please sign in to comment.