-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
None
Even after splitting the pipeline in CAM-13441, two of the pipelines are executing ~ 400K tests that cause performance issue when trying to load the results to observe failures.
Acceptance Criteria (Required on creation):
Try to reduce the performance during loading test results
Hints (Optional):
Approaches:
- Reduce the output of successful tests via `keepLongStdio` flag in https://plugins.jenkins.io/junit/
- Store test results only for failing stages
- Ideally, store only failing tests