From nobody Sat May 18 22:15:00 2024 Delivered-To: importer@patchew.org Received-SPF: temperror (zoho.com: Error in retrieving data from DNS) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=temperror (zoho.com: Error in retrieving data from DNS) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1554899879; cv=none; d=zoho.com; s=zohoarc; b=RfZc+y4I/0r487O9VvXUOABAfUgBqL4vNEigBP0qmSkhQ/VYuUMOouqaDnKqkF4ZCuQJmpO25L2zGP/zHP+dqmSBCWqC2TGK9gr8RSXg7qsKrl10skuz55dth0HbweLozCWOC1n1OHK+6CKtT6y4p8RfBJyB/3Mxs2GU8kApAH8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1554899879; h=Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=RZUEP30MigQRb94YfkRcKfoXhQEeiDBK1oaGNvtIP9M=; b=Wd05NItAZGeOTTwUVwsl5nbYCKojuetSDEP1TEHJctJM7tDsSP1fkUhaeGuUsv9xWJFCF8jPzWJ+NNbXYcj75KUqg/gsbM4LxhBxmrxDLlzCLbjhC4Viy5er+rYOUWtQ71erJBD+qGdvtVS+gqi3RAop6wDOVr1NX78WTwiBUbM= ARC-Authentication-Results: i=1; mx.zoho.com; spf=temperror (zoho.com: Error in retrieving data from DNS) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (209.51.188.17 [209.51.188.17]) by mx.zohomail.com with SMTPS id 1554899879516761.5588831234784; Wed, 10 Apr 2019 05:37:59 -0700 (PDT) Received: from localhost ([127.0.0.1]:59112 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hECU1-00026y-UA for importer@patchew.org; Wed, 10 Apr 2019 08:37:41 -0400 Received: from eggs.gnu.org ([209.51.188.92]:49592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hECSP-00011c-5O for qemu-devel@nongnu.org; Wed, 10 Apr 2019 08:36:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hECSO-0004jT-80 for qemu-devel@nongnu.org; Wed, 10 Apr 2019 08:36:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:37010) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hECSN-0004iA-WE for qemu-devel@nongnu.org; Wed, 10 Apr 2019 08:36:00 -0400 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 19787C0495BD; Wed, 10 Apr 2019 12:35:58 +0000 (UTC) Received: from thuth.com (ovpn-116-114.ams2.redhat.com [10.36.116.114]) by smtp.corp.redhat.com (Postfix) with ESMTP id 92B8361994; Wed, 10 Apr 2019 12:35:53 +0000 (UTC) From: Thomas Huth To: Stefan Weil , qemu-devel@nongnu.org Date: Wed, 10 Apr 2019 14:35:50 +0200 Message-Id: <20190410123550.2362-1-thuth@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.31]); Wed, 10 Apr 2019 12:35:58 +0000 (UTC) Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.132.183.28 Subject: [Qemu-devel] [PATCH for-4.1] gitlab-ci.yml: Test the TCG interpreter in a CI pipeline X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?UTF-8?q?Alex=20Benn=C3=A9e?= , deller@gmx.de, philmd@redhat.com, Richard Henderson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" So far we do not have any test coverage for TCI (the TCG interpreter) yet. Thus let's add a CI pipeline that runs at least some basic TCG tests with a TCI build, to make sure that there are no further regressions. Signed-off-by: Thomas Huth --- NB: I did not include the sparc and sparc64 targets here since they are currently broken with TCI. Also "make check-tcg" does not work with x86_64-linux-user yet ... in case someone wants to fix that... .gitlab-ci.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 79d02cf740..c63bf2f822 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,3 +71,18 @@ build-clang: ppc-softmmu s390x-softmmu x86_64-softmmu arm-linux-us= er" - make -j2 - make -j2 check + +build-tci: + script: + - TARGETS=3D"aarch64 alpha arm hppa m68k microblaze moxie ppc64 s390x x86= _64" + - ./configure --enable-tcg-interpreter + --target-list=3D"$(for tg in $TARGETS; do echo -n ${tg}'-softmmu '; = done)" + - make -j2 + - make tests/boot-serial-test tests/cdrom-test tests/pxe-test + - for tg in $TARGETS ; do + export QTEST_QEMU_BINARY=3D"${tg}-softmmu/qemu-system-${tg}" ; + ./tests/boot-serial-test || exit 1 ; + ./tests/cdrom-test || exit 1 ; + done + - QTEST_QEMU_BINARY=3D"x86_64-softmmu/qemu-system-x86_64" ./tests/pxe-test + - QTEST_QEMU_BINARY=3D"s390x-softmmu/qemu-system-s390x" ./tests/pxe-test = -m slow --=20 2.21.0