-
Notifications
You must be signed in to change notification settings - Fork 581
feat: create deploy-rollup-contracts.yml #16549
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
feat: create deploy-rollup-contracts.yml #16549
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
db8884c to
103df70
Compare
103df70 to
0f5a5e6
Compare
5973cff to
b10a81f
Compare
0f5a5e6 to
ed3868b
Compare
ed3868b to
4625b9d
Compare
8db0546 to
4709157
Compare
4625b9d to
2f88902
Compare
4709157 to
4900419
Compare
2f88902 to
9fab426
Compare
4900419 to
c3a1cd5
Compare
9fab426 to
1c7563b
Compare
alexghr
left a comment
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 but I think Github will struggle with the deployment workflow if it's got this many input parameters
| required: true | ||
|
|
||
| workflow_dispatch: | ||
| inputs: |
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 think this will hit the '10 inputs hard limit' on workflow_dispatch
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.
Yep I'll remove them in a stacked PR 👍
1c7563b to
79f0f2b
Compare

Adds a new GitHub workflow and Terraform configuration for deploying Aztec rollup contracts to Kubernetes clusters. The implementation includes:
deploy-rollup-contracts.ymlthat can be triggered manually or called from other workflowsspartan/terraform/deploy-rollup-contracts/to handle the deployment processThe workflow allows customization of various Aztec parameters like slot duration, epoch duration, committee size, and other protocol-specific settings. It also supports optional features like sponsored FPC and real verifier deployment.