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 79B0F1F9F4 for ; Fri, 19 Nov 2021 14:57:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229846AbhKSPAq (ORCPT ); Fri, 19 Nov 2021 10:00:46 -0500 Received: from cloud.peff.net ([104.130.231.41]:34910 "EHLO cloud.peff.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229519AbhKSPAp (ORCPT ); Fri, 19 Nov 2021 10:00:45 -0500 Received: (qmail 8374 invoked by uid 109); 19 Nov 2021 14:57:43 -0000 Received: from Unknown (HELO peff.net) (10.0.1.2) by cloud.peff.net (qpsmtpd/0.94) with ESMTP; Fri, 19 Nov 2021 14:57:43 +0000 Authentication-Results: cloud.peff.net; auth=none Received: (qmail 13338 invoked by uid 111); 19 Nov 2021 14:57:42 -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 09:57:42 -0500 Authentication-Results: peff.net; auth=none Date: Fri, 19 Nov 2021 09:57:42 -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 2/2] CI: rename the "Linux32" job to lower-case "linux32" 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:07PM +0100, Ævar Arnfjörð Bjarmason wrote: > As a follow-up to the preceding commit's shortening of CI job names, > rename the only job that starts with an upper-case letter to be > consistent with the rest. It was added in 88dedd5e72c (Travis: also > test on 32-bit Linux, 2017-03-05). This makes sense, though I had to wonder... > .travis.yml | 2 +- Is this travis file even still useful? With travis-ci.org shutting down last summer, I would think nobody is triggering these builds anymore. Not a blocker, obviously, but maybe a possible cleanup on top. -Peff