Skip to content

Commit

Permalink
chore: 24 second epochs in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
just-mitch committed Dec 18, 2024
1 parent a4be4a7 commit 761a5ea
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ jobs:
matrix:
config:
- test: transfer.test.ts
values: 16-validators
values: ci
runner_type: 16core-tester-x86
timeout: 60
# TODO: Enable this once stable
Expand All @@ -749,15 +749,15 @@ jobs:
# runner_type: 32core-tester-x86
# timeout: 90
- test: reorg.test.ts
values: 16-validators
values: ci
runner_type: 16core-tester-x86-high-memory
timeout: 90
- test: 4epochs.test.ts
values: 16-validators
values: ci
runner_type: 16core-tester-x86
timeout: 60
# - test: gating-passive.test.ts
# values: 16-validators
# values: ci
# runner_type: 16core-tester-x86
# timeout: 60
steps:
Expand Down
47 changes: 47 additions & 0 deletions spartan/aztec-network/values/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
aztec:
slotDuration: 6
epochDuration: 4
epochProofClaimWindow: 2

ethereum:
blockTime: 6sec

telemetry:
enabled: true

validator:
replicas: 8
validatorKeys:
- 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
- 0x59c6995e998f97a5a0044966f0945389dc9e86dae88c7a8412f4603b6b78690d
- 0x5de4111afa1a4b94908f83103eb1f1706367c2e68ca870fc3fb9a804cdab365a
- 0x7c852118294e51e653712a81e05800f419141751be58f605c371e15141b007a6
- 0x47e179ec197488593b187f80a00eb0da91f1b9d0b13f8733639f19c30a34926a
- 0x8b3a350cf5c34c9194ca85829a2df0ec3153be0318b5e2d3348e872092edffba
- 0x92db14e403b83dfe3df233f83dfa3a0d7096f21ca9b0d6d6b8d88b2b4ec1564e
- 0x4bbbf85ce3377467afe5d46f804f221813b2bb87f24d81f60f1fcdbf7cbf4356
validatorAddresses:
- 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266
- 0x70997970C51812dc3A010C7d01b50e0d17dc79C8
- 0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC
- 0x90F79bf6EB2c4f870365E785982E1f101E93b906
- 0x15d34AAf54267DB7D7c367839AAf71A00a2C6A65
- 0x9965507D1a55bcC2695C58ba16FB37d819B0A4dc
- 0x976EA74026E726554dB657fA54763abd0C3a0aa9
- 0x14dC79964da2C08b23698B3D3cc7Ca32193d9955
resources:
requests:
memory: "512Mi"
validator:
disabled: false
sequencer:
enforceTimeTable: false

bot:
followChain: "PENDING"
enabled: true
txIntervalSeconds: 1

bootNode:
validator:
disabled: true

0 comments on commit 761a5ea

Please sign in to comment.