From patchwork Thu Jul 30 09:10:22 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Venkata Pyla X-Patchwork-Id: 11692551 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 030C013B6 for ; Thu, 30 Jul 2020 09:10:27 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (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 9E22B22B49 for ; Thu, 30 Jul 2020 09:10:26 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=lists.cip-project.org header.i=@lists.cip-project.org header.b="bJUUSjAJ" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9E22B22B49 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=toshiba-tsip.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+64572+5064+4520428+8129116@lists.cip-project.org X-Received: by 127.0.0.2 with SMTP id 2YGrYY4521763xFoyRQ7KLvp; Thu, 30 Jul 2020 02:10:26 -0700 X-Received: from peak.toshiba-tesi.com (peak.toshiba-tesi.com [202.56.254.199]) by mx.groups.io with SMTP id smtpd.web12.4601.1596100225080621544 for ; Thu, 30 Jul 2020 02:10:25 -0700 IronPort-SDR: 6vEoVq1kEOE/bqrx/Dwu+4xw00KKApVmuXMXP8XFAFZZeWcnykWhoLU4dj3MpZgJ2LDRlUj3Zs OABEq8uC0HHA== X-IronPort-AV: E=Sophos;i="5.75,413,1589221800"; d="scan'208";a="5250289" X-Received: from unknown (HELO TOSBLRMBX0519.TOSHIBA-TSIP.COM) ([10.116.85.29]) by peak.toshiba-tesi.com with ESMTP; 30 Jul 2020 15:15:02 +0530 X-Received: from TOSBLRMBX0219.TOSHIBA-TSIP.COM (172.28.80.119) by TOSBLRMBX0519.TOSHIBA-TSIP.COM (10.116.85.29) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1847.3; Thu, 30 Jul 2020 14:39:27 +0530 X-Received: from pvenkat.TOSHIBA-TSIP.COM (172.28.80.121) by TOSBLRMBX0219.TOSHIBA-TSIP.COM (172.28.80.119) with Microsoft SMTP Server id 15.1.1847.3 via Frontend Transport; Thu, 30 Jul 2020 14:39:27 +0530 From: "Venkata Pyla" To: CC: venkata pyla , Subject: [cip-dev] [isar-cip-core 2/2] ci: Add security image Date: Thu, 30 Jul 2020 14:40:22 +0530 Message-ID: <20200730091022.602-3-venkata.pyla@toshiba-tsip.com> In-Reply-To: <20200730091022.602-1-venkata.pyla@toshiba-tsip.com> References: <20200730091022.602-1-venkata.pyla@toshiba-tsip.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: 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 Delivered-To: mailing list cip-dev@lists.cip-project.org Reply-To: cip-dev@lists.cip-project.org X-Gm-Message-State: VX93yxuJkoMeJ6ZCkHnKEKBJx4520428AA= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=lists.cip-project.org; q=dns/txt; s=20140610; t=1596100226; bh=ke5wqKcHjUgqLU6dKac6C9xXp75LOtuf2G2TqdH38mk=; h=CC:Content-Type:Date:From:Reply-To:Subject:To; b=bJUUSjAJueNTvRZMKx0PaQyipPYA8zwuM+Re20wh5FZbXT26thbCW6DI0in2TLhA/u2 POVOMw35i5K42K7kkO3pAeXaYEntu9PoeFnaikdMViR6iXmfSJhbEdTIvCQe59NfutQDw TQQ8oAbu0TgcSxKo+Ztapk3M//K8PjgRfX4= From: venkata pyla Signed-off-by: Venkata Pyla --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 241b09e..3fe7af2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,3 +27,6 @@ all: - sudo rm -rf build/tmp - kas build kas-cip.yml:kas/board/rzg2m.yml:kas/opt/rt.yml:kas/opt/targz-img.yml - scripts/deploy-cip-core.sh buster hihope-rzg2m renesas/r8a774a1-hihope-rzg2m-ex.dtb + + - sudo rm -rf build/tmp + - kas build kas-cip.yml:kas/board/qemu-amd64.yml:kas/opt/security.yml