-
Notifications
You must be signed in to change notification settings - Fork 126
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
chore: remove performance-test workflow and relative makefile entry #2706
Conversation
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.
please also remove any occurrences of this workflow being called in other workflows. I see it being called in CI.yml
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
Made necessary changes and also did a re-check for occurrence of this workflow in any other workflows but turns out it was only present in |
Looks like spell-check is failing for |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2706 +/- ##
=======================================
Coverage 85.70% 85.71%
=======================================
Files 160 160
Lines 10139 10139
=======================================
+ Hits 8690 8691 +1
Misses 1169 1169
+ Partials 280 279 -1 see 3 files with indirect coverage changes
Flags with carried forward coverage won't be shown. Click here to find out more. |
Hi @ShivangShandilya, please rebase the branch. The spell check error has been fixed in #2750 |
I believe we should also modify the |
Hi @ShivangShandilya any progress here ? |
Signed-off-by: ShivangShandilya <[email protected]>
Signed-off-by: Shivang Shandilya <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Quality Gate failedFailed conditions 3.7% Duplication on New Code (required ≤ 3%) |
@ShivangShandilya thank you for contribution! |
…eptn#2706) Signed-off-by: ShivangShandilya <[email protected]> Signed-off-by: Shivang Shandilya <[email protected]> Signed-off-by: odubajDT <[email protected]> Co-authored-by: odubajDT <[email protected]> Signed-off-by: vickysomtee <[email protected]>
This PR fixes: #2328
This PR simply works on removing the performance-test workflow as we already have the load test workflow that evaluates our performances in an E2E fashion and also removes its subsequent makefile entry.