From patchwork Thu Sep 5 16:22:51 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Paterson X-Patchwork-Id: 11133655 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 B71D514B4 for ; Thu, 5 Sep 2019 16:23:03 +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 0CD82207E0 for ; Thu, 5 Sep 2019 16:23:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0CD82207E0 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 D606D1A35; Thu, 5 Sep 2019 16:23:02 +0000 (UTC) X-Original-To: cip-dev@lists.cip-project.org Delivered-To: cip-dev@mail.linuxfoundation.org Received: from smtp1.linuxfoundation.org (smtp1.linux-foundation.org [172.17.192.35]) by mail.linuxfoundation.org (Postfix) with ESMTPS id BDB1F1A35 for ; Thu, 5 Sep 2019 16:23:01 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by smtp1.linuxfoundation.org (Postfix) with ESMTP id 8D35988E for ; Thu, 5 Sep 2019 16:23:00 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.64,470,1559487600"; d="scan'208";a="25621184" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 06 Sep 2019 01:22:59 +0900 Received: from localhost.localdomain (unknown [172.29.51.234]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id D34C7400C083; Fri, 6 Sep 2019 01:22:58 +0900 (JST) From: Chris Paterson To: cip-dev@lists.cip-project.org Date: Thu, 5 Sep 2019 17:22:51 +0100 Message-Id: <20190905162254.24424-1-chris.paterson2@renesas.com> X-Mailer: git-send-email 2.17.1 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 smtp1.linux-foundation.org Subject: [cip-dev] [PATCH linux-4.19.y-cip] 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: Nobuhiro Iwamatsu --- 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 62562c8b6fbb..aec930a72edc 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: @@ -208,8 +208,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: