From 20fc3e9468f2b445bd2c06ec2b10f25f8f9d2590 Mon Sep 17 00:00:00 2001 From: just-mitch <68168980+just-mitch@users.noreply.github.com> Date: Fri, 31 Jan 2025 11:22:56 -0500 Subject: [PATCH] chore: deploy high tps master network (#11245) Changes namespaces to `master-rc` and `master-exp` --- .../workflows/nightly-masternet-deploy.yml | 19 +++++++++++++++++-- spartan/aztec-network/values/exp-2.yaml | 6 +++--- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/.github/workflows/nightly-masternet-deploy.yml b/.github/workflows/nightly-masternet-deploy.yml index 16ae44102be..fe887dae48c 100644 --- a/.github/workflows/nightly-masternet-deploy.yml +++ b/.github/workflows/nightly-masternet-deploy.yml @@ -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: diff --git a/spartan/aztec-network/values/exp-2.yaml b/spartan/aztec-network/values/exp-2.yaml index 65a1a25ef1a..7a63ed2807e 100644 --- a/spartan/aztec-network/values/exp-2.yaml +++ b/spartan/aztec-network/values/exp-2.yaml @@ -287,7 +287,7 @@ validator: validator: disabled: false sequencer: - maxTxsPerBlock: 4 + maxTxsPerBlock: 40 enforceTimeTable: true bootNode: @@ -303,7 +303,7 @@ bootNode: maxOldSpaceSize: "4608" proverAgent: - replicas: 2 + replicas: 8 proverBroker: resources: @@ -322,7 +322,7 @@ proverNode: maxOldSpaceSize: "11776" bot: - replicas: 1 + replicas: 10 followChain: "NONE" enabled: true txIntervalSeconds: 1