-
Notifications
You must be signed in to change notification settings - Fork 15
fix: enhance profile manager to take mirror node component overrides to increase pipeline stability #289
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
Conversation
…d values file overrides for mirror node components Signed-off-by: Jeromy Cannon <[email protected]>
E2E Node Tests Coverage Report 1 files ±0 1 suites ±0 12m 20s ⏱️ + 9m 52s Results for commit 56735e0. ± Comparison against base commit e6d79a6. This pull request removes 1 test.
|
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesCodacy will stop sending the deprecated coverage status from June 5th, 2024. Learn more Footnotes
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #289 +/- ##
==========================================
- Coverage 81.25% 81.20% -0.06%
==========================================
Files 33 33
Lines 3772 3767 -5
Branches 685 683 -2
==========================================
- Hits 3065 3059 -6
- Misses 707 708 +1
|
## [0.25.0](v0.24.0...v0.25.0) (2024-05-16) ### Features * ability to deploy different software package to a subset of nodes ([#232](#232)) ([5e95030](5e95030)) * add `solo node add` subcommand ([#234](#234)) ([8cc3802](8cc3802)) ### Bug Fixes * enhance profile manager to take mirror node component overrides to increase pipeline stability ([#289](#289)) ([c89a042](c89a042)) * increase wait time for when recycling an haproxy pod for a node ([#292](#292)) ([cb5a1c6](cb5a1c6)) * jsdoc could not recognizing Promise<[*]> ([#275](#275)) ([9a9c00c](9a9c00c)) * revert to sleep and remove jest.runAllTicks from e2e test ([#255](#255)) ([a7cf6bf](a7cf6bf)) * use latest FST chart and a single consensus node during mirror-node e2e test ([#264](#264)) ([5a5a02f](5a5a02f))
🎉 This PR is included in version 0.25.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This pull request changes the following:
Related Issues