From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6742437293266567168 X-Received: by 2002:a1c:2d4b:: with SMTP id t72mr5089350wmt.112.1571920239377; Thu, 24 Oct 2019 05:30:39 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:960a:: with SMTP id y10ls935867wmd.0.gmail; Thu, 24 Oct 2019 05:30:38 -0700 (PDT) X-Google-Smtp-Source: APXvYqx3636kDor97lPhSRjEr3T0WiMLEUM2S/T62NMlGZaBqN9L3iUTX/YjfoIsVrp27nAWAj5d X-Received: by 2002:a7b:cbc5:: with SMTP id n5mr4832847wmi.65.1571920238852; Thu, 24 Oct 2019 05:30:38 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571920238; cv=none; d=google.com; s=arc-20160816; b=jr8RWnaTk/F0gBqR8xBUdLzugvDe6Hh7x2pAjGMLVsntoMqBetuK6a0ndEktjuNLQ3 ehVAdwy1yyQWYy2TNtCmODiw/GzuHp5t0v7m9vogiQXgG8+wue6ijCvlAunae+dWYxnn +LCNg+pI+quHxMAX++dSS/L1+WV1Fb7ZxpVobpMOrJZlWICCzXH9d/1uF529YNBFQHEJ inyvr0IZEhBGZ6q/lj8xD2PJFdmEVMGqZKWJv9RTM/CzWPY9JszVCVPa139vANFK20GJ ztBfu69rbK1tcjwFtH6wW6Gbhwz5sHvREyau2AQu1QmlZP6QNoml3iSoN5YMmy9pAuRk nKCg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-disposition:mime-version:references :mail-followup-to:message-id:subject:to:from:date; bh=ypbB9nAa5HnfnAD73MrQQF1V3fUlQAdwA/Hht3tmajM=; b=gTd7YELJZv7CoxwFPNHyTehkU35nAoqGpuv01uqx/8rk8fl3DbrSo6duE+t7YKeXPm AoJ8fmpGFbkz+VWM8xOIYuA5WPfI5kwHIrvNpKY3y9QhIVRe1emOqAaNNOPiDXUowMbp VIJ3BW/y9N+GdlzOoqjkOwrbcQiFGwtR3O+cVGHQr/FgVyYpyOpR3is8MFpHeD27dWUU 5iI+CVsGOwYT6S4XHQpkfEOi0tS9dOvfwKVsplCTxk6eIThoIfzc4eC24CDbdEkUHtPE nH7wqIDlJZVHIVAjgNp4ZOgr/WnkwR7+XrdfcVLv3i/BZolLWoTuMxCh/OA4MEX+lJfY alew== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Return-Path: Received: from shymkent.ilbers.de (shymkent.ilbers.de. [85.214.156.166]) by gmr-mx.google.com with ESMTPS id y185si124885wmd.4.2019.10.24.05.30.38 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 24 Oct 2019 05:30:38 -0700 (PDT) Received-SPF: neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) client-ip=85.214.156.166; Authentication-Results: gmr-mx.google.com; spf=neutral (google.com: 85.214.156.166 is neither permitted nor denied by best guess record for domain of ibr@radix50.net) smtp.mailfrom=ibr@radix50.net Received: from yssyq.m.ilbers.de (host-80-81-17-52.static.customer.m-online.net [80.81.17.52]) (authenticated bits=0) by shymkent.ilbers.de (8.15.2/8.15.2/Debian-8) with ESMTPSA id x9OCUbKp015962 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 24 Oct 2019 14:30:38 +0200 Date: Thu, 24 Oct 2019 14:30:36 +0200 From: Baurzhan Ismagulov To: isar-users Subject: Re: [PATCH] gitlab-ci: Add full nightly build Message-ID: <20191024123036.3ed7ilmr35lrlnfk@yssyq.m.ilbers.de> Mail-Followup-To: isar-users References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: NeoMutt/20180716 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on shymkent.ilbers.de X-TUID: CNCWNEwMiqz+ On Mon, Sep 30, 2019 at 02:20:13PM +0200, Jan Kiszka wrote: > Add a job that can be scheduled for nightly build. It performs a full CI > run, but only if its commit SHA wasn't tried to build yet. Applied to next, thanks. With kind regards, Baurzhan.