[coreboot] Re: Can we make unit test failures more obvious in Gerrit?

2022-09-07 Thread Jakub Czapiga via coreboot
Implementation [1] of unit-tests build failures reporting is now available for review. With this change failing unit-tests builds are visible [2] in the Jenkins job status in the Test Results section. [1] https://review.coreboot.org/c/coreboot/+/67372 [2]* https://qa.coreboot.org/job/coreboot-gerr

[coreboot] Re: Can we make unit test failures more obvious in Gerrit?

2022-09-05 Thread Jakub Czapiga via coreboot
> We'd have to wrap the build process for the unit tests to report into > junit on error. > > tests/Makefile.inc already looks for JUNIT_OUTPUT. The target in > tests/Makefile.common for $($(1)-bin) would have to be extended to > create a report on build failure. It will not be enough. $($(1)-bin)

[coreboot] Re: Can we make unit test failures more obvious in Gerrit?

2022-09-03 Thread Patrick Georgi via coreboot
Am 02.09.2022 um 03:38 schrieb Julius Werner: Right now, when you have a CL that builds fine but fails unit tests, Jenkins with Verified -1 it with a failure page like this https://qa.coreboot.org/job/coreboot-gerrit/215770/ , which just says "Test Result (no failures)". If you know your way arou