From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6629600827850883072 X-Received: by 2002:a50:ac53:: with SMTP id w19mr1141685edc.3.1543579657465; Fri, 30 Nov 2018 04:07:37 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a50:97b6:: with SMTP id e51ls1486437edb.6.gmail; Fri, 30 Nov 2018 04:07:37 -0800 (PST) X-Google-Smtp-Source: AFSGD/WO5wNZ9L23CNRUzOQEfxS52BmI7UWKT88Z8WEmbc0a7vQ9MivBQ+KwZ6L/iK6ydxsBXjQ8 X-Received: by 2002:aa7:dc56:: with SMTP id g22mr1146698edu.10.1543579656985; Fri, 30 Nov 2018 04:07:36 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1543579656; cv=none; d=google.com; s=arc-20160816; b=loa9Aa3ZRvs4/se9yaO9GqfFoZHlqk7fqfsocrJ4ZK+xgDUqaQJTIMS1DrHjoBaPIm +4RkoXM33oDXH/spFZ+M0jzKJPB0uraLlU6PVXqzBI0biNoh1dUj+zjsqX46t83xER5P 2EEV/1h9BHadBWF9X/kXrw87F7130C5CtjaLV8yE9aQsjhMSk1MybUCH+aEtGusDk/oO 4CrmocChBCm3IMB4dSVAB4UeCIfYhi0QJsgc/EkhQqiqmUuRBQRv0izdHfN4MXNguAuI GtcB8vgwS+HSPpVifQaj/8ooDDsdQMfvtdtF2dDQusm4b1NQQsVSpvgQM9TBufyoYqSm o9+g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:from:references:cc:to:subject; bh=9y1Cpgz5uOQoZxTytoLxj/Epmov2mw84Kh8A+mhMKbU=; b=YqjKUdc+0skOV430gSmm+XdxddeggiM3aWCZIjt7uWU10Z38883P/W5cgdCxo+lgGR cn5XLVwjJEgMZ8Gei5Ul37h+M1A7t+Id6tk+bKcMatwl3o3Lm7b4JMk5+DYtZZvg/nHo 1a0i0N5VH1nYFpt8xY9vgvR93I4qCzzbtX1Q345j+9UAip2mhmO/otGrygb8tU+Bu7ft 9zDYjh9cce5Q+pNmTUwKWvlquoS6o0xjWTu2WJOc96X2FfZcqo4PxerJezXPnXpCbxui 9PuLm1KWBKTRGiFKs5MspTjYAuR4j+Df/txuG9fqYKKBfIAEQrKNDocjTBGDUnr211/A IFCg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 194.138.37.40 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com Return-Path: Received: from gecko.sbs.de (gecko.sbs.de. [194.138.37.40]) by gmr-mx.google.com with ESMTPS id a3si106638eda.0.2018.11.30.04.07.36 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 30 Nov 2018 04:07:36 -0800 (PST) Received-SPF: pass (google.com: domain of jan.kiszka@siemens.com designates 194.138.37.40 as permitted sender) client-ip=194.138.37.40; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of jan.kiszka@siemens.com designates 194.138.37.40 as permitted sender) smtp.mailfrom=jan.kiszka@siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by gecko.sbs.de (8.15.2/8.15.2) with ESMTPS id wAUC7aTh015099 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Fri, 30 Nov 2018 13:07:36 +0100 Received: from [139.25.68.37] (md1q0hnc.ad001.siemens.net [139.25.68.37] (may be forged)) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id wAUC7aEh001366; Fri, 30 Nov 2018 13:07:36 +0100 Subject: Re: ci_build.sh vs. ci_build.sh -f vs. gitlab-ci.yml To: "Maxim Yu. Osipov" Cc: isar-users References: <539a43ca-166a-8ced-b6a5-548ffd7e2e90@ilbers.de> From: Jan Kiszka Message-ID: Date: Fri, 30 Nov 2018 13:07:35 +0100 User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); de; rv:1.8.1.12) Gecko/20080226 SUSE/2.0.0.12-1.1 Thunderbird/2.0.0.12 Mnenhy/0.7.5.666 MIME-Version: 1.0 In-Reply-To: <539a43ca-166a-8ced-b6a5-548ffd7e2e90@ilbers.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: U0ijr4lNux5O On 30.11.18 12:25, Maxim Yu. Osipov wrote: > Hi Jan, > > Yes, at the moment "fast" differs from standard (a.k.a."slow") not only in > number of configurations but also with features turned on (cross-compilation + > local apt cache). > > "slow" is run currently overnights, while "fast" is used for initial patch > verification. Well, even gitlab-ci finishes here in 1:10h, although only two of the 10 targets (there is one more in ci_build.sh, apparently) are cross. That makes even a full-blown test reasonably fast for CI on our server (which is currently still a slow 8-core machine). > > I plan to additionally include 'cross-compilation' and 'local apt cache' in > "slow" after sorting out current urgent topics. Ok, thanks. And I would recommend to include at least one native build in the fast path as well. Then I will switch gitlab-ci to use that. Jan -- Siemens AG, Corporate Technology, CT RDA IOT SES-DE Corporate Competence Center Embedded Linux