-
Notifications
You must be signed in to change notification settings - Fork 322
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: Devops for proving large blocks #9795
Conversation
…ackages into pw/spartan-proving
…ackages into pw/spartan-proving
This was unfortunately hiding because of a rescue script.
Run a subset of e2e and kind-network-tests 5 times.
spartan/aztec-network/values.yaml
Outdated
@@ -25,7 +25,7 @@ bootNode: | |||
externalUdpHost: "" | |||
replicas: 1 | |||
service: | |||
p2pTcpPort: 40400 | |||
p2pTcpPort: 40500 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm what's the issue with the same port being used?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
None, this change was when I was messing about with routing UDP into the cluster. Will revert
02209b4
to
dd83d52
Compare
…ackages into pw/spartan-proving
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
.github/workflows/ci.yml
Outdated
# TODO(#9736) | ||
# - test: transfer.test.ts | ||
# values: 48-validators | ||
# runner_type: 32core-tester-x86 | ||
# TODO(#9736) this fails | ||
- test: transfer.test.ts | ||
values: 48-validators | ||
runner_type: 32core-tester-x86 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is the "this fails" comment still relevant?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know, I didn't actually uncomment this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The uncomment might have been a result of me trying the test out on testnet branch - it was indeed relevant I was just tryint to surface it but expected the failure. Would recommend removing it especially as this is not labelled with network-all
resources: | ||
{{- toYaml .Values.proverAgent.resources | nindent 12 }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔥
Changes to public function bytecode sizes
🧾 Summary (100% most significant diffs)
Full diff report 👇
|
This PR contains some work towards testing the proving of large blocks.