Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion spartan/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function network_test_cmds {
local run_test_script="yarn-project/end-to-end/scripts/run_test.sh"
echo $prefix $run_test_script simple src/spartan/smoke.test.ts
echo $prefix $run_test_script simple src/spartan/transfer.test.ts
# echo $prefix $run_test_script simple src/spartan/slash_inactivity.test.ts
echo $prefix $run_test_script simple src/spartan/slash_inactivity.test.ts
# echo $prefix $run_test_script simple src/spartan/gating-passive.test.ts
# echo $prefix $run_test_script simple src/spartan/proving.test.ts
# echo $prefix $run_test_script simple src/spartan/prover-node.test.ts
Expand Down
3 changes: 1 addition & 2 deletions spartan/environments/next-scenario.env
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ REDEPLOY_ROLLUP_CONTRACTS=true
DESTROY_AZTEC_INFRA=true
VERIFY_CONTRACTS=false

AZTEC_PROOF_SUBMISSION_EPOCHS=2

AZTEC_LAG_IN_EPOCHS_FOR_VALIDATOR_SET=2
AZTEC_LAG_IN_EPOCHS_FOR_RANDAO=2

Expand All @@ -30,6 +28,7 @@ RPC_REPLICAS=2
PUBLISHERS_PER_PROVER=1
PROVER_PUBLISHER_MNEMONIC_START_INDEX=8000
PROVER_REPLICAS=1
PROVER_AGENTS_PER_PROVER=4
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you might want PROVER_REPLICAS here. That will increase the number of machines running with provers allocated to them. Increasing the number of agents per prover just put more agents on each machine.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should I scale down the agents then? I'll try a deployment with replicas scaled up.


RUN_TESTS=true

Expand Down
2 changes: 1 addition & 1 deletion spartan/terraform/deploy-eth-devnet/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ resource "helm_release" "eth_devnet" {
value = var.RELEASE_PREFIX
}

timeout = 300
timeout = 1200
wait = true
wait_for_jobs = false
}
Expand Down