Re: [PATCH 06/13] gitlab-ci: Move website_job to Fedora 39

2024-05-07 Thread Michal Prívozník
On 5/7/24 12:09, Daniel P. Berrangé wrote:
> On Mon, May 06, 2024 at 10:43:03AM +0200, Michal Privoznik wrote:
>> Currently, our website job depends on almalinux-8 container.
>> Well, AlmaLinux 8 is going to be dropped soon. Therefore, switch
>> the job to something newer. Fedora 39 was chosen by a roll of
>> dice.
> 
> I'd suggest AlmaLinux 9 so that we don't have to update this
> again every 6-12 months
> 

Fair enough. But that requires reordering patches. I'll post that in v2.

Michal
___
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-le...@lists.libvirt.org


Re: [PATCH 06/13] gitlab-ci: Move website_job to Fedora 39

2024-05-07 Thread Daniel P . Berrangé
On Mon, May 06, 2024 at 10:43:03AM +0200, Michal Privoznik wrote:
> Currently, our website job depends on almalinux-8 container.
> Well, AlmaLinux 8 is going to be dropped soon. Therefore, switch
> the job to something newer. Fedora 39 was chosen by a roll of
> dice.

I'd suggest AlmaLinux 9 so that we don't have to update this
again every 6-12 months

> 
> Signed-off-by: Michal Privoznik 
> ---
>  .gitlab-ci.yml | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index b879b88f74..da94332910 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -67,7 +67,7 @@ include:
>  website_job:
>extends: .gitlab_native_build_job
>needs:
> -- job: x86_64-almalinux-8-container
> +- job: x86_64-fedora-39-container
>optional: true
>script:
>  - source ci/jobs.sh
> @@ -83,8 +83,8 @@ website_job:
>  paths:
>- website
>variables:
> -NAME: almalinux-8
> -TARGET_BASE_IMAGE: docker.io/library/almalinux:8
> +NAME: fedora-39
> +TARGET_BASE_IMAGE: registry.fedoraproject.org/fedora:39
>  
>  # On push to master publish the website from 'website_job' via gitlab pages
>  pages:
> -- 
> 2.43.2
> ___
> Devel mailing list -- devel@lists.libvirt.org
> To unsubscribe send an email to devel-le...@lists.libvirt.org

With regards,
Daniel
-- 
|: https://berrange.com  -o-https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o-https://fstop138.berrange.com :|
|: https://entangle-photo.org-o-https://www.instagram.com/dberrange :|
___
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-le...@lists.libvirt.org


[PATCH 06/13] gitlab-ci: Move website_job to Fedora 39

2024-05-06 Thread Michal Privoznik
Currently, our website job depends on almalinux-8 container.
Well, AlmaLinux 8 is going to be dropped soon. Therefore, switch
the job to something newer. Fedora 39 was chosen by a roll of
dice.

Signed-off-by: Michal Privoznik 
---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b879b88f74..da94332910 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -67,7 +67,7 @@ include:
 website_job:
   extends: .gitlab_native_build_job
   needs:
-- job: x86_64-almalinux-8-container
+- job: x86_64-fedora-39-container
   optional: true
   script:
 - source ci/jobs.sh
@@ -83,8 +83,8 @@ website_job:
 paths:
   - website
   variables:
-NAME: almalinux-8
-TARGET_BASE_IMAGE: docker.io/library/almalinux:8
+NAME: fedora-39
+TARGET_BASE_IMAGE: registry.fedoraproject.org/fedora:39
 
 # On push to master publish the website from 'website_job' via gitlab pages
 pages:
-- 
2.43.2
___
Devel mailing list -- devel@lists.libvirt.org
To unsubscribe send an email to devel-le...@lists.libvirt.org