All of lore.kernel.org
 help / color / mirror / Atom feed
* [LTP] [PATCH 1/1] ci/ubuntu: impish -> jammy
@ 2022-06-17 13:16 Petr Vorel
  2022-06-17 13:31 ` Petr Vorel
  2022-06-20  9:30 ` Cyril Hrubis
  0 siblings, 2 replies; 4+ messages in thread
From: Petr Vorel @ 2022-06-17 13:16 UTC (permalink / raw)
  To: ltp

Ubuntu 21.10 impish EOL in 2027-04 (next month).
Replace it with the latest stable release (EOL 2027-04).

Reported-by: Andrea Cervesato <andrea.cervesato@suse.com>
Signed-off-by: Petr Vorel <pvorel@suse.cz>
---
Hi,

It's also a question whether use 20.04 LTS focal instead of 18.04 LTS
bionic. I guess we'd like to cover everything: bleeding edge, used
distros and very old and still used distros. bionic EOL next year
(2023-04).

Kind regards,
Petr

 .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 fe28e4d05..a412f8904 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -93,7 +93,7 @@ jobs:
               CC: clang
               METADATA: asciidoctor-pdf
 
-          - container: "ubuntu:impish"
+          - container: "ubuntu:jammy"
             env:
               CC: gcc
               METADATA: asciidoctor
-- 
2.36.1


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

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

* Re: [LTP] [PATCH 1/1] ci/ubuntu: impish -> jammy
  2022-06-17 13:16 [LTP] [PATCH 1/1] ci/ubuntu: impish -> jammy Petr Vorel
@ 2022-06-17 13:31 ` Petr Vorel
  2022-06-20  9:30 ` Cyril Hrubis
  1 sibling, 0 replies; 4+ messages in thread
From: Petr Vorel @ 2022-06-17 13:31 UTC (permalink / raw)
  To: ltp

Hi,

tested: https://github.com/pevik/ltp/actions/runs/2515731333

Kind regards,
Petr

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

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

* Re: [LTP] [PATCH 1/1] ci/ubuntu: impish -> jammy
  2022-06-17 13:16 [LTP] [PATCH 1/1] ci/ubuntu: impish -> jammy Petr Vorel
  2022-06-17 13:31 ` Petr Vorel
@ 2022-06-20  9:30 ` Cyril Hrubis
  2022-07-07 13:03   ` Petr Vorel
  1 sibling, 1 reply; 4+ messages in thread
From: Cyril Hrubis @ 2022-06-20  9:30 UTC (permalink / raw)
  To: Petr Vorel; +Cc: ltp

Hi!
> Ubuntu 21.10 impish EOL in 2027-04 (next month).
                                ^
			     2022-06
> Replace it with the latest stable release (EOL 2027-04).

Other than that:

Reviewed-by: Cyril Hrubis <chrubis@suse.cz>


> Reported-by: Andrea Cervesato <andrea.cervesato@suse.com>
> Signed-off-by: Petr Vorel <pvorel@suse.cz>
> ---
> Hi,
> 
> It's also a question whether use 20.04 LTS focal instead of 18.04 LTS
> bionic. I guess we'd like to cover everything: bleeding edge, used
> distros and very old and still used distros. bionic EOL next year
> (2023-04).

I would keep that till the EOL

> Kind regards,
> Petr
> 
>  .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 fe28e4d05..a412f8904 100644
> --- a/.github/workflows/ci.yml
> +++ b/.github/workflows/ci.yml
> @@ -93,7 +93,7 @@ jobs:
>                CC: clang
>                METADATA: asciidoctor-pdf
>  
> -          - container: "ubuntu:impish"
> +          - container: "ubuntu:jammy"
>              env:
>                CC: gcc
>                METADATA: asciidoctor
> -- 
> 2.36.1
> 
> 
> -- 
> Mailing list info: https://lists.linux.it/listinfo/ltp

-- 
Cyril Hrubis
chrubis@suse.cz

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

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

* Re: [LTP] [PATCH 1/1] ci/ubuntu: impish -> jammy
  2022-06-20  9:30 ` Cyril Hrubis
@ 2022-07-07 13:03   ` Petr Vorel
  0 siblings, 0 replies; 4+ messages in thread
From: Petr Vorel @ 2022-07-07 13:03 UTC (permalink / raw)
  To: Cyril Hrubis; +Cc: ltp

Hi Cyril,

> Hi!
> > Ubuntu 21.10 impish EOL in 2027-04 (next month).
>                                 ^
> 			     2022-06
> > Replace it with the latest stable release (EOL 2027-04).

> Other than that:

> Reviewed-by: Cyril Hrubis <chrubis@suse.cz>

Thanks, merged.

> > Reported-by: Andrea Cervesato <andrea.cervesato@suse.com>
> > Signed-off-by: Petr Vorel <pvorel@suse.cz>
> > ---
> > Hi,

> > It's also a question whether use 20.04 LTS focal instead of 18.04 LTS
> > bionic. I guess we'd like to cover everything: bleeding edge, used
> > distros and very old and still used distros. bionic EOL next year
> > (2023-04).

> I would keep that till the EOL
Sure, np. Hope I don't forget :).

Kind regards,
Petr

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

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

end of thread, other threads:[~2022-07-07 13:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-17 13:16 [LTP] [PATCH 1/1] ci/ubuntu: impish -> jammy Petr Vorel
2022-06-17 13:31 ` Petr Vorel
2022-06-20  9:30 ` Cyril Hrubis
2022-07-07 13:03   ` 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.