Run some integration tests for the r5900o32el-linux-user target. Signed-off-by: Philippe Mathieu-Daudé <f4...@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