Compare various KPIs to the threshold values and fail if any is crossed#1271
Conversation
|
Skipping CI for Draft Pull Request. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #1271 +/- ##
=======================================
Coverage 58.06% 58.06%
=======================================
Files 33 33
Lines 2797 2797
=======================================
Hits 1624 1624
Misses 1018 1018
Partials 155 155 Continue to review full report at Codecov.
|
|
/test 4.10-performance-reduced |
1 similar comment
|
/test 4.10-performance-reduced |
Signed-off-by: Pavel Macík <[email protected]>
42a7ae1 to
e7dfbdd
Compare
|
/test 4.10-performance-reduced |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/retest |
…ded (redhat-developer#1271) Signed-off-by: Pavel Macík <[email protected]> Signed-off-by: Pavel Macík <[email protected]>
…ded (#1271) (#1276) Signed-off-by: Pavel Macík <[email protected]> Signed-off-by: Pavel Macík <[email protected]> Signed-off-by: Pavel Macík <[email protected]> Co-authored-by: Pavel Macík <[email protected]>
Signed-off-by: Pavel Macík [email protected]
Changes
This PR:
test-performance-thresholdsMakefile targed that compares various vaules fromkpi.yamlgenerated bymake test-performance-collect-kpito the threshold values defined in environment variablesTEST_PERFORMANCE_AVG_MEMORY,TEST_PERFORMANCE_MAX_MEMORY,TEST_PERFORMANCE_AVG_CPU,TEST_PERFORMANCE_MAX_CPU. If any of the threshold is crossed it fails.test-performance-thresholdsis to be executed as part ofperformance*OpenShift CI jobs ([rhd-sbo] Add periodic (weekly) jobs to run performance tests openshift/release#33192) (after thetest-performance-collect-kpistep) and fails the job if any of the thresholds is crossed.Submitter Checklist
As the author of this PR, please check off the items in this checklist:
included if any changes are user facing
included if any functionality added or changed. For bugfixes please include tests that can catch regressions
@external-feedbacktag.