Re: [libvirt] [jenkins-ci PATCH 3/3] jenkins: Set fedora-30 as the MinGW machine.

2019-08-19 Thread Andrea Bolognani
On Fri, 2019-08-16 at 17:10 +0200, Fabiano FidĂȘncio wrote:
> +++ b/jenkins/jobs/defaults.yaml
> @@ -17,7 +17,7 @@
>- libvirt-fedora-30
>- libvirt-fedora-rawhide
>  mingw_machines:
> -  - libvirt-fedora-rawhide
> +  - libvirt-fedora-30

We need to apply the same change to

  guests/playbooks/build/jobs/defaults.yml

as well. I'll take care of it before pushing.


Reviewed-by: Andrea Bolognani 

-- 
Andrea Bolognani / Red Hat / Virtualization

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

[libvirt] [jenkins-ci PATCH 3/3] jenkins: Set fedora-30 as the MinGW machine.

2019-08-16 Thread Fabiano FidĂȘncio
As a set of MinGW packages ended up removed from Fedora Rawhide, let's
move the MinGW builds to Fedora 30 till the packages are back to
rawhide.

Signed-off-by: Fabiano FidĂȘncio 
---
 jenkins/jobs/defaults.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jenkins/jobs/defaults.yaml b/jenkins/jobs/defaults.yaml
index db87da1..050c7b5 100644
--- a/jenkins/jobs/defaults.yaml
+++ b/jenkins/jobs/defaults.yaml
@@ -17,7 +17,7 @@
   - libvirt-fedora-30
   - libvirt-fedora-rawhide
 mingw_machines:
-  - libvirt-fedora-rawhide
+  - libvirt-fedora-30
 global_env: ''
 local_env: ''
 autogen_args: ''
-- 
2.21.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list