Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Cirrus: Combine build and code consistency tasks | Chris Evich | 2022-09-29 |
It's conceivable for CI to spend a lot of time testing code which otherwise should be rejected due to quality problems. Previously this was validated in a dedicated task, however a failure would still fail the CI run. Simplify the number of CI tasks by combining the consistency check at the tail-end of the build task. Signed-off-by: Chris Evich <cevich@redhat.com> |