On 18/01/2021 14.37, Jiaxun Yang wrote:
On Mon, Jan 18, 2021, at 6:11 PM, Daniel P. Berrangé wrote:
On Mon, Jan 18, 2021 at 02:38:08PM +0800, Jiaxun Yang wrote:
We only run build test and check-acceptance as their are too many
failures in checks due to minor string mismatch.
Can you give real examples of what's broken here, as that sounds
rather suspicious, and I'm not convinced it should be ignored.
Mostly Input/Output error vs I/O Error.
Right, out of curiosity, I also gave it a try:
https://gitlab.com/huth/qemu/-/jobs/969225330
Apart from the "I/O Error" vs. "Input/Output Error" difference, there also
seems to be a problem with "sed" in some of the tests.
Jiaxun, I think you could simply add a job like this instead:
check-system-alpine:
<<: *native_test_job_definition
needs:
- job: build-system-alpine
artifacts: true
variables:
IMAGE: alpine
MAKE_CHECK_ARGS: check-qtest check-unit check-qapi-schema check-softfloat
That will run all the other tests, without the problematic check-block part.
Thomas