* [LTP] [PATCH 1/1] ci: Remove CentOS 8 @ 2022-02-01 9:44 Petr Vorel 2022-02-01 10:32 ` Cyril Hrubis 0 siblings, 1 reply; 8+ messages in thread From: Petr Vorel @ 2022-02-01 9:44 UTC (permalink / raw) To: ltp It EOL in 12/2021 and CI is failing due removed repo: CentOS Linux 8 - AppStream 232 B/s | 38 B 00:00 Error: Failed to download metadata for repo 'appstream': Cannot prepare internal mirrorlist: No URLs in mirrorlist Signed-off-by: Petr Vorel <pvorel@suse.cz> --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 99fcde1c02..c268ba41c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,11 +104,6 @@ jobs: CC: gcc METADATA: asciidoc-pdf - - container: "centos:latest" - env: - CC: gcc - METADATA: asciidoctor - container: image: ${{ matrix.container }} env: ${{ matrix.env }} -- 2.34.1 -- Mailing list info: https://lists.linux.it/listinfo/ltp ^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [LTP] [PATCH 1/1] ci: Remove CentOS 8 2022-02-01 9:44 [LTP] [PATCH 1/1] ci: Remove CentOS 8 Petr Vorel @ 2022-02-01 10:32 ` Cyril Hrubis 2022-02-01 10:46 ` Petr Vorel 0 siblings, 1 reply; 8+ messages in thread From: Cyril Hrubis @ 2022-02-01 10:32 UTC (permalink / raw) To: Petr Vorel; +Cc: ltp Hi! > It EOL in 12/2021 and CI is failing due removed repo: Since it's EOL we can't do anything else. Reviewed-by: Cyril Hrubis <chrubis@suse.cz> I wonder if we should add a different distribution instead. Maybe replace it with Fedora later on? -- Cyril Hrubis chrubis@suse.cz -- Mailing list info: https://lists.linux.it/listinfo/ltp ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [LTP] [PATCH 1/1] ci: Remove CentOS 8 2022-02-01 10:32 ` Cyril Hrubis @ 2022-02-01 10:46 ` Petr Vorel 2022-02-01 11:58 ` Li Wang 0 siblings, 1 reply; 8+ messages in thread From: Petr Vorel @ 2022-02-01 10:46 UTC (permalink / raw) To: Cyril Hrubis; +Cc: ltp > Hi! > > It EOL in 12/2021 and CI is failing due removed repo: > Since it's EOL we can't do anything else. > Reviewed-by: Cyril Hrubis <chrubis@suse.cz> > I wonder if we should add a different distribution instead. Maybe > replace it with Fedora later on? We have CentOS 7 (EOL 2024) and also fedora:latest, which is 35 (their devel called rawhide is currently 36). Thus going to merge it with your ack. Kind regards, Petr -- Mailing list info: https://lists.linux.it/listinfo/ltp ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [LTP] [PATCH 1/1] ci: Remove CentOS 8 2022-02-01 10:46 ` Petr Vorel @ 2022-02-01 11:58 ` Li Wang 2022-02-01 12:58 ` Cyril Hrubis 0 siblings, 1 reply; 8+ messages in thread From: Li Wang @ 2022-02-01 11:58 UTC (permalink / raw) To: Petr Vorel; +Cc: LTP List On Tue, Feb 1, 2022 at 6:46 PM Petr Vorel <pvorel@suse.cz> wrote: > > > Hi! > > > It EOL in 12/2021 and CI is failing due removed repo: > > > Since it's EOL we can't do anything else. > > > Reviewed-by: Cyril Hrubis <chrubis@suse.cz> > > > I wonder if we should add a different distribution instead. Maybe > > replace it with Fedora later on? > We have CentOS 7 (EOL 2024) and also fedora:latest, which is 35 > (their devel called rawhide is currently 36). Is there any possibility to convert from CentOS 8 to CentOS Stream 8? -- Regards, Li Wang -- Mailing list info: https://lists.linux.it/listinfo/ltp ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [LTP] [PATCH 1/1] ci: Remove CentOS 8 2022-02-01 11:58 ` Li Wang @ 2022-02-01 12:58 ` Cyril Hrubis 2022-02-01 15:16 ` Petr Vorel 0 siblings, 1 reply; 8+ messages in thread From: Cyril Hrubis @ 2022-02-01 12:58 UTC (permalink / raw) To: Li Wang; +Cc: LTP List Hi! > > We have CentOS 7 (EOL 2024) and also fedora:latest, which is 35 > > (their devel called rawhide is currently 36). > > Is there any possibility to convert from CentOS 8 to CentOS Stream 8? Is there an official docker image for it? As far as I can tell I do not see it at: https://hub.docker.com/_/centos -- Cyril Hrubis chrubis@suse.cz -- Mailing list info: https://lists.linux.it/listinfo/ltp ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [LTP] [PATCH 1/1] ci: Remove CentOS 8 2022-02-01 12:58 ` Cyril Hrubis @ 2022-02-01 15:16 ` Petr Vorel 2022-02-02 3:16 ` Li Wang 0 siblings, 1 reply; 8+ messages in thread From: Petr Vorel @ 2022-02-01 15:16 UTC (permalink / raw) To: Cyril Hrubis; +Cc: LTP List > Hi! > > > We have CentOS 7 (EOL 2024) and also fedora:latest, which is 35 > > > (their devel called rawhide is currently 36). > > Is there any possibility to convert from CentOS 8 to CentOS Stream 8? > Is there an official docker image for it? As far as I can tell I do not > see it at: https://hub.docker.com/_/centos Here some unofficial: https://hub.docker.com/r/tgagor/centos-stream => I'm not sure if we want to use unofficial which also mention official at quay.io: https://quay.io/repository/centos/centos?tab=tags => we'd have to figure out how they could work with GitHub Actions. Li, feel free to look into it. Kind regards, Petr -- Mailing list info: https://lists.linux.it/listinfo/ltp ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [LTP] [PATCH 1/1] ci: Remove CentOS 8 2022-02-01 15:16 ` Petr Vorel @ 2022-02-02 3:16 ` Li Wang 2022-02-02 7:39 ` Petr Vorel 0 siblings, 1 reply; 8+ messages in thread From: Li Wang @ 2022-02-02 3:16 UTC (permalink / raw) To: Petr Vorel; +Cc: LTP List On Tue, Feb 1, 2022 at 11:22 PM Petr Vorel <pvorel@suse.cz> wrote: > > > Hi! > > > > We have CentOS 7 (EOL 2024) and also fedora:latest, which is 35 > > > > (their devel called rawhide is currently 36). > > > > Is there any possibility to convert from CentOS 8 to CentOS Stream 8? > > > Is there an official docker image for it? As far as I can tell I do not > > see it at: https://hub.docker.com/_/centos > > Here some unofficial: > https://hub.docker.com/r/tgagor/centos-stream > => I'm not sure if we want to use unofficial > > which also mention official at quay.io: > https://quay.io/repository/centos/centos?tab=tags > => we'd have to figure out how they could work with GitHub Actions. > Li, feel free to look into it. Sure. Thanks for the info. Ps. I'm not good at deploying CI/CD but will try to figure out that. Will send a patch if I can achieve it. -- Regards, Li Wang -- Mailing list info: https://lists.linux.it/listinfo/ltp ^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [LTP] [PATCH 1/1] ci: Remove CentOS 8 2022-02-02 3:16 ` Li Wang @ 2022-02-02 7:39 ` Petr Vorel 0 siblings, 0 replies; 8+ messages in thread From: Petr Vorel @ 2022-02-02 7:39 UTC (permalink / raw) To: Li Wang; +Cc: LTP List > On Tue, Feb 1, 2022 at 11:22 PM Petr Vorel <pvorel@suse.cz> wrote: > > > Hi! > > > > > We have CentOS 7 (EOL 2024) and also fedora:latest, which is 35 > > > > > (their devel called rawhide is currently 36). > > > > Is there any possibility to convert from CentOS 8 to CentOS Stream 8? > > > Is there an official docker image for it? As far as I can tell I do not > > > see it at: https://hub.docker.com/_/centos > > Here some unofficial: > > https://hub.docker.com/r/tgagor/centos-stream > > => I'm not sure if we want to use unofficial > > which also mention official at quay.io: > > https://quay.io/repository/centos/centos?tab=tags > > => we'd have to figure out how they could work with GitHub Actions. > > Li, feel free to look into it. > Sure. Thanks for the info. > Ps. > I'm not good at deploying CI/CD but will try to figure out that. > Will send a patch if I can achieve it. Thanks! Appreciate, because I have other TODO list with automation via GitHub Actions and I've spent quite a lot of my time with CI already. Kind regards, Petr -- Mailing list info: https://lists.linux.it/listinfo/ltp ^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2022-02-02 7:39 UTC | newest] Thread overview: 8+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2022-02-01 9:44 [LTP] [PATCH 1/1] ci: Remove CentOS 8 Petr Vorel 2022-02-01 10:32 ` Cyril Hrubis 2022-02-01 10:46 ` Petr Vorel 2022-02-01 11:58 ` Li Wang 2022-02-01 12:58 ` Cyril Hrubis 2022-02-01 15:16 ` Petr Vorel 2022-02-02 3:16 ` Li Wang 2022-02-02 7:39 ` Petr Vorel
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox