From patchwork Mon May 10 01:34:20 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 12246645 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 AFFD2C43461 for ; Mon, 10 May 2021 01:34:39 +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 336EB613E1 for ; Mon, 10 May 2021 01:34:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 336EB613E1 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+6442+4520388+8129055@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id 0nHpYY4521723x8gjj23ssis; Sun, 09 May 2021 18:34:38 -0700 X-Received: from mo-csw.securemx.jp (mo-csw.securemx.jp [210.130.202.156]) by mx.groups.io with SMTP id smtpd.web08.26112.1620610476521088126 for ; Sun, 09 May 2021 18:34:37 -0700 X-Received: by mo-csw.securemx.jp (mx-mo-csw1114) id 14A1YXbx028715; Mon, 10 May 2021 10:34:33 +0900 X-Iguazu-Qid: 2wHHDhxhl2dwyE2dH9 X-Iguazu-QSIG: v=2; s=0; t=1620610472; q=2wHHDhxhl2dwyE2dH9; m=KH1gEp/OL85QmxdhHel/eHoyYmO8iP+XKKYOFRDl8ag= X-Received: from imx2-a.toshiba.co.jp (imx2-a.toshiba.co.jp [106.186.93.35]) by relay.securemx.jp (mx-mr1111) id 14A1YVjS023727 (version=TLSv1.2 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Mon, 10 May 2021 10:34:32 +0900 X-Received: from enc01.toshiba.co.jp (enc01.toshiba.co.jp [106.186.93.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by imx2-a.toshiba.co.jp (Postfix) with ESMTPS id D86021000BE; Mon, 10 May 2021 10:34:31 +0900 (JST) X-Received: from hop001.toshiba.co.jp ([133.199.164.63]) by enc01.toshiba.co.jp with ESMTP id 14A1YVF6001807; Mon, 10 May 2021 10:34:31 +0900 From: "Nobuhiro Iwamatsu" To: jan.kiszka@siemens.com Cc: cip-dev@lists.cip-project.org, Nobuhiro Iwamatsu Subject: [cip-dev] [PATCH 1/4] scripts/deploy-cip-core.sh: Fix uploading tar.gz image Date: Mon, 10 May 2021 10:34:20 +0900 X-TSB-HOP: ON Message-Id: <20210510013423.65527-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: Jwi5qUXdCboox3hnRFsM06K1x4520388AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1620610478; bh=iiZrkzR4nGzgT9qgYHcJOllXLNPt9K9rBNMDnmahL4Y=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=nytW7MNkvxlwu3I7/su5pcNOR+I3JzibFr+6BIMMPDoIcwqtwneoNgkpc/c/JOdI6P8 uH69ikJdF1X0rOeFG/o2KJgQRkaTFSOO4XfD0N69X+2CJ00E+77WZ1k3Cd9Madm+8pYLe TSIXmmCRWOMV1EHu1wW1JNwgXJggXyYYBKc= Since *.wic.img is always compressed, if this file does not exist (for example, the extension is tar.gz), the image file upload will fail. This will check for the extension of the file. Signed-off-by: Nobuhiro Iwamatsu --- scripts/deploy-cip-core.sh | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/scripts/deploy-cip-core.sh b/scripts/deploy-cip-core.sh index 5b7eab9..3593d51 100755 --- a/scripts/deploy-cip-core.sh +++ b/scripts/deploy-cip-core.sh @@ -24,14 +24,17 @@ if [ "${EXTENSION}" != "base" ] ; then BASE_PATH=build/tmp/deploy/images/$TARGET/cip-core-image-cip-core-$RELEASE-$TARGET-$EXTENSION fi -echo "Compressing cip-core-image-cip-core-$RELEASE-$TARGET.wic.img..." -xz -9 -k $BASE_PATH.wic.img +if [ -f $BASE_PATH.wic.img ] ; then + echo "Compressing cip-core-image-cip-core-$RELEASE-$TARGET.wic.img..." + xz -9 -k $BASE_PATH.wic.img -echo "Uploading artifacts..." -aws s3 cp --no-progress $BASE_PATH.wic.img.xz s3://download.cip-project.org/cip-core/$TARGET/ + echo "Uploading artifacts..." + aws s3 cp --no-progress $BASE_PATH.wic.img.xz s3://download.cip-project.org/cip-core/$TARGET/ +fi if [ -f $BASE_PATH.tar.gz ]; then - aws s3 cp --no-progress $BASE_PATH.tar.gz s3://download.cip-project.org/cip-core/$TARGET/ + echo "Uploading artifacts..." + aws s3 cp --no-progress $BASE_PATH.tar.gz s3://download.cip-project.org/cip-core/$TARGET/ fi KERNEL_IMAGE=$BASE_PATH-vmlinuz From patchwork Mon May 10 01:34:21 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 12246643 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 F25CFC433B4 for ; Mon, 10 May 2021 01:34:38 +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 324F3613DB for ; Mon, 10 May 2021 01:34:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 324F3613DB 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+6439+4520388+8129055@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id BkIwYY4521723xaEWIzaicAH; Sun, 09 May 2021 18:34:37 -0700 X-Received: from mo-csw.securemx.jp (mo-csw.securemx.jp [210.130.202.153]) by mx.groups.io with SMTP id smtpd.web10.26170.1620610475253231033 for ; Sun, 09 May 2021 18:34:36 -0700 X-Received: by mo-csw.securemx.jp (mx-mo-csw1514) id 14A1YWhd020857; Mon, 10 May 2021 10:34:33 +0900 X-Iguazu-Qid: 34triG5OneAqFj6l6W X-Iguazu-QSIG: v=2; s=0; t=1620610472; q=34triG5OneAqFj6l6W; m=vn7pfFzazA1xNIgJpd5RFx5Jfxh8EsBGdiSRAjjoy2M= X-Received: from imx12-a.toshiba.co.jp (imx12-a.toshiba.co.jp [61.202.160.135]) by relay.securemx.jp (mx-mr1511) id 14A1YV5U039499 (version=TLSv1.2 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Mon, 10 May 2021 10:34:32 +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 DADDC100098; Mon, 10 May 2021 10:34:31 +0900 (JST) X-Received: from hop101.toshiba.co.jp ([133.199.85.107]) by enc02.toshiba.co.jp with ESMTP id 14A1YV9w002774; Mon, 10 May 2021 10:34:31 +0900 From: "Nobuhiro Iwamatsu" To: jan.kiszka@siemens.com Cc: cip-dev@lists.cip-project.org, Nobuhiro Iwamatsu Subject: [cip-dev] [PATCH 2/4] scripts/deploy-cip-core.sh: Fix to correct filename with security extension Date: Mon, 10 May 2021 10:34:21 +0900 X-TSB-HOP: ON Message-Id: <20210510013423.65527-2-nobuhiro1.iwamatsu@toshiba.co.jp> In-Reply-To: <20210510013423.65527-1-nobuhiro1.iwamatsu@toshiba.co.jp> References: <20210510013423.65527-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: k8YI94GoOHmqMvpLeJ6EkjrXx4520388AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1620610477; bh=bzumLd2ti/ybn1qhUApwLxPKJqX/hiu/AKTi757IzHA=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=ry9N5ZpodwvqfoeIj71b0sdnvECyjRAVtmc1haZyVyyJiOH2w4qxIIgTT5L1nu1vbWg 954IoH88M7+/86q5DPGWRVDpPew/IutoZ3BKWFGxV0Bl6nmMfhfzPhux5t9bLkSccbRvQ 5Uk3cBWPTc02gugQqTwMOelS3geA9GvtqFw= Since security extension uses the bb file, not the extension using local.conf, the generated filename is different. This sets the correct filename for security extensions. Signed-off-by: Nobuhiro Iwamatsu --- scripts/deploy-cip-core.sh | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/scripts/deploy-cip-core.sh b/scripts/deploy-cip-core.sh index 3593d51..0b8bbe6 100755 --- a/scripts/deploy-cip-core.sh +++ b/scripts/deploy-cip-core.sh @@ -19,13 +19,19 @@ TARGET=$2 EXTENSION=$3 DTB=$4 -BASE_PATH=build/tmp/deploy/images/$TARGET/cip-core-image-cip-core-$RELEASE-$TARGET +BASE_FILENAME=cip-core-image-cip-core-$RELEASE-$TARGET if [ "${EXTENSION}" != "base" ] ; then - BASE_PATH=build/tmp/deploy/images/$TARGET/cip-core-image-cip-core-$RELEASE-$TARGET-$EXTENSION + if [ "${EXTENSION}" = "security" ] ; then + BASE_FILENAME=cip-core-image-$EXTENSION-cip-core-$RELEASE-$TARGET + else + BASE_FILENAME=cip-core-image-cip-core-$RELEASE-$TARGET-$EXTENSION + fi fi +BASE_PATH=build/tmp/deploy/images/$TARGET/$BASE_FILENAME + if [ -f $BASE_PATH.wic.img ] ; then - echo "Compressing cip-core-image-cip-core-$RELEASE-$TARGET.wic.img..." + echo "Compressing $BASE_FILENAME.wic.img..." xz -9 -k $BASE_PATH.wic.img echo "Uploading artifacts..." From patchwork Mon May 10 01:34:22 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 12246641 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 30DE7C433ED for ; Mon, 10 May 2021 01:34:39 +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 714AE61361 for ; Mon, 10 May 2021 01:34:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 714AE61361 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+6441+4520388+8129055@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id KqOYYY4521723x3mkYDGTzCl; Sun, 09 May 2021 18:34:37 -0700 X-Received: from mo-csw.securemx.jp (mo-csw.securemx.jp [210.130.202.154]) by mx.groups.io with SMTP id smtpd.web12.26447.1620610474997383594 for ; Sun, 09 May 2021 18:34:36 -0700 X-Received: by mo-csw.securemx.jp (mx-mo-csw1515) id 14A1YW1S021642; Mon, 10 May 2021 10:34:32 +0900 X-Iguazu-Qid: 34trMIny0iY0JXU7Te X-Iguazu-QSIG: v=2; s=0; t=1620610472; q=34trMIny0iY0JXU7Te; m=VE+HAVdLNp3GJiMRs0uN4lv5sP6BSlw4NWufN6Zo5y4= X-Received: from imx12-a.toshiba.co.jp (imx12-a.toshiba.co.jp [61.202.160.135]) by relay.securemx.jp (mx-mr1510) id 14A1YVVm013754 (version=TLSv1.2 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Mon, 10 May 2021 10:34:32 +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 C8C0810008E; Mon, 10 May 2021 10:34:31 +0900 (JST) X-Received: from hop101.toshiba.co.jp ([133.199.85.107]) by enc02.toshiba.co.jp with ESMTP id 14A1YVR1002772; Mon, 10 May 2021 10:34:31 +0900 From: "Nobuhiro Iwamatsu" To: jan.kiszka@siemens.com Cc: cip-dev@lists.cip-project.org, Nobuhiro Iwamatsu Subject: [cip-dev] [PATCH 3/4] .gitlab-ci.yml: Drop 'deploy: disable' from build:qemu-amd64-base Date: Mon, 10 May 2021 10:34:22 +0900 X-TSB-HOP: ON Message-Id: <20210510013423.65527-3-nobuhiro1.iwamatsu@toshiba.co.jp> In-Reply-To: <20210510013423.65527-1-nobuhiro1.iwamatsu@toshiba.co.jp> References: <20210510013423.65527-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: UEmgSGPFa91FxIjBT283rsKxx4520388AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1620610477; bh=e8R10mATnHlxo22tQ5D1TpmxPZScWjI2nC2eJ2wFywY=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=uMbwIERlVZJwQbELO1p2NJJ5+18SkqrlPD2WQzNcfBZrXAHoDZY0Ck9sfKVOLCG/qO2 7EQ44C0MpcJpAUiww1g/wS5/jSqnYXjT5MuaUoVmN74wDKrOh7mgX9kxANyrIrO+v46uA goSLM8rRXg11d9TPCKCRWHTcojx5ODV8jTw= This enables uploading of images built with build:qemu-amd64-base. Signed-off-by: Nobuhiro Iwamatsu --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b53d9cc..64c7b20 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,7 +72,6 @@ build:qemu-amd64-base: use_rt: disable wic_targz: disable targz: enable - deploy: disable build:qemu-arm64-base: extends: From patchwork Mon May 10 01:34:23 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 12246647 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 8F4D7C43460 for ; Mon, 10 May 2021 01:34:39 +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 18ABF613DB for ; Mon, 10 May 2021 01:34:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 18ABF613DB 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+6440+4520388+8129055@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id VIViYY4521723xtb0fpPIOWF; Sun, 09 May 2021 18:34:38 -0700 X-Received: from mo-csw.securemx.jp (mo-csw.securemx.jp [210.130.202.154]) by mx.groups.io with SMTP id smtpd.web09.26234.1620610475255567638 for ; Sun, 09 May 2021 18:34:36 -0700 X-Received: by mo-csw.securemx.jp (mx-mo-csw1515) id 14A1YX3i021655; Mon, 10 May 2021 10:34:33 +0900 X-Iguazu-Qid: 34trpShQInaxOoKQI9 X-Iguazu-QSIG: v=2; s=0; t=1620610472; q=34trpShQInaxOoKQI9; m=scNI4WGGNXv8PS/DRwRugRotA0Jo8mbGCpHqTM0qvJE= X-Received: from imx2-a.toshiba.co.jp (imx2-a.toshiba.co.jp [106.186.93.35]) by relay.securemx.jp (mx-mr1513) id 14A1YVNE003760 (version=TLSv1.2 cipher=AES128-GCM-SHA256 bits=128 verify=NOT); Mon, 10 May 2021 10:34:32 +0900 X-Received: from enc01.toshiba.co.jp (enc01.toshiba.co.jp [106.186.93.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by imx2-a.toshiba.co.jp (Postfix) with ESMTPS id E67CC1000C7; Mon, 10 May 2021 10:34:31 +0900 (JST) X-Received: from hop001.toshiba.co.jp ([133.199.164.63]) by enc01.toshiba.co.jp with ESMTP id 14A1YVmZ001808; Mon, 10 May 2021 10:34:31 +0900 From: "Nobuhiro Iwamatsu" To: jan.kiszka@siemens.com Cc: cip-dev@lists.cip-project.org, Nobuhiro Iwamatsu Subject: [cip-dev] [PATCH 4/4] .gitlab-ci.yml: Add build:qemu-amd64-test target Date: Mon, 10 May 2021 10:34:23 +0900 X-TSB-HOP: ON Message-Id: <20210510013423.65527-4-nobuhiro1.iwamatsu@toshiba.co.jp> In-Reply-To: <20210510013423.65527-1-nobuhiro1.iwamatsu@toshiba.co.jp> References: <20210510013423.65527-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: jPyWX93kun15hffSG1n9CdxXx4520388AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1620610478; bh=6/JqxKN0jCrrF/uA+ZaNDybNcszgpc9ZKulqtOd3CZU=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=xO/ddlIRNsAErxIACJSZh2vULDQsr4gCXQMDTLxBcw4dHKgrLFTk0eNDu6YjjOpdSyF 3UhhF6kxsZKQ6FbPQPAhAzGyDRspU+yz9fH0Xnd+XTasIbzzCTmcm0/8SDL8bVmXCqnc/ HZ/Ank9PtmDWPzLhFodyiRbIYlcU44VjoFA= 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