Actions
action #122923
closedcoordination #96596: [qe-core][CI] CI/CD and Coding style improvements
[qe-core][CI] Hide passing check messages from the CI logs
Status:
Resolved
Priority:
Normal
Assignee:
Category:
Infrastructure
Target version:
QA (public, currently private due to #173521) - QE-Core: Ready
Start date:
2022-10-13
Due date:
% Done:
0%
Estimated time:
Difficulty:
Sprint:
QE-Core: February Sprint (Feb 08 - Mar 08)
Description
Whenever a check fails in the CI, it's often difficult to directly find the file causing the failure, for instance here.
At the moment, things that come to mind are:
- Tidy checks.
- Metadata checks
[yaml checks]
Acceptance Criteria¶
Passing checks done on files aren't shown unless
--verbose
or another flag is passed during the calls tomake
See also: https://github.com/os-autoinst/os-autoinst/pull/2235 for silencing Tidy
Actions