-
Notifications
You must be signed in to change notification settings - Fork 8
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: ability to deploy different software package to a subset of nodes #232
Conversation
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
…local-build Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
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 ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #232 +/- ##
==========================================
+ Coverage 81.80% 82.01% +0.20%
==========================================
Files 34 34
Lines 3936 3987 +51
Branches 694 709 +15
==========================================
+ Hits 3220 3270 +50
- Misses 716 717 +1
|
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Unit Test Results - Linux 1 files 18 suites 1m 12s ⏱️ Results for commit 7963fdf. ♻️ This comment has been updated with latest results. |
Unit Test Results - Windows 1 files 18 suites 1m 47s ⏱️ Results for commit 7963fdf. ♻️ This comment has been updated with latest results. |
E2E Test Results 1 files ±0 14 suites +2 33m 9s ⏱️ + 7m 17s For more details on these failures, see this check. Results for commit cec2404. ± Comparison against base commit a08c52f. ♻️ This comment has been updated with latest results. |
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Test Results8 tests 8 ✅ 3m 0s ⏱️ Results for commit c1ffe4b. ♻️ This comment has been updated with latest results. |
Jeffrey finished Lenin's requested changes
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
E2E Node Local Build Tests Coverage Report8 tests 8 ✅ 2m 56s ⏱️ Results for commit 7963fdf. ♻️ This comment has been updated with latest results. |
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
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
|
## [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:
node.mjs
to copy data/lib and data/apps to pods if flaglocalBuildPath
is valid--app
and--appConfig
is definednode.mjs
to scanswirlds.log
instead ofhgcaa.log
for PlatformTestingAppRelated Issues