From: Junio C Hamano <gitster@pobox.com>
To: Jeff King <peff@peff.net>
Cc: git@vger.kernel.org,
"brian m. carlson" <sandals@crustytoothpaste.net>,
Patrick Steinhardt <ps@pks.im>
Subject: Re: [PATCH] ci: bump debian-11 job to debian-12
Date: Sat, 05 Sep 2026 09:32:45 -0700 [thread overview]
Message-ID: <xmqqecf764lu.fsf@gitster.g> (raw)
In-Reply-To: <20260905135822.GA3914811@coredump.intra.peff.net> (Jeff King's message of "Sat, 5 Sep 2026 09:58:22 -0400")
Jeff King <peff@peff.net> writes:
> Debian 11 just recently went out of its LTS period, and is unmaintained
> by the project (there is "Extended LTS", but it is a paid service
> provided by a third party).
>
> The point of the debian-11 job was to cover older releases in the LTS
> state, per ac112fd4f0 (Add additional CI jobs to avoid accidental
> breakage, 2024-10-31). Bumping to debian-12 will cover us there for the
> next 2 years.
>
> Signed-off-by: Jeff King <peff@peff.net>
> ---
> I started looking at this because I got an apt failure on a debian-11
> job today. It might have just been a transient mirror failure (although
> it reproduced for several minutes afterwards). But this seems like the
> right step forward anyway.
>
> I tested the GitHub job, but not the GitLab one. They should be pulling
> the same docker images, though, so I would expect it to Just Work.
Thanks. I also noticed debian-11 job failing. Will queue.
>
> .github/workflows/main.yml | 6 +++---
> .gitlab-ci.yml | 6 +++---
> 2 files changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
> index 205325eb33..a0c3f53c6d 100644
> --- a/.github/workflows/main.yml
> +++ b/.github/workflows/main.yml
> @@ -411,9 +411,9 @@ jobs:
> # A RHEL 8 compatible distro. Supported until 2029-05-31.
> - jobname: almalinux-8
> image: almalinux:8
> - # Supported until 2026-08-31.
> - - jobname: debian-11
> - image: debian:11
> + # Supported until 2028-06-30.
> + - jobname: debian-12
> + image: debian:12
> env:
> jobname: ${{matrix.vector.jobname}}
> CC: ${{matrix.vector.cc}}
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index 0242283c3c..cd6fd4a504 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -71,9 +71,9 @@ test:linux:
> # A RHEL 8 compatible distro. Supported until 2029-05-31.
> - jobname: almalinux-8
> image: almalinux:8
> - # Supported until 2026-08-31.
> - - jobname: debian-11
> - image: debian:11
> + # Supported until 2028-06-30.
> + - jobname: debian-12
> + image: debian:12
> artifacts:
> paths:
> - t/failed-test-artifacts
next prev parent reply other threads:[~2026-09-05 16:32 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-09-05 13:58 [PATCH] ci: bump debian-11 job to debian-12 Jeff King
2026-09-05 16:32 ` Junio C Hamano [this message]
2026-09-06 15:11 ` Jeff King
2026-09-07 6:03 ` Patrick Steinhardt
2026-09-07 6:03 ` Patrick Steinhardt
2026-09-11 2:19 ` Jeff King
2026-09-11 5:09 ` Patrick Steinhardt
2026-09-11 15:42 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=xmqqecf764lu.fsf@gitster.g \
--to=gitster@pobox.com \
--cc=git@vger.kernel.org \
--cc=peff@peff.net \
--cc=ps@pks.im \
--cc=sandals@crustytoothpaste.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox