From patchwork Mon May 10 01:40:11 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 12246649 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-13.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6BE75C433B4 for ; Mon, 10 May 2021 01:40:21 +0000 (UTC) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E72C1613DE for ; Mon, 10 May 2021 01:40:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E72C1613DE Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=toshiba.co.jp Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+64572+6443+4520388+8129055@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id hbxiYY4521723xHGE8EfzFSG; Sun, 09 May 2021 18:40:20 -0700 X-Received: from mo-csw.securemx.jp (mo-csw.securemx.jp [210.130.202.158]) by mx.groups.io with SMTP id smtpd.web10.26224.1620610819017844760 for ; Sun, 09 May 2021 18:40:19 -0700 X-Received: by mo-csw.securemx.jp (mx-mo-csw1116) id 14A1eHHf000903; Mon, 10 May 2021 10:40:17 +0900 X-Iguazu-Qid: 2wHHbBTwAZy7CG9ixT X-Iguazu-QSIG: v=2; s=0; t=1620610816; q=2wHHbBTwAZy7CG9ixT; m=9dkBduUnlFJHRQc0zGuIhqIAviUw5OPahEQYNL88kL8= X-Received: from imx12-a.toshiba.co.jp (imx12-a.toshiba.co.jp [61.202.160.135]) by relay.securemx.jp (mx-mr1112) id 14A1eFAo010180 (version=TLSv1.2 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Mon, 10 May 2021 10:40:16 +0900 X-Received: from enc02.toshiba.co.jp (enc02.toshiba.co.jp [61.202.160.51]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by imx12-a.toshiba.co.jp (Postfix) with ESMTPS id D812B1000C8; Mon, 10 May 2021 10:40:15 +0900 (JST) X-Received: from hop101.toshiba.co.jp ([133.199.85.107]) by enc02.toshiba.co.jp with ESMTP id 14A1eFq1008355; Mon, 10 May 2021 10:40:15 +0900 From: "Nobuhiro Iwamatsu" To: jan.kiszka@siemens.com Cc: cip-dev@lists.cip-project.org, Nobuhiro Iwamatsu Subject: [cip-dev] [isar-cip-core][Resend PATCH 4/4] .gitlab-ci.yml: Add build:qemu-amd64-test target Date: Mon, 10 May 2021 10:40:11 +0900 X-TSB-HOP: ON Message-Id: <20210510014011.66494-4-nobuhiro1.iwamatsu@toshiba.co.jp> In-Reply-To: <20210510014011.66494-1-nobuhiro1.iwamatsu@toshiba.co.jp> References: <20210510014011.66494-1-nobuhiro1.iwamatsu@toshiba.co.jp> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: cip-dev@lists.cip-project.org List-Id: Mailing-List: list cip-dev@lists.cip-project.org; contact cip-dev+owner@lists.cip-project.org Reply-To: cip-dev@lists.cip-project.org X-Gm-Message-State: q6z5vDhkOYsWZvsPWddJbVt5x4520388AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1620610820; bh=h8dHp3WCJd5Wp6JHEa2niWIR8wMMZtMP/7BvOAwcq8c=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=okkuZTdiCq1lbNRnO2IbHKM1ORt8zgq7PGBkmLxK3HVZFhGTrkSKIjgBWTxuQWo/4Sw 6h4Y71eH9Bf8EcAaPAeduVx36v+IAVgK042SFW/TXM3biYZA93LA6WUlohowvrfaZoz73 7OqrhFaJnmT3N2RXiNLSNUep539piOqN66Q= This adds a target for the test image for QEMU/amd64 architecture. Signed-off-by: Nobuhiro Iwamatsu --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 64c7b20..84c1257 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -125,6 +125,15 @@ build:hihope-rzg2m-test: extention: test dtb: renesas/r8a774a1-hihope-rzg2m-ex.dtb +build:qemu-amd64-test: + extends: + - .build_base + variables: + target: qemu-amd64 + extention: test + wic_targz: disable + targz: enable + build:qemu-arm64-test: extends: - .build_base