From patchwork Mon May 10 01:40:08 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 12246653 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 E36A4C43462 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 8E713613DE for ; Mon, 10 May 2021 01:40:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8E713613DE 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+6446+4520388+8129055@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id sPa8YY4521723x8YkXmsAZyu; Sun, 09 May 2021 18:40:21 -0700 X-Received: from mo-csw.securemx.jp (mo-csw.securemx.jp [210.130.202.156]) by mx.groups.io with SMTP id smtpd.web09.26283.1620610819255944697 for ; Sun, 09 May 2021 18:40:20 -0700 X-Received: by mo-csw.securemx.jp (mx-mo-csw1114) id 14A1eHQL023423; Mon, 10 May 2021 10:40:17 +0900 X-Iguazu-Qid: 2wHH6QSES6Uyejgw2Y X-Iguazu-QSIG: v=2; s=0; t=1620610816; q=2wHH6QSES6Uyejgw2Y; m=G8ymIqhsfV6pK7bXXadiQMJc54qCcbS8PhRvpoumyKE= X-Received: from imx12-a.toshiba.co.jp (imx12-a.toshiba.co.jp [61.202.160.135]) by relay.securemx.jp (mx-mr1113) id 14A1eF7i016933 (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 8AFC41000BE; 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 14A1eFkW008335; 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 1/4] scripts/deploy-cip-core.sh: Fix uploading tar.gz image Date: Mon, 10 May 2021 10:40:08 +0900 X-TSB-HOP: ON Message-Id: <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: Ga6V51h7S4jHMCMAMxVx3fQ1x4520388AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1620610821; bh=mqYT8FRHu5aFv7JeLvhhq+qqqX7u1YH8QZR5iJapueI=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=GBtGLQD5sjjzfyKmi+cKjSTPZeozRhAV63Gclu4Qh5Lx3UsV8uK1X9c85luE4gSEi2c kxdmJnc2/xzIzAZ5L1Vd6jXkckZc9I45qSiTuEbFc/tB2mMnW7W6zAC3QKMpaDm5L8Cny 03pp48R6O+bsnylBLJ1t3VFPgB/II73ygFE= 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:40:09 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 12246655 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 E34D5C43461 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 8DEF6613DB for ; Mon, 10 May 2021 01:40:21 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8DEF6613DB 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+6445+4520388+8129055@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id USK7YY4521723xKRb0aOHeZb; Sun, 09 May 2021 18:40:21 -0700 X-Received: from mo-csw.securemx.jp (mo-csw.securemx.jp [210.130.202.158]) by mx.groups.io with SMTP id smtpd.web09.26282.1620610819206725180 for ; Sun, 09 May 2021 18:40:20 -0700 X-Received: by mo-csw.securemx.jp (mx-mo-csw1116) id 14A1eG6Q000894; Mon, 10 May 2021 10:40:17 +0900 X-Iguazu-Qid: 2wHHDhxhl2eMywswD8 X-Iguazu-QSIG: v=2; s=0; t=1620610816; q=2wHHDhxhl2eMywswD8; m=KOC6jYYQDF5oV5iYBAMWBXCUDOiS0FOdy6pE53wYJjo= X-Received: from imx12-a.toshiba.co.jp (imx12-a.toshiba.co.jp [61.202.160.135]) by relay.securemx.jp (mx-mr1113) id 14A1eFsf016944 (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 BBF291000D6; 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 14A1eD1c008298; 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 2/4] scripts/deploy-cip-core.sh: Fix to correct filename with security extension Date: Mon, 10 May 2021 10:40:09 +0900 X-TSB-HOP: ON Message-Id: <20210510014011.66494-2-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: NzVDNBdvanLSmczj6JWkIWQKx4520388AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1620610821; bh=LE2R9TuLTJ82CbPyCy9u/oLl7il3e1w5+9h9Tw9qaFg=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=UIHwLxE+StDKtX4DM6w0Tk+N5VKV0IydmojwgQQepANC/6HhcoLrip8IWajG3EsLBl0 fPl9hA0H8FlXRn36ARyBqdLzuKDQIyncOnAWYODZi+JdtcgLYgxbibR05fW5So5J+Ycz5 w7dfA5/eg4N8WNd/TJ8xg5D24AvZA88ySns= 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:40:10 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nobuhiro Iwamatsu X-Patchwork-Id: 12246651 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 68CA0C433ED 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 E4D64611F1 for ; Mon, 10 May 2021 01:40:20 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E4D64611F1 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+6444+4520388+8129055@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id NJNBYY4521723xGcGchkKzDM; Sun, 09 May 2021 18:40:20 -0700 X-Received: from mo-csw.securemx.jp (mo-csw.securemx.jp [210.130.202.154]) by mx.groups.io with SMTP id smtpd.web10.26223.1620610818505177843 for ; Sun, 09 May 2021 18:40:19 -0700 X-Received: by mo-csw.securemx.jp (mx-mo-csw1515) id 14A1eGlQ013976; Mon, 10 May 2021 10:40:16 +0900 X-Iguazu-Qid: 34trQhWM3jg68hBiMk X-Iguazu-QSIG: v=2; s=0; t=1620610816; q=34trQhWM3jg68hBiMk; m=uWMtlFkIdKvPBlbpz4Se5P3iUr5ZUVMhz2mPcum0wAM= X-Received: from imx12-a.toshiba.co.jp (imx12-a.toshiba.co.jp [61.202.160.135]) by relay.securemx.jp (mx-mr1513) id 14A1eFt4024711 (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 9FFA61000C5; 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 14A1eF1Y008338; 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 3/4] .gitlab-ci.yml: Drop 'deploy: disable' from build:qemu-amd64-base Date: Mon, 10 May 2021 10:40:10 +0900 X-TSB-HOP: ON Message-Id: <20210510014011.66494-3-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: oHWQe07BxmT3k6f03FHqTPz4x4520388AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1620610820; bh=JTygmrZadKMHiQYn2lr/dpLggCEhc6rzrS+lrtY49LA=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=O7ccizBE+mTIWDT0ChV9aYUztqoEKaZOQfK7p0dexdwZiSH3ib0voLHNVciuewQPnhH 7rYRSla/qEKJuFdyQpgZByTqS+BttvSUdsYZ3K6MVW9QZa1ui1sMqQHGr2c/iT5nexVrf tsoB76lUT4K/4UVUG6yUTxvj1F2cMLhnY9w= 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: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