Skip to content
  • Thomas Huth's avatar
    Add a .gitlab-ci.yml file for automatic CI testing on GitLab instances · dd09573b
    Thomas Huth authored
    
    
    When changing common code of the kvm-unit-tests, one should make sure that
    the tests still compile fine for all target architectures afterwards. But
    compiling kvm-unit-tests for all target architectures manually is cumbersome.
    For people like me who store their git trees on GitLab, this can be done
    automatically via a CI system instead. Using the .gitlab-ci.yml file, auto-
    matic builds are now triggered on each push to a kvm-unit-test repository on
    gitlab.com. Additionally, the script also runs the tests that can be executed
    with QEMU TCG (except for s390x, since the QEMU package of the CI container
    currently does not provide the required s390-ccw bios here).
    
    Acked-by: default avatarAndrew Jones <drjones@redhat.com>
    Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
    dd09573b
Validating GitLab CI configuration… Learn more