From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Lars Brinkhoff Newsgroups: gmane.emacs.devel Subject: Re: GitLab CI setup file in scratch/tzz/gitlab Date: Thu, 27 Apr 2017 07:01:40 +0200 Organization: nocrew Message-ID: <864lxal9zf.fsf@molnjunk.nocrew.org> References: <87shkvnh2z.fsf@lifelogs.com> <83inlrngte.fsf@gnu.org> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1493289805 26360 195.159.176.226 (27 Apr 2017 10:43:25 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 27 Apr 2017 10:43:25 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Apr 27 12:43:19 2017 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1d3gsy-000599-Bf for ged-emacs-devel@m.gmane.org; Thu, 27 Apr 2017 12:42:56 +0200 Original-Received: from localhost ([::1]:58736 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d3bZT-0005qt-Be for ged-emacs-devel@m.gmane.org; Thu, 27 Apr 2017 01:02:27 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:53462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d3bYu-0005qo-RP for emacs-devel@gnu.org; Thu, 27 Apr 2017 01:01:53 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d3bYq-0003Gh-Uo for emacs-devel@gnu.org; Thu, 27 Apr 2017 01:01:52 -0400 Original-Received: from [195.159.176.226] (port=60372 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d3bYq-0003Gc-Ot for emacs-devel@gnu.org; Thu, 27 Apr 2017 01:01:48 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1d3bYh-00019o-Te for emacs-devel@gnu.org; Thu, 27 Apr 2017 07:01:39 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 22 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:2f6GyAqaNbF3UH77CSlm1ljSh9Q= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:214331 Archived-At: Eli Zaretskii wrote: >> Ted Zlatanov wrote: >> I've pushed a .gitlab-ci.yml file to the branch scratch/tzz/gitlab >> John, Eli, any objections? > > Frankly, I don't understand why this file should be part of the Emacs > repository. For starters, it seems to be Debian-specific. And if it > should be in our repository, its place is definitely wrong, it should > be somewhere under admin/. It's not Debian-specific. It does mention "debian", but that's only to pick one out of many possible images to run the build. It's probably required to be in the top-level directory to work with GitLab-CI. I haven't checked GitLab specifically, but most continuous integration services does have this requirement that the configuration file must have a specific name, and must be in the root of the project. With this file in place, GitLab can now run a full build and test cycle for every commit: https://gitlab.com/emacs-ci/emacs/builds/14381164