From owner-freebsd-git@freebsd.org Sat Jan 9 04:43:17 2021 Return-Path: Delivered-To: freebsd-git@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id D82014C984A for ; Sat, 9 Jan 2021 04:43:17 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DCS5d5Wgqz4WJV for ; Sat, 9 Jan 2021 04:43:17 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from mail-yb1-f172.google.com (mail-yb1-f172.google.com [209.85.219.172]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: lwhsu/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id ABFEE8083 for ; Sat, 9 Jan 2021 04:43:17 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: by mail-yb1-f172.google.com with SMTP id b64so11432790ybg.7 for ; Fri, 08 Jan 2021 20:43:17 -0800 (PST) X-Gm-Message-State: AOAM530HyK+y6j3WzNoEbGmwlsPAvPypT4SIlcgAcgZpOqLuQpe4aw6J C7/Oey/Sk1NkuE+R9SVL9MM9l604aPEJbc8GZu8= X-Google-Smtp-Source: ABdhPJzxrSk1fsNC/Orm2bGDsqVD1FINeXYjpjQlKwujxrro8l14hB4ecEoPG/tG/7LnLaiqhEaU1EU5mAvb9cE54QQ= X-Received: by 2002:a25:c107:: with SMTP id r7mr10152448ybf.492.1610167397187; Fri, 08 Jan 2021 20:43:17 -0800 (PST) MIME-Version: 1.0 References: <9790978C-6D11-4729-9F4F-8ECD06C61D4A.ref@yahoo.com> <9790978C-6D11-4729-9F4F-8ECD06C61D4A@yahoo.com> In-Reply-To: <9790978C-6D11-4729-9F4F-8ECD06C61D4A@yahoo.com> From: Li-Wen Hsu Date: Sat, 9 Jan 2021 12:43:06 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: For main, will ci.freebsd.org display under "Build description" text like: main-c255728-g99d1a7829f88 ? To: Mark Millard Cc: freebsd-git Content-Type: text/plain; charset="UTF-8" X-BeenThere: freebsd-git@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Discussion of git use in the FreeBSD project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Jan 2021 04:43:17 -0000 On Sat, Jan 9, 2021 at 8:38 AM Mark Millard via freebsd-git wrote: > > What sort of text will appear under "Build description" for > htts://ci.frebsd.org once main finally starts getting CI > builds again? > > Will it be like the uname output (invented example)?: > > main-c255728-g99d1a7829f88 In short, I'm not sure, but very likely. Currently there is a stranding issue that Jenkins doesn't provide an easy way to get abbreviated commit hash. This is not a blocking issue, and there are still waysto get it, but may need more time to test and implement. I haven't decided what is the best to put into the build description (and even haven't taught ci.freebsd.org about git. but should be soon!) I was thinking just using the abbreviated commit hash, but it might be a good idea to also prefix or suffix the commits count. I'll check if it is possible and easy to get this. I'm not sure it still needs to include the branch name in the build description, as it is already in the job name, and on artifact.freebsd.org, there are parent directories with branch names. Best, Li-Wen