From patchwork Thu Sep 5 16:22:54 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Paterson X-Patchwork-Id: 11133661 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 CE5A514B4 for ; Thu, 5 Sep 2019 16:23:13 +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 42691207E0 for ; Thu, 5 Sep 2019 16:23:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 42691207E0 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 833E31A4C; 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 EEDB21A44 for ; Thu, 5 Sep 2019 16:23:04 +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 smtp2.linuxfoundation.org (Postfix) with ESMTP id 7F9841DD19 for ; Thu, 5 Sep 2019 16:23:04 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.64,470,1559487600"; d="scan'208";a="25621192" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 06 Sep 2019 01:23:03 +0900 Received: from localhost.localdomain (unknown [172.29.51.234]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 16ACF400C0AE; Fri, 6 Sep 2019 01:23:02 +0900 (JST) From: Chris Paterson To: cip-dev@lists.cip-project.org Date: Thu, 5 Sep 2019 17:22:54 +0100 Message-Id: <20190905162254.24424-4-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.4.y-cip-rt] gitlab-ci: Start testing RT configs 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 x86: siemens_i386-rt.config Signed-off-by: Chris Paterson Cc: Pavel Machek --- .gitlab-ci.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6348d1c47f6e..d4cd0c9bd2f3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -262,6 +262,23 @@ x86_toshiba_defconfig: paths: - output +# RT build configurations +rt_x86_siemens_i386-rt.config: + stage: build + image: registry.gitlab.com/cip-project/cip-testing/linux-cip-ci:build-$DOCKER_IMAGE_TAG + variables: + BUILD_ARCH: x86 + CONFIG: siemens_i386-rt.config + CONFIG_LOC: cip-kernel-config + BUILD_ONLY: "true" + script: + - /opt/build_kernel.sh + artifacts: + name: "$CI_JOB_NAME" + when: on_success + paths: + - output + # Extra build configurations arm_shmobile_defconfig: stage: build