From patchwork Thu Sep 5 16:22:53 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Paterson X-Patchwork-Id: 11133659 X-Patchwork-Delegate: iwamatsu@nigauri.org 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 D2C6C13BD for ; Thu, 5 Sep 2019 16:23:06 +0000 (UTC) Received: from mail.linuxfoundation.org (mail.linuxfoundation.org [140.211.169.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 46FCE207E0 for ; Thu, 5 Sep 2019 16:23:07 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 46FCE207E0 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=renesas.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=cip-dev-bounces@lists.cip-project.org Received: from mail.linux-foundation.org (localhost [127.0.0.1]) by mail.linuxfoundation.org (Postfix) with ESMTP id 6C74A1A4E; Thu, 5 Sep 2019 16:23:05 +0000 (UTC) X-Original-To: cip-dev@lists.cip-project.org Delivered-To: cip-dev@mail.linuxfoundation.org Received: from smtp2.linuxfoundation.org (smtp2.linux-foundation.org [172.17.192.36]) by mail.linuxfoundation.org (Postfix) with ESMTPS id 4C84D1A44 for ; Thu, 5 Sep 2019 16:23:04 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relmlie5.idc.renesas.com (relmlor1.renesas.com [210.160.252.171]) by smtp2.linuxfoundation.org (Postfix) with ESMTP id 7C99D1DD19 for ; Thu, 5 Sep 2019 16:23:03 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.64,470,1559487600"; d="scan'208";a="25840453" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie5.idc.renesas.com with ESMTP; 06 Sep 2019 01:23:02 +0900 Received: from localhost.localdomain (unknown [172.29.51.234]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 705FC400C0B2; Fri, 6 Sep 2019 01:23:01 +0900 (JST) From: Chris Paterson To: cip-dev@lists.cip-project.org Date: Thu, 5 Sep 2019 17:22:53 +0100 Message-Id: <20190905162254.24424-3-chris.paterson2@renesas.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190905162254.24424-1-chris.paterson2@renesas.com> References: <20190905162254.24424-1-chris.paterson2@renesas.com> X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on smtp2.linux-foundation.org Subject: [cip-dev] [PATCH linux-4.19.y-cip-rt] gitlab-ci: Start testing the r8a774a1-hihope-rzg2m-ex device X-BeenThere: cip-dev@lists.cip-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: cip-dev-bounces@lists.cip-project.org Errors-To: cip-dev-bounces@lists.cip-project.org Signed-off-by: Chris Paterson Cc: Pavel Machek --- Please apply this patch either with or before the "Add HopeRun RZ/G2[M] main/sub boards" series: https://patchwork.kernel.org/project/cip-dev/list/?series=167529 This will mean that the RZ/G2M board is tested in the LAVA lab as the code for it is added. It is safe to add this patch before the above series if that's easier. .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 78748f84ada5..e2e1f7dcf203 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -109,8 +109,8 @@ arm64_renesas_defconfig: BUILD_ARCH: arm64 CONFIG: renesas_defconfig CONFIG_LOC: cip-kernel-config - DEVICES: r8a774c0-ek874 - DTBS: r8a774c0-ek874.dtb + DEVICES: r8a774c0-ek874 r8a774a1-hihope-rzg2m-ex + DTBS: r8a774c0-ek874.dtb r8a774a1-hihope-rzg2m-ex.dtb script: - /opt/build_kernel.sh artifacts: @@ -241,8 +241,8 @@ arm64_defconfig: BUILD_ARCH: arm64 CONFIG: defconfig CONFIG_LOC: intree - DEVICES: r8a774c0-ek874 - DTBS: r8a774c0-ek874.dtb + DEVICES: r8a774c0-ek874 r8a774a1-hihope-rzg2m-ex + DTBS: r8a774c0-ek874.dtb r8a774a1-hihope-rzg2m-ex.dtb script: - /opt/build_kernel.sh artifacts: