qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[RFC PATCH 42/42] gitlab-ci: Add job to run integration tests for the r5


From: Philippe Mathieu-Daudé
Subject: [RFC PATCH 42/42] gitlab-ci: Add job to run integration tests for the r5900o32el target
Date: Sun, 14 Feb 2021 18:59:12 +0100

Run some integration tests for the r5900o32el-linux-user target.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 .gitlab-ci.yml | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7d7559416e3..ba2c9ac0b4d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -634,6 +634,16 @@ build-r5900-user:
     paths:
       - build
 
+acceptance-r5900-user:
+  <<: *native_test_job_definition
+  needs:
+    - job: build-r5900-user
+      artifacts: true
+  variables:
+    IMAGE: fedora
+    MAKE_CHECK_ARGS: check-acceptance
+  <<: *acceptance_definition
+
 check-patch:
   stage: build
   image: $CI_REGISTRY_IMAGE/qemu/centos8:latest
-- 
2.26.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]