Skip to content
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

Merged
merged 6 commits into from
Mar 27, 2024
Merged

Conversation

praetoriansentry
Copy link
Member

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.

Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@praetoriansentry praetoriansentry marked this pull request as ready for review March 27, 2024 02:48
@@ -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]
Copy link
Member Author

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]
Copy link
Member

@leovct leovct Mar 27, 2024

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.

Suggested change
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]
Copy link
Member

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 :)

@praetoriansentry praetoriansentry merged commit b00ce0f into main Mar 27, 2024
4 checks passed
@leovct leovct deleted the jhilliard/latest-fork-changes branch April 8, 2024 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants