mbox

[kvm-unit-tests,PULL,0/4] s390x updates and gitlab-ci file

Message ID 20190419063207.11474-1-thuth@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

https://gitlab.com/huth/kvm-unit-tests.git tags/pull-request-2019-04-19

Message

Thomas Huth April 19, 2019, 6:32 a.m. UTC
Hi Paolo, hi Radim,

the following changes since commit 764aa0b88d9556520457f13b38d5cea21600545b:

  arm: powerpc: comment halt(code) (2019-04-09 18:31:45 +0200)

are available in the Git repository at:

  https://gitlab.com/huth/kvm-unit-tests.git tags/pull-request-2019-04-19

for you to fetch changes up to dd09573b27c929eb7ff6cd366638049daae5f5ea:

  Add a .gitlab-ci.yml file for automatic CI testing on GitLab instances (2019-04-18 10:02:31 +0200)

----------------------------------------------------------------
- New test for s390x that checks the diag 0x308 hypercall
- Skip a known failure (crash) on z/VM in the "skey" test
- Ignore *.bin files in the s390x folder
- Enable CI on gitlab repos
----------------------------------------------------------------

Thomas Huth (4):
      Add s390x/*.bin to the .gitignore file
      s390x/skey: Skip the "iske" test when running under z/VM 6
      s390x: Add a test for the diagnose 0x308 hypercall
      Add a .gitlab-ci.yml file for automatic CI testing on GitLab instances

 .gitignore          |   1 +
 .gitlab-ci.yml      |  75 ++++++++++++++++++++++++++++++
 s390x/Makefile      |   1 +
 s390x/diag308.c     | 130 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 s390x/skey.c        |  55 ++++++++++++++++++++--
 s390x/unittests.cfg |   3 ++
 6 files changed, 261 insertions(+), 4 deletions(-)
 create mode 100644 .gitlab-ci.yml
 create mode 100644 s390x/diag308.c