All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [RFC][PATCH 1/1] ci: Ubuntu xenial -> bionic
@ 2022-03-16 15:04 Petr Vorel
  2022-03-16 15:08 ` Petr Vorel
  0 siblings, 1 reply; 9+ messages in thread
From: Petr Vorel @ 2022-03-16 15:04 UTC (permalink / raw)
  To: ltp

Ubuntu 16.04 LTS xenial EOL was in 2021-04.
Replace it with 18.04 LTS bionic (EOL 2023-04).

Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
Hi,

according to distrowatch.com xenial EOL was in 2021-04 [1].
Looking into Ubuntu docs, Xenial is in Extended Security Maintenance
(ESM) phase. That explain why repos are still available.
Do we want to move on to bionic (or even focal)?

Kind regards,
Petr

[1] https://distrowatch.com/table.php?distribution=ubuntu
[2] https://ubuntu.com/about/release-cycle

 .github/workflows/ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c268ba41c7..fe28e4d055 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -99,7 +99,7 @@ jobs:
               METADATA: asciidoctor
               TREE: out
 
-          - container: "ubuntu:xenial"
+          - container: "ubuntu:bionic"
             env:
               CC: gcc
               METADATA: asciidoc-pdf
-- 
2.35.1


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

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

* Re: [LTP] [RFC][PATCH 1/1] ci: Ubuntu xenial -> bionic
  2022-03-16 15:04 [LTP] [RFC][PATCH 1/1] ci: Ubuntu xenial -> bionic Petr Vorel
@ 2022-03-16 15:08 ` Petr Vorel
  2022-03-18  6:14   ` Li Wang
  0 siblings, 1 reply; 9+ messages in thread
From: Petr Vorel @ 2022-03-16 15:08 UTC (permalink / raw)
  To: ltp

Tested

* bionic
https://github.com/pevik/ltp/actions/runs/1993375270

* focal
https://github.com/pevik/ltp/actions/runs/1993443143

And as I noted xenial still works. I wanted to avoid false positives when repos
get down, but obviously we have 4 years time (ends in 01 Apr 2026).

Kind regards,
Petr

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

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

* Re: [LTP] [RFC][PATCH 1/1] ci: Ubuntu xenial -> bionic
  2022-03-16 15:08 ` Petr Vorel
@ 2022-03-18  6:14   ` Li Wang
  2022-03-18  7:31     ` Petr Vorel
  0 siblings, 1 reply; 9+ messages in thread
From: Li Wang @ 2022-03-18  6:14 UTC (permalink / raw)
  To: Petr Vorel; +Cc: LTP List


[-- Attachment #1.1: Type: text/plain, Size: 834 bytes --]

Hi Petr,

On Wed, Mar 16, 2022 at 11:08 PM Petr Vorel <pvorel@suse.cz> wrote:

> Tested
>
> * bionic
> https://github.com/pevik/ltp/actions/runs/1993375270
>
> * focal
> https://github.com/pevik/ltp/actions/runs/1993443143
>
> And as I noted xenial still works. I wanted to avoid false positives when
> repos
> get down, but obviously we have 4 years time (ends in 01 Apr 2026).
>

+1 for bionic. (we can do an upgrade to focal when bionic reach EOL)

According to the release cycle page[1] of ubuntu ORG, the
Xenial (16.04) version is being deprecated, which means
no hardware and maintenance updates anymore. But we (LTP)
still merging new features and regression testcases, I'm afraid
that will bring some known failures in Xenial then to cost energy
for debugging.

[1]https://ubuntu.com/about/release-cycle

-- 
Regards,
Li Wang

[-- Attachment #1.2: Type: text/html, Size: 2942 bytes --]

[-- Attachment #2: Type: text/plain, Size: 60 bytes --]


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

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

* Re: [LTP] [RFC][PATCH 1/1] ci: Ubuntu xenial -> bionic
  2022-03-18  6:14   ` Li Wang
@ 2022-03-18  7:31     ` Petr Vorel
  2022-03-18  7:43       ` Li Wang
  0 siblings, 1 reply; 9+ messages in thread
From: Petr Vorel @ 2022-03-18  7:31 UTC (permalink / raw)
  To: Li Wang; +Cc: LTP List

Hi Li, Cyril,

> Hi Petr,

> On Wed, Mar 16, 2022 at 11:08 PM Petr Vorel <pvorel@suse.cz> wrote:

> > Tested

> > * bionic
> > https://github.com/pevik/ltp/actions/runs/1993375270

> > * focal
> > https://github.com/pevik/ltp/actions/runs/1993443143

> > And as I noted xenial still works. I wanted to avoid false positives when
> > repos
> > get down, but obviously we have 4 years time (ends in 01 Apr 2026).


> +1 for bionic. (we can do an upgrade to focal when bionic reach EOL)

> According to the release cycle page[1] of ubuntu ORG, the
> Xenial (16.04) version is being deprecated, which means
> no hardware and maintenance updates anymore. But we (LTP)
> still merging new features and regression testcases, I'm afraid
> that will bring some known failures in Xenial then to cost energy
> for debugging.

So you'd keep Xenial until the end of it's Extended Security Maintenance (ESM)
support in 2026? I'm not sure myself if it's a good idea to drop Xenial now and
solve these problems. Maybe we should hold this change for some time.
And if we upgrade to bionic, it would be good to finish a docs of supported
kernel/(g)libc/distro versions.

Kind regards,
Petr

> [1]https://ubuntu.com/about/release-cycle

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

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

* Re: [LTP] [RFC][PATCH 1/1] ci: Ubuntu xenial -> bionic
  2022-03-18  7:31     ` Petr Vorel
@ 2022-03-18  7:43       ` Li Wang
  2022-04-22 11:24         ` Petr Vorel
  0 siblings, 1 reply; 9+ messages in thread
From: Li Wang @ 2022-03-18  7:43 UTC (permalink / raw)
  To: Petr Vorel; +Cc: LTP List


[-- Attachment #1.1: Type: text/plain, Size: 1539 bytes --]

On Fri, Mar 18, 2022 at 3:31 PM Petr Vorel <pvorel@suse.cz> wrote:

> Hi Li, Cyril,
>
> > Hi Petr,
>
> > On Wed, Mar 16, 2022 at 11:08 PM Petr Vorel <pvorel@suse.cz> wrote:
>
> > > Tested
>
> > > * bionic
> > > https://github.com/pevik/ltp/actions/runs/1993375270
>
> > > * focal
> > > https://github.com/pevik/ltp/actions/runs/1993443143
>
> > > And as I noted xenial still works. I wanted to avoid false positives
> when
> > > repos
> > > get down, but obviously we have 4 years time (ends in 01 Apr 2026).
>
>
> > +1 for bionic. (we can do an upgrade to focal when bionic reach EOL)
>
> > According to the release cycle page[1] of ubuntu ORG, the
> > Xenial (16.04) version is being deprecated, which means
> > no hardware and maintenance updates anymore. But we (LTP)
> > still merging new features and regression testcases, I'm afraid
> > that will bring some known failures in Xenial then to cost energy
> > for debugging.
>
> So you'd keep Xenial until the end of it's Extended Security Maintenance
> (ESM)
> support in 2026? I'm not sure myself if it's a good idea to drop Xenial
> now and
>

No no, I mean drop the Xenial as your patch did.

The ESM seems only to include security updates but does not include
hardware and general maintenance.



> solve these problems. Maybe we should hold this change for some time.
> And if we upgrade to bionic, it would be good to finish a docs of supported
> kernel/(g)libc/distro versions.
>
> Kind regards,
> Petr
>
> > [1]https://ubuntu.com/about/release-cycle
>
>

-- 
Regards,
Li Wang

[-- Attachment #1.2: Type: text/html, Size: 2989 bytes --]

[-- Attachment #2: Type: text/plain, Size: 60 bytes --]


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

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

* Re: [LTP] [RFC][PATCH 1/1] ci: Ubuntu xenial -> bionic
  2022-03-18  7:43       ` Li Wang
@ 2022-04-22 11:24         ` Petr Vorel
  2022-05-27 12:07           ` Cyril Hrubis
  0 siblings, 1 reply; 9+ messages in thread
From: Petr Vorel @ 2022-04-22 11:24 UTC (permalink / raw)
  To: Li Wang; +Cc: LTP List

Hi Cyril,

gently ping for ack.

NOTE: if we accept it, I need also to update doc/supported-kernel-libc-versions.txt:

-| Ubuntu 16.04 LTS xenial      | 4.4    | 2.23  | 5.3.1 | -
-| Debian 9 stretch (oldstable) | 4.9.30 | 2.24  | 6.3.0 | 3.8
+| Debian 9 stretch (oldstable) | 4.9.30 | 2.24  | 6.3.0 | 3.8
+| Ubuntu 16.04 LTS xenial      | 4.15   | 2.27  | 7.3.0 | -

Kind regards,
Petr

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

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

* Re: [LTP] [RFC][PATCH 1/1] ci: Ubuntu xenial -> bionic
  2022-04-22 11:24         ` Petr Vorel
@ 2022-05-27 12:07           ` Cyril Hrubis
  2022-05-27 12:30             ` Petr Vorel
  2022-05-27 12:50             ` Petr Vorel
  0 siblings, 2 replies; 9+ messages in thread
From: Cyril Hrubis @ 2022-05-27 12:07 UTC (permalink / raw)
  To: Petr Vorel; +Cc: LTP List

Hi!
> NOTE: if we accept it, I need also to update doc/supported-kernel-libc-versions.txt:
> 
> -| Ubuntu 16.04 LTS xenial      | 4.4    | 2.23  | 5.3.1 | -
> -| Debian 9 stretch (oldstable) | 4.9.30 | 2.24  | 6.3.0 | 3.8
> +| Debian 9 stretch (oldstable) | 4.9.30 | 2.24  | 6.3.0 | 3.8
> +| Ubuntu 16.04 LTS xenial      | 4.15   | 2.27  | 7.3.0 | -
                      ^
		  18.04 bionic?

Other than that this looks good, the oldest kernel we have to support
does not change anyways, since RHEL 7 needs 3.10 and SLES 12 LTSS needs 3.12

-- 
Cyril Hrubis
chrubis@suse.cz

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

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

* Re: [LTP] [RFC][PATCH 1/1] ci: Ubuntu xenial -> bionic
  2022-05-27 12:07           ` Cyril Hrubis
@ 2022-05-27 12:30             ` Petr Vorel
  2022-05-27 12:50             ` Petr Vorel
  1 sibling, 0 replies; 9+ messages in thread
From: Petr Vorel @ 2022-05-27 12:30 UTC (permalink / raw)
  To: Cyril Hrubis; +Cc: LTP List

> Hi!
> > NOTE: if we accept it, I need also to update doc/supported-kernel-libc-versions.txt:

> > -| Ubuntu 16.04 LTS xenial      | 4.4    | 2.23  | 5.3.1 | -
> > -| Debian 9 stretch (oldstable) | 4.9.30 | 2.24  | 6.3.0 | 3.8
> > +| Debian 9 stretch (oldstable) | 4.9.30 | 2.24  | 6.3.0 | 3.8
> > +| Ubuntu 16.04 LTS xenial      | 4.15   | 2.27  | 7.3.0 | -
>                       ^
> 		  18.04 bionic?
Thanks!

> Other than that this looks good, the oldest kernel we have to support
> does not change anyways, since RHEL 7 needs 3.10 and SLES 12 LTSS needs 3.12
Good, going to merge (fixed) with your ack!

Kind regards,
Petr

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

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

* Re: [LTP] [RFC][PATCH 1/1] ci: Ubuntu xenial -> bionic
  2022-05-27 12:07           ` Cyril Hrubis
  2022-05-27 12:30             ` Petr Vorel
@ 2022-05-27 12:50             ` Petr Vorel
  1 sibling, 0 replies; 9+ messages in thread
From: Petr Vorel @ 2022-05-27 12:50 UTC (permalink / raw)
  To: Cyril Hrubis; +Cc: LTP List

Hi,

> Hi!
> > NOTE: if we accept it, I need also to update doc/supported-kernel-libc-versions.txt:

> > -| Ubuntu 16.04 LTS xenial      | 4.4    | 2.23  | 5.3.1 | -
> > -| Debian 9 stretch (oldstable) | 4.9.30 | 2.24  | 6.3.0 | 3.8
> > +| Debian 9 stretch (oldstable) | 4.9.30 | 2.24  | 6.3.0 | 3.8
> > +| Ubuntu 16.04 LTS xenial      | 4.15   | 2.27  | 7.3.0 | -
>                       ^
> 		  18.04 bionic?

> Other than that this looks good, the oldest kernel we have to support
> does not change anyways, since RHEL 7 needs 3.10 and SLES 12 LTSS needs 3.12

FYI in the end also updated oldstable - is now buster.

-| Ubuntu 16.04 LTS xenial      | 4.4    | 2.23  | 5.3.1 | -
-| Debian 9 stretch (oldstable) | 4.9.30 | 2.24  | 6.3.0 | 3.8
+| Ubuntu 18.04 LTS bionic      | 4.15    | 2.27  | 7.3.0 | -
+| Debian 10 oldstable (buster) | 4.19.37 | 2.28  | 8.3.0 | 7.0

Kind regards,
Petr

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

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

end of thread, other threads:[~2022-05-27 12:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-16 15:04 [LTP] [RFC][PATCH 1/1] ci: Ubuntu xenial -> bionic Petr Vorel
2022-03-16 15:08 ` Petr Vorel
2022-03-18  6:14   ` Li Wang
2022-03-18  7:31     ` Petr Vorel
2022-03-18  7:43       ` Li Wang
2022-04-22 11:24         ` Petr Vorel
2022-05-27 12:07           ` Cyril Hrubis
2022-05-27 12:30             ` Petr Vorel
2022-05-27 12:50             ` Petr Vorel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.