From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 3BF281F9F4 for ; Fri, 19 Nov 2021 15:03:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232048AbhKSPG0 (ORCPT ); Fri, 19 Nov 2021 10:06:26 -0500 Received: from cloud.peff.net ([104.130.231.41]:34924 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232110AbhKSPGZ (ORCPT ); Fri, 19 Nov 2021 10:06:25 -0500 Received: (qmail 8405 invoked by uid 109); 19 Nov 2021 15:03:23 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with ESMTP; Fri, 19 Nov 2021 15:03:23 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 13419 invoked by uid 111); 19 Nov 2021 15:03:18 -0000 Received: from coredump.intra.peff.net (HELO sigill.intra.peff.net) (10.0.0.2) by peff.net (qpsmtpd/0.94) with (TLS_AES_256_GCM_SHA384 encrypted) ESMTPS; Fri, 19 Nov 2021 10:03:18 -0500 Authentication-Results: peff.net; auth=none Date: Fri, 19 Nov 2021 10:03:17 -0500 From: Jeff King To: =?utf-8?B?w4Z2YXIgQXJuZmrDtnLDsA==?= Bjarmason Cc: git@vger.kernel.org, Junio C Hamano , Johannes Schindelin , SZEDER =?utf-8?B?R8OhYm9y?= Subject: Re: [PATCH 0/2] CI: use shorter names for CI jobs, less truncation Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org On Fri, Nov 19, 2021 at 02:56:05PM +0100, Ævar Arnfjörð Bjarmason wrote: > This changes the names used in GitHub CI to be shorter, because the > current ones are so long that they overflow the pop-up tooltips in the > GitHub UI. > > New pop-up visible at: https://github.com/avar/git/tree/avar/ci-shorter-names > > Full CI run at (currently pending, I had a trivial last-minute > update): > https://github.com/avar/git/runs/4264929546?check_suite_focus=true Thanks for giving examples. I don't have a strong opinion on the first patch, as I never look at those pop-ups anyway. ;) It does also shorten the names in the main "runs" page, where we had room to show them fully. To my mind, "linux-gcc", etc, are more readable than "regular (linux-gcc, gcc, ubuntu-latest)", and that's a strict improvement. "w32" versus "windows" is less obviously good, but I'm OK with it if the shortness is important in some contexts. -Peff