[libvirt] [jenkins-ci PATCH] guests: Drop Ubuntu 12.04 support

Andrea Bolognani abologna at redhat.com
Thu Mar 22 12:11:03 UTC 2018


As of commit d4ea32e85f9e, libvirt no longer performs Ubuntu 12.04
builds on Travis, and reproducing locally issues that would hit
those CI jobs was the only reason introduced support in the first
place.

Signed-off-by: Andrea Bolognani <abologna at redhat.com>
---
 guests/host_vars/libvirt-ubuntu-12/install.yml |  3 ---
 guests/host_vars/libvirt-ubuntu-12/main.yml    |  3 ---
 guests/vars/mappings.yml                       | 11 -----------
 3 files changed, 17 deletions(-)
 delete mode 100644 guests/host_vars/libvirt-ubuntu-12/install.yml
 delete mode 100644 guests/host_vars/libvirt-ubuntu-12/main.yml

diff --git a/guests/host_vars/libvirt-ubuntu-12/install.yml b/guests/host_vars/libvirt-ubuntu-12/install.yml
deleted file mode 100644
index 997304f..0000000
--- a/guests/host_vars/libvirt-ubuntu-12/install.yml
+++ /dev/null
@@ -1,3 +0,0 @@
----
-install_url: http://archive.ubuntu.com/ubuntu/dists/precise/main/installer-amd64/
-install_config: preseed.cfg
diff --git a/guests/host_vars/libvirt-ubuntu-12/main.yml b/guests/host_vars/libvirt-ubuntu-12/main.yml
deleted file mode 100644
index 2d21f14..0000000
--- a/guests/host_vars/libvirt-ubuntu-12/main.yml
+++ /dev/null
@@ -1,3 +0,0 @@
----
-projects:
-  - libvirt
diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml
index deae69d..d94d648 100644
--- a/guests/vars/mappings.yml
+++ b/guests/vars/mappings.yml
@@ -137,14 +137,12 @@ mappings:
     deb: libgnutls28-dev
     pkg: gnutls
     rpm: gnutls-devel
-    Ubuntu12: libgnutls-dev
     Ubuntu14: libgnutls-dev
 
   go:
     default: golang
     FreeBSD: go
     CentOS6:
-    Ubuntu12:
     Ubuntu14:
 
   gobject-introspection:
@@ -171,7 +169,6 @@ mappings:
 
   hal:
     FreeBSD: hal
-    Ubuntu12: libhal-dev
 
   intltool:
     default: intltool
@@ -411,7 +408,6 @@ mappings:
     default: numad
     FreeBSD:
     Debian8:
-    Ubuntu12:
     Ubuntu14:
 
   openwsman:
@@ -455,7 +451,6 @@ mappings:
     pkg: p5-Digest-MD5
     rpm: perl-Digest-MD5
     CentOS6:
-    Ubuntu12:
     Ubuntu14:
 
   perl-ExtUtils-MakeMaker:
@@ -510,7 +505,6 @@ mappings:
     deb: libtest-lwp-useragent-perl
     pkg: p5-Test-LWP-UserAgent
     Fedora: perl-Test-LWP-UserAgent
-    Ubuntu12:
 
   perl-Test-Pod:
     deb: libtest-pod-perl
@@ -526,7 +520,6 @@ mappings:
     deb: libtime-hr-perl
     pkg: p5-Time-HiRes
     rpm: perl-Time-HiRes
-    Ubuntu12: perl
     Ubuntu14: perl
 
   perl-XML-Twig:
@@ -552,7 +545,6 @@ mappings:
   pkg-config:
     default: pkgconf
     rpm: pkgconfig
-    Ubuntu12: pkg-config
 
   polkit:
     default: polkit
@@ -614,7 +606,6 @@ mappings:
     default: python3-requests
     FreeBSD: py36-requests
     CentOS:
-    Ubuntu12:
 
   qemu-img:
     default: qemu-utils
@@ -642,7 +633,6 @@ mappings:
   sanlock:
     deb: libsanlock-dev
     rpm: sanlock-devel
-    Ubuntu12:
 
   screen:
     default: screen
@@ -692,7 +682,6 @@ mappings:
     deb: wireshark-dev
     Fedora: wireshark-devel
     Debian8:
-    Ubuntu12:
     Ubuntu14:
 
   xen:
-- 
2.14.3




More information about the libvir-list mailing list