From patchwork Thu Nov 21 16:00:08 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Paterson X-Patchwork-Id: 11256481 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 D74221593 for ; Thu, 21 Nov 2019 16:05:26 +0000 (UTC) Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (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 BDFFD206EC for ; Thu, 21 Nov 2019 16:05:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BDFFD206EC Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=renesas.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=cip-dev-bounces@lists.cip-project.org Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6C17887758; Thu, 21 Nov 2019 16:05:26 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hof+o4sRJXtQ; Thu, 21 Nov 2019 16:05:21 +0000 (UTC) Received: from lists.linuxfoundation.org (lf-lists.osuosl.org [140.211.9.56]) by whitealder.osuosl.org (Postfix) with ESMTP id B8A8E87465; Thu, 21 Nov 2019 16:05:21 +0000 (UTC) Received: from lf-lists.osuosl.org (localhost [127.0.0.1]) by lists.linuxfoundation.org (Postfix) with ESMTP id A4135C18DA; Thu, 21 Nov 2019 16:05:21 +0000 (UTC) X-Original-To: cip-dev@lists.cip-project.org Delivered-To: cip-dev@lists.linuxfoundation.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by lists.linuxfoundation.org (Postfix) with ESMTP id 4D5CAC18DA for ; Thu, 21 Nov 2019 16:05:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 3909C8885E for ; Thu, 21 Nov 2019 16:05:20 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id eb1Bl5eaMPZ8 for ; Thu, 21 Nov 2019 16:05:19 +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 hemlock.osuosl.org (Postfix) with ESMTP id 0BB578885F for ; Thu, 21 Nov 2019 16:05:18 +0000 (UTC) X-IronPort-AV: E=Sophos;i="5.69,226,1571670000"; d="scan'208";a="32092869" Received: from unknown (HELO relmlir5.idc.renesas.com) ([10.200.68.151]) by relmlie6.idc.renesas.com with ESMTP; 22 Nov 2019 01:00:16 +0900 Received: from renesas-ubuntu18.ree.adwin.renesas.com (unknown [10.226.36.223]) by relmlir5.idc.renesas.com (Postfix) with ESMTP id 7A109400196B; Fri, 22 Nov 2019 01:00:15 +0900 (JST) From: Chris Paterson To: cip-dev@lists.cip-project.org Date: Thu, 21 Nov 2019 16:00:08 +0000 Message-Id: <20191121160008.4886-4-chris.paterson2@renesas.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20191121160008.4886-1-chris.paterson2@renesas.com> References: <20191121160008.4886-1-chris.paterson2@renesas.com> Subject: [cip-dev] [PATCH linux-4.4.y-cip-rt] gitlab-ci: Use external linux-cip-pipelines repository to define CI X-BeenThere: cip-dev@lists.cip-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: cip-dev-bounces@lists.cip-project.org Sender: "cip-dev" Signed-off-by: Chris Paterson --- .gitlab-ci.yml | 317 +------------------------------------------------ 1 file changed, 3 insertions(+), 314 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 59323dd06c6a..6f8a0028d2a3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,314 +1,3 @@ -variables: - GIT_STRATEGY: clone - GIT_DEPTH: 10 - DOCKER_DRIVER: overlay2 - DOCKER_IMAGE_TAG: v2 - -# Building -arm_hitachi_omap_defconfig: - stage: build - image: registry.gitlab.com/cip-project/cip-testing/linux-cip-ci:build-$DOCKER_IMAGE_TAG - variables: - BUILD_ARCH: arm - CONFIG: hitachi_omap_defconfig - CONFIG_LOC: cip-kernel-config - BUILD_ONLY: "true" - script: - - /opt/build_kernel.sh - artifacts: - name: "$CI_JOB_NAME" - when: always - paths: - - output - -arm_moxa_mxc_defconfig: - stage: build - image: registry.gitlab.com/cip-project/cip-testing/linux-cip-ci:build-$DOCKER_IMAGE_TAG - variables: - BUILD_ARCH: arm - CONFIG: moxa_mxc_defconfig - CONFIG_LOC: cip-kernel-config - BUILD_ONLY: "true" - script: - - /opt/build_kernel.sh - artifacts: - name: "$CI_JOB_NAME" - when: always - paths: - - output - -arm_renesas_shmobile_defconfig: - stage: build - image: registry.gitlab.com/cip-project/cip-testing/linux-cip-ci:build-$DOCKER_IMAGE_TAG - variables: - BUILD_ARCH: arm - CONFIG: renesas_shmobile_defconfig - CONFIG_LOC: cip-kernel-config - DEVICES: r8a7743-iwg20d-q7 r8a7745-iwg22d-sodimm r8a77470-iwg23s-sbc - DTBS: r8a7743-iwg20d-q7-dbcm-ca.dtb r8a7745-iwg22d-sodimm-dbhd-ca.dtb r8a77470-iwg23s-sbc.dtb - script: - - /opt/build_kernel.sh - artifacts: - name: "$CI_JOB_NAME" - when: always - paths: - - output - -arm_siemens_am335x-axm2_defconfig: - stage: build - image: registry.gitlab.com/cip-project/cip-testing/linux-cip-ci:build-$DOCKER_IMAGE_TAG - variables: - BUILD_ARCH: arm - CONFIG: siemens_am335x-axm2_defconfig - CONFIG_LOC: cip-kernel-config - BUILD_ONLY: "true" - script: - - /opt/build_kernel.sh - artifacts: - name: "$CI_JOB_NAME" - when: always - paths: - - output - -arm_siemens_am335x-draco_defconfig: - stage: build - image: registry.gitlab.com/cip-project/cip-testing/linux-cip-ci:build-$DOCKER_IMAGE_TAG - variables: - BUILD_ARCH: arm - CONFIG: siemens_am335x-draco_defconfig - CONFIG_LOC: cip-kernel-config - BUILD_ONLY: "true" - script: - - /opt/build_kernel.sh - artifacts: - name: "$CI_JOB_NAME" - when: always - paths: - - output - -arm_siemens_am335x-dxr2_defconfig: - stage: build - image: registry.gitlab.com/cip-project/cip-testing/linux-cip-ci:build-$DOCKER_IMAGE_TAG - variables: - BUILD_ARCH: arm - CONFIG: siemens_am335x-dxr2_defconfig - CONFIG_LOC: cip-kernel-config - BUILD_ONLY: "true" - script: - - /opt/build_kernel.sh - artifacts: - name: "$CI_JOB_NAME" - when: always - paths: - - output - -arm_siemens_am335x-etamin_defconfig: - stage: build - image: registry.gitlab.com/cip-project/cip-testing/linux-cip-ci:build-$DOCKER_IMAGE_TAG - variables: - BUILD_ARCH: arm - CONFIG: siemens_am335x-etamin_defconfig - CONFIG_LOC: cip-kernel-config - BUILD_ONLY: "true" - script: - - /opt/build_kernel.sh - artifacts: - name: "$CI_JOB_NAME" - when: always - paths: - - output - -arm_siemens_am57xx-pxm3.config: - stage: build - image: registry.gitlab.com/cip-project/cip-testing/linux-cip-ci:build-$DOCKER_IMAGE_TAG - variables: - BUILD_ARCH: arm - CONFIG: siemens_am57xx-pxm3.config - CONFIG_LOC: cip-kernel-config - BUILD_ONLY: "true" - script: - - /opt/build_kernel.sh - artifacts: - name: "$CI_JOB_NAME" - when: always - paths: - - output - -arm_siemens_dcu2.config: - stage: build - image: registry.gitlab.com/cip-project/cip-testing/linux-cip-ci:build-$DOCKER_IMAGE_TAG - variables: - BUILD_ARCH: arm - CONFIG: siemens_dcu2.config - CONFIG_LOC: cip-kernel-config - BUILD_ONLY: "true" - script: - - /opt/build_kernel.sh - artifacts: - name: "$CI_JOB_NAME" - when: always - paths: - - output - -arm_siemens_imx6_defconfig: - stage: build - image: registry.gitlab.com/cip-project/cip-testing/linux-cip-ci:build-$DOCKER_IMAGE_TAG - variables: - BUILD_ARCH: arm - CONFIG: siemens_imx6_defconfig - CONFIG_LOC: cip-kernel-config - BUILD_ONLY: "true" - script: - - /opt/build_kernel.sh - artifacts: - name: "$CI_JOB_NAME" - when: always - paths: - - output - -arm_toshiba_tegra_defconfig: - stage: build - image: registry.gitlab.com/cip-project/cip-testing/linux-cip-ci:build-$DOCKER_IMAGE_TAG - variables: - BUILD_ARCH: arm - CONFIG: toshiba_tegra_defconfig - CONFIG_LOC: cip-kernel-config - BUILD_ONLY: "true" - script: - - /opt/build_kernel.sh - artifacts: - name: "$CI_JOB_NAME" - when: always - paths: - - output - -arm_toshiba_zynq_defconfig: - stage: build - image: registry.gitlab.com/cip-project/cip-testing/linux-cip-ci:build-$DOCKER_IMAGE_TAG - variables: - BUILD_ARCH: arm - CONFIG: toshiba_zynq_defconfig - CONFIG_LOC: cip-kernel-config - BUILD_ONLY: "true" - script: - - /opt/build_kernel.sh - artifacts: - name: "$CI_JOB_NAME" - when: always - paths: - - output - -x86_plathome_obsvx1.config: - stage: build - image: registry.gitlab.com/cip-project/cip-testing/linux-cip-ci:build-$DOCKER_IMAGE_TAG - variables: - BUILD_ARCH: x86 - CONFIG: plathome_obsvx1.config - CONFIG_LOC: cip-kernel-config - BUILD_ONLY: "true" - script: - - /opt/build_kernel.sh - artifacts: - name: "$CI_JOB_NAME" - when: always - paths: - - output - -x86_siemens_iot2000.config: - stage: build - image: registry.gitlab.com/cip-project/cip-testing/linux-cip-ci:build-$DOCKER_IMAGE_TAG - variables: - BUILD_ARCH: x86 - CONFIG: siemens_iot2000.config - CONFIG_LOC: cip-kernel-config - BUILD_ONLY: "true" - script: - - /opt/build_kernel.sh - artifacts: - name: "$CI_JOB_NAME" - when: always - paths: - - output - -x86_siemens_server_defconfig: - stage: build - image: registry.gitlab.com/cip-project/cip-testing/linux-cip-ci:build-$DOCKER_IMAGE_TAG - variables: - BUILD_ARCH: x86 - CONFIG: siemens_server_defconfig - CONFIG_LOC: cip-kernel-config - BUILD_ONLY: "true" - script: - - /opt/build_kernel.sh - artifacts: - name: "$CI_JOB_NAME" - when: always - paths: - - output - -x86_toshiba_defconfig: - stage: build - image: registry.gitlab.com/cip-project/cip-testing/linux-cip-ci:build-$DOCKER_IMAGE_TAG - variables: - BUILD_ARCH: x86 - CONFIG: toshiba_defconfig - CONFIG_LOC: cip-kernel-config - BUILD_ONLY: "true" - script: - - /opt/build_kernel.sh - artifacts: - name: "$CI_JOB_NAME" - when: always - 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: always - paths: - - output - -# Extra build configurations -arm_shmobile_defconfig: - stage: build - image: registry.gitlab.com/cip-project/cip-testing/linux-cip-ci:build-$DOCKER_IMAGE_TAG - variables: - BUILD_ARCH: arm - CONFIG: shmobile_defconfig - CONFIG_LOC: intree - DEVICES: r8a7743-iwg20d-q7 r8a7745-iwg22d-sodimm r8a77470-iwg23s-sbc - DTBS: r8a7743-iwg20d-q7-dbcm-ca.dtb r8a7745-iwg22d-sodimm-dbhd-ca.dtb r8a77470-iwg23s-sbc.dtb - script: - - /opt/build_kernel.sh - artifacts: - name: "$CI_JOB_NAME" - when: always - paths: - - output - -# Testing -run_tests: - stage: test - image: registry.gitlab.com/cip-project/cip-testing/linux-cip-ci:test-$DOCKER_IMAGE_TAG - when: always - variables: - GIT_STRATEGY: none - TEST_TIMEOUT: 60 - script: - - /opt/submit_tests.sh - artifacts: - name: "$CI_JOB_NAME" - when: always - paths: - - output +include: + - https://gitlab.com/cip-project/cip-testing/linux-cip-pipelines/raw/master/linux-cip-pipeline.yml + - https://gitlab.com/cip-project/cip-testing/linux-cip-pipelines/raw/master/trees/linux-4.4.y-cip.yml