qemu-patch-raspberry4/.gitlab-ci.d
Daniel P. Berrangé f178c62afc ci: explicitly skip I/O tests on alpine
The block I/O tests don't work on Alpine because their alternative libc
impl emits different strings for errnos, which breaks the expected
output matching. e.g.

=== IO: pattern 102
 wrote 512/512 bytes at offset 512
 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
-qemu-img: Error while reading offset 0 of blkdebug:TEST_DIR/blkdebug.conf:TEST_DIR/t.IMGFMT: Input/output error
+qemu-img: Error while reading offset 0 of blkdebug:TEST_DIR/blkdebug.conf:TEST_DIR/t.IMGFMT: I/O error
 4
 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824
 Formatting 'TEST_DIR/t.IMGFMT.2', fmt=IMGFMT size=0

Currently the I/O tests are skipped as a side effect of the Alpine image
containing a minimal busybox 'sed' binary, rather than GNU sed. This is
a fragile assumption that will be invalidated when the dockerfile is
changed to be autogenerated from a standardized package list that
includes GNU sed.

Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20211215141949.3512719-6-berrange@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20220105135009.1584676-6-alex.bennee@linaro.org>
2022-01-18 16:42:41 +00:00
..
cirrus gitlab-ci: Add cirrus-ci based tests for NetBSD and OpenBSD 2021-12-15 08:08:59 +01:00
custom-runners gitlab-ci: Split custom-runners.yml in one file per runner 2021-11-16 16:19:53 +00:00
edk2 MAINTAINERS: Change philmd's email address 2021-12-31 13:42:54 +01:00
opensbi gitlab-ci.yml: Add jobs to build OpenSBI firmware binaries 2020-03-16 17:03:50 -07:00
buildtest-template.yml tests/acceptance: rename tests acceptance to tests avocado 2021-11-08 17:00:22 +01:00
buildtest.yml ci: explicitly skip I/O tests on alpine 2022-01-18 16:42:41 +00:00
check-dco.py gitlab: add a CI job to validate the DCO sign off 2020-10-13 12:48:17 +02:00
check-patch.py .gitlab-ci.d/check-patch: tweak output for CI logs 2020-11-16 11:08:40 +00:00
cirrus.yml gitlab-ci: Add cirrus-ci based tests for NetBSD and OpenBSD 2021-12-15 08:08:59 +01:00
container-core.yml gitlab: Extract core container jobs to container-core.yml 2021-05-27 16:39:23 +02:00
container-cross.yml tests/docker: promote debian-riscv64-cross to a full image 2021-10-12 08:37:05 +01:00
container-template.yml gitlab: Extract container job template to container-template.yml 2021-05-27 16:39:23 +02:00
containers.yml * Update the references to some doc files (use *.rst instead of *.txt) 2021-06-02 17:08:11 +01:00
crossbuild-template.yml gitlab: skip many more targets in windows cross builds 2021-08-11 08:52:31 +02:00
crossbuilds.yml gitlab: Add cross-riscv64-system, cross-riscv64-user 2021-10-12 08:37:05 +01:00
custom-runners.yml gitlab-ci: Split custom-runners.yml in one file per runner 2021-11-16 16:19:53 +00:00
edk2.yml roms/edk2: Only initialize required submodules 2021-10-20 16:26:19 -07:00
opensbi.yml gitlab-ci: Fix 'when:' condition in OpenSBI jobs 2021-07-29 07:56:01 +02:00
qemu-project.yml gitlab-ci: Test compilation on Windows with MSYS2 2021-12-15 08:08:59 +01:00
stages.yml gitlab: Extract build stages to stages.yml 2021-05-27 16:39:23 +02:00
static_checks.yml gitlab: Disable check-python-tox 2022-01-03 08:55:55 -08:00
windows.yml gitlab-ci: Speed up the msys2-64bit job by using --without-default-devices 2021-12-17 09:12:37 +01:00