public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/1] ci: doc: Remove Ubuntu bionic
@ 2026-04-16 18:35 Petr Vorel
  2026-04-16 19:16 ` [LTP] " linuxtestproject.agent
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Petr Vorel @ 2026-04-16 18:35 UTC (permalink / raw)
  To: ltp

Ubuntu 18.04 LTS bionic EOL 3 years ago (2023-04). Repositories were
publicly available until now, remove it to fix CI.

Exact error is missing Packages file

W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-backports/InRelease  Connection failed [IP: 91.189.91.82 80]
E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/universe/binary-amd64/Packages  Connection timed out [IP: 91.189.92.23 80]

which causes gcc not being installed.

Although repository has Packages.gz and Packages.xz (therefore it
should somehow work or it might be GitHub Actions issue) we don't need
to keep bionic (we have older distro openSUSE Leap 42), which we still
use for testing SLE1-SP2 build).

Reported-by: Cyril Hrubis <chrubis@suse.cz>
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
Hi all,

I'd like to merge tomorrow.
@Li just FYI that CI is being handled.

Kind regards,
Petr

 .github/workflows/ci-docker-build.yml | 4 ----
 doc/users/supported_systems.rst       | 6 ------
 2 files changed, 10 deletions(-)

diff --git a/.github/workflows/ci-docker-build.yml b/.github/workflows/ci-docker-build.yml
index 16d99f097a..0c0635febd 100644
--- a/.github/workflows/ci-docker-build.yml
+++ b/.github/workflows/ci-docker-build.yml
@@ -110,10 +110,6 @@ jobs:
               CC: gcc
               TREE: out
 
-          - container: "ubuntu:bionic"
-            env:
-              CC: gcc
-
     container:
       image: ${{ matrix.container }}
       env: ${{ matrix.env }}
diff --git a/doc/users/supported_systems.rst b/doc/users/supported_systems.rst
index dabb5883ad..b241d05739 100644
--- a/doc/users/supported_systems.rst
+++ b/doc/users/supported_systems.rst
@@ -34,12 +34,6 @@ Oldest build tested distributions
       - 4.8.5
       - \-
 
-    * - Ubuntu 18.04 LTS bionic
-      - 4.15
-      - 2.27
-      - 7.3.0
-      - \-
-
     * - Debian 11 (bullseye)
       - 5.10
       - 2.31
-- 
2.53.0


-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [LTP] ci: doc: Remove Ubuntu bionic
  2026-04-16 18:35 [LTP] [PATCH 1/1] ci: doc: Remove Ubuntu bionic Petr Vorel
@ 2026-04-16 19:16 ` linuxtestproject.agent
  2026-04-16 23:31 ` [LTP] [PATCH 1/1] " Li Wang
  2026-04-17  8:53 ` Cyril Hrubis
  2 siblings, 0 replies; 5+ messages in thread
From: linuxtestproject.agent @ 2026-04-16 19:16 UTC (permalink / raw)
  To: Petr Vorel; +Cc: ltp, LTP AI Reviewer

Hi Petr,

On 2026-04-16, Petr Vorel wrote:
> ci: doc: Remove Ubuntu bionic

> -          - container: "ubuntu:bionic"
> -            env:
> -              CC: gcc

> -    * - Ubuntu 18.04 LTS bionic
> -      - 4.15
> -      - 2.27
> -      - 7.3.0
> -      - \-

Reviewed-by: LTP AI Reviewer <ltp-ai@noreply.github.com>

---
Note:

Our agent completed the review of the patch. The full review can be
found at: https://github.com/linux-test-project/ltp-agent/actions/runs/24529063514

The agent can sometimes produce false positives although often its
findings are genuine. If you find issues with the review, please
comment this email or ignore the suggestions.

Regards,
LTP AI Reviewer

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LTP] [PATCH 1/1] ci: doc: Remove Ubuntu bionic
  2026-04-16 18:35 [LTP] [PATCH 1/1] ci: doc: Remove Ubuntu bionic Petr Vorel
  2026-04-16 19:16 ` [LTP] " linuxtestproject.agent
@ 2026-04-16 23:31 ` Li Wang
  2026-04-17  8:53 ` Cyril Hrubis
  2 siblings, 0 replies; 5+ messages in thread
From: Li Wang @ 2026-04-16 23:31 UTC (permalink / raw)
  To: Petr Vorel; +Cc: ltp

Petr Vorel <pvorel@suse.cz> wrote:

> Ubuntu 18.04 LTS bionic EOL 3 years ago (2023-04). Repositories were
> publicly available until now, remove it to fix CI.
>
> Exact error is missing Packages file
>
> W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic-backports/InRelease  Connection failed [IP: 91.189.91.82 80]
> E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/bionic/universe/binary-amd64/Packages  Connection timed out [IP: 91.189.92.23 80]
>
> which causes gcc not being installed.
>
> Although repository has Packages.gz and Packages.xz (therefore it
> should somehow work or it might be GitHub Actions issue) we don't need
> to keep bionic (we have older distro openSUSE Leap 42), which we still
> use for testing SLE1-SP2 build).
>
> Reported-by: Cyril Hrubis <chrubis@suse.cz>
> Signed-off-by: Petr Vorel <pvorel@suse.cz>

Reviewed-by: Li Wang <wangli.ahau@gmail.com>


-- 
Regards,
Li Wang

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LTP] [PATCH 1/1] ci: doc: Remove Ubuntu bionic
  2026-04-16 18:35 [LTP] [PATCH 1/1] ci: doc: Remove Ubuntu bionic Petr Vorel
  2026-04-16 19:16 ` [LTP] " linuxtestproject.agent
  2026-04-16 23:31 ` [LTP] [PATCH 1/1] " Li Wang
@ 2026-04-17  8:53 ` Cyril Hrubis
  2026-04-17  9:02   ` Petr Vorel
  2 siblings, 1 reply; 5+ messages in thread
From: Cyril Hrubis @ 2026-04-17  8:53 UTC (permalink / raw)
  To: Petr Vorel; +Cc: ltp

Hi!
Shouldn't we replace that with a bleeding edge version of Ubuntu? Or
with some other distro?

I think that we should keep the number of distros in the CI constant and
just replace the expired ones with newer codestreams.

-- 
Cyril Hrubis
chrubis@suse.cz

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [LTP] [PATCH 1/1] ci: doc: Remove Ubuntu bionic
  2026-04-17  8:53 ` Cyril Hrubis
@ 2026-04-17  9:02   ` Petr Vorel
  0 siblings, 0 replies; 5+ messages in thread
From: Petr Vorel @ 2026-04-17  9:02 UTC (permalink / raw)
  To: Cyril Hrubis; +Cc: ltp

Hi Cyril,

> Hi!
> Shouldn't we replace that with a bleeding edge version of Ubuntu? Or
> with some other distro?

> I think that we should keep the number of distros in the CI constant and
> just replace the expired ones with newer codestreams.

I originally wanted not to add any distro to shorten the runtime, but
adding 24.04 LTS noble (latest LTS) makes sense. I've sent v2.

Kind regards,
Petr

-- 
Mailing list info: https://lists.linux.it/listinfo/ltp

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-04-17  9:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-16 18:35 [LTP] [PATCH 1/1] ci: doc: Remove Ubuntu bionic Petr Vorel
2026-04-16 19:16 ` [LTP] " linuxtestproject.agent
2026-04-16 23:31 ` [LTP] [PATCH 1/1] " Li Wang
2026-04-17  8:53 ` Cyril Hrubis
2026-04-17  9:02   ` Petr Vorel

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox