Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: deploy high tps master network #11245

Merged
Merged
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
19 changes: 17 additions & 2 deletions .github/workflows/nightly-masternet-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,25 @@ jobs:
with:
ref: master
cluster: aztec-gke-private
namespace: masternet
namespace: master-rc-1
values_file: rc-1.yaml
aztec_docker_image: aztecprotocol/aztec@${{ needs.get-latest-commit.outputs.commit }}
deployment_mnemonic_secret_name: testnet-deployment-mnemonic
deployment_mnemonic_secret_name: junk-mnemonic
respect_tf_lock: "false"
run_terraform_destroy: "true"
secrets:
GCP_SA_KEY: ${{ secrets.GCP_SA_KEY }}

deploy-network-exp:
needs: get-latest-commit
uses: ./.github/workflows/network-deploy.yml
with:
ref: master
cluster: aztec-gke-private
namespace: master-exp-2
values_file: exp-2.yaml
aztec_docker_image: aztecprotocol/aztec@${{ needs.get-latest-commit.outputs.commit }}
deployment_mnemonic_secret_name: junk-mnemonic
respect_tf_lock: "false"
run_terraform_destroy: "true"
secrets:
Expand Down
6 changes: 3 additions & 3 deletions spartan/aztec-network/values/exp-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ validator:
validator:
disabled: false
sequencer:
maxTxsPerBlock: 4
maxTxsPerBlock: 40
enforceTimeTable: true

bootNode:
Expand All @@ -303,7 +303,7 @@ bootNode:
maxOldSpaceSize: "4608"

proverAgent:
replicas: 2
replicas: 8

proverBroker:
resources:
Expand All @@ -322,7 +322,7 @@ proverNode:
maxOldSpaceSize: "11776"

bot:
replicas: 1
replicas: 10
followChain: "NONE"
enabled: true
txIntervalSeconds: 1
Expand Down