-
Notifications
You must be signed in to change notification settings - Fork 91
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
Fork ID Upgrading Notes #31
Conversation
Quality Gate passedIssues Measures |
@@ -8,15 +8,23 @@ deployment_suffix: "-001" | |||
# The deployment process is divided into various stages. | |||
# The `stages` parameter indicates the specific stages you wish the deployment to proceed through. | |||
# By default, it will execute all the stages. | |||
stages: [1, 2, 3, 4, 5] | |||
stages: [1, 2, 2.5, 3, 4, 5] |
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 this how you intended this to work @leovct lol
@@ -8,15 +8,23 @@ deployment_suffix: "-001" | |||
# The deployment process is divided into various stages. | |||
# The `stages` parameter indicates the specific stages you wish the deployment to proceed through. | |||
# By default, it will execute all the stages. | |||
stages: [1, 2, 3, 4, 5] | |||
stages: [1, 2, 2.5, 3, 4, 5] |
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 we should use integer numbers rather than decimal numbers, what do you think? And I'm thinking of adding the description of each stages in params.yml
and also updating this section of the readme: https://github.com/0xPolygon/kurtosis-cdk?tab=readme-ov-file#for-developers.
stages: [1, 2, 2.5, 3, 4, 5] | |
stages: [1, 2, 3, 4, 5, 6] |
# The `stages` parameter indicates the specific stages you wish the deployment to proceed through. | ||
# By default, it will execute all the stages. | ||
-stages: [1, 2, 3, 4, 5] | ||
+stages: [3] |
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.
Glad to see you're using the stage feature :)
This is mostly a documentation commit, but there are also some minor changes to the staged process that @leovct put together in order to separate the creation of the database from the actual services starting. Those are now in stage 2.5.