-
Notifications
You must be signed in to change notification settings - Fork 15
ci: set unique e2e job names to prevent failure and set e2e parallel jobs to 5 #1367
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
… to 5 Signed-off-by: Jeromy Cannon <[email protected]>
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 stopped sending the deprecated coverage status on June 5th, 2024. Learn more |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1367 +/- ##
==========================================
+ Coverage 82.43% 82.46% +0.02%
==========================================
Files 130 130
Lines 23628 23628
Branches 2281 2352 +71
==========================================
+ Hits 19477 19484 +7
+ Misses 3973 3896 -77
- Partials 178 248 +70 |
commit 73f43f0 Author: Jeromy Cannon <[email protected]> Date: Wed Feb 12 10:22:08 2025 +0000 refactor and fix test cases Signed-off-by: Jeromy Cannon <[email protected]> commit 29a2d73 Author: Jeffrey Tang <[email protected]> Date: Wed Feb 12 00:22:54 2025 -0600 Fix unit test Signed-off-by: Jeffrey Tang <[email protected]> commit 0f1015f Author: Jeffrey Tang <[email protected]> Date: Tue Feb 11 23:13:24 2025 -0600 save Signed-off-by: Jeffrey Tang <[email protected]> commit 07b43b6 Merge: a666091 369065e Author: Jeffrey Tang <[email protected]> Date: Tue Feb 11 16:47:11 2025 -0600 Merge commit '369065ec21eb01784269b252f9546532da3420dd' into 01363-D-chart-manager-with-context commit 369065e Author: Jeromy Cannon <[email protected]> Date: Tue Feb 11 21:02:00 2025 +0000 ci: set unique e2e job names to prevent failure and set e2e parallel jobs to 5 (#1367) Signed-off-by: Jeromy Cannon <[email protected]> commit 7a5b05b Author: Jeromy Cannon <[email protected]> Date: Tue Feb 11 21:00:45 2025 +0000 feat: add BaseCommand.getContexts() method (#1366) Signed-off-by: Jeromy Cannon <[email protected]> commit a666091 Author: Jeffrey Tang <[email protected]> Date: Tue Feb 11 14:24:47 2025 -0600 save Signed-off-by: Jeffrey Tang <[email protected]> commit 0e7e014 Author: Jeffrey Tang <[email protected]> Date: Tue Feb 11 14:08:30 2025 -0600 add kubeContext parameter Signed-off-by: Jeffrey Tang <[email protected]> commit 44703a4 Author: Jeromy Cannon <[email protected]> Date: Tue Feb 11 20:06:38 2025 +0000 feat: add BaseCommand.getConsensusNodes() method (#1364) Signed-off-by: Jeromy Cannon <[email protected]> Signed-off-by: Jeromy Cannon <[email protected]>
🎉 This PR is included in version 0.35.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 0.35.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This pull request changes the following:
Related Issues