[libvirt] [jenkins-ci PATCH 0/5] guests: Add Debian 10

It was released, like, two full days ago! Let's get with the times already! :P Note that the libvirt-check job currently fails on Debian 10, but I have already posted a libvirt patch[1] addressing that issue. [1] https://www.redhat.com/archives/libvir-list/2019-July/msg00318.html Andrea Bolognani (5): guests: Update mappings for perl-Digest guests: Update mappings for sheepdog guests: Add Debian 10 guests: Build on Debian 10 jenkins: Build on Debian 10 guests/host_vars/libvirt-debian-10/docker.yml | 2 + .../host_vars/libvirt-debian-10/install.yml | 2 + guests/host_vars/libvirt-debian-10/main.yml | 24 ++++++ guests/inventory | 1 + guests/playbooks/build/jobs/defaults.yml | 1 + .../playbooks/build/projects/libvirt-dbus.yml | 3 + .../build/projects/libvirt-go-xml.yml | 1 + .../playbooks/build/projects/libvirt-go.yml | 1 + .../build/projects/libvirt-ocaml.yml | 1 + .../build/projects/libvirt-sandbox.yml | 1 + .../playbooks/build/projects/libvirt-tck.yml | 1 + guests/playbooks/build/projects/libvirt.yml | 1 + .../build/projects/osinfo-db-tools.yml | 1 + guests/playbooks/build/projects/osinfo-db.yml | 1 + .../playbooks/build/projects/virt-manager.yml | 2 + guests/vars/mappings.yml | 7 +- guests/vars/vault.yml | 78 ++++++++++--------- jenkins/jobs/defaults.yaml | 1 + jenkins/projects/libvirt-dbus.yaml | 3 + jenkins/projects/libvirt-go-xml.yaml | 1 + jenkins/projects/libvirt-go.yaml | 1 + jenkins/projects/libvirt-ocaml.yaml | 1 + jenkins/projects/libvirt-sandbox.yaml | 1 + jenkins/projects/libvirt-tck.yaml | 1 + jenkins/projects/libvirt.yaml | 1 + jenkins/projects/osinfo-db-tools.yaml | 1 + jenkins/projects/osinfo-db.yaml | 1 + jenkins/projects/virt-manager.yaml | 2 + 28 files changed, 102 insertions(+), 40 deletions(-) create mode 100644 guests/host_vars/libvirt-debian-10/docker.yml create mode 100644 guests/host_vars/libvirt-debian-10/install.yml create mode 100644 guests/host_vars/libvirt-debian-10/main.yml -- 2.21.0

Pretty much all current versions of Debian and Ubuntu ship the Digest module as part of the perl package, with Debian 9 being the only exception and having a separate package for it. Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- guests/vars/mappings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml index 98c0cc9..6459fa0 100644 --- a/guests/vars/mappings.yml +++ b/guests/vars/mappings.yml @@ -664,10 +664,10 @@ mappings: Fedora: perl-Config-Record perl-Digest: - deb: libdigest-perl + deb: perl pkg: p5-Digest rpm: perl-Digest - DebianSid: perl + Debian9: libdigest-perl perl-Digest-MD5: deb: libdigest-perl-md5-perl -- 2.21.0

On Mon, Jul 08, 2019 at 06:05:35PM +0200, Andrea Bolognani wrote:
Pretty much all current versions of Debian and Ubuntu ship the Digest module as part of the perl package, with Debian 9 being the only exception and having a separate package for it.
Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- guests/vars/mappings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> 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 :|

Debian has removed sheepdog from the distribution, and at this point Debian 9 is now the only supported release that still includes it. Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- guests/vars/mappings.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml index 6459fa0..b28fa03 100644 --- a/guests/vars/mappings.yml +++ b/guests/vars/mappings.yml @@ -874,7 +874,8 @@ mappings: default: sheepdog CentOS: FreeBSD: - DebianSid: + Debian: + Debian9: sheepdog showmount: deb: nfs-common -- 2.21.0

On Mon, Jul 08, 2019 at 06:05:36PM +0200, Andrea Bolognani wrote:
Debian has removed sheepdog from the distribution, and at this point Debian 9 is now the only supported release that still includes it.
s/only supported release/only supported Debian release/ because Fedora still ships it It does look kind of zombie upstream though. No commits since 1 in Jun 2018, and before that nothing until mid 2017. 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 :|

On Mon, 2019-07-08 at 17:14 +0100, Daniel P. Berrangé wrote:
On Mon, Jul 08, 2019 at 06:05:36PM +0200, Andrea Bolognani wrote:
Debian has removed sheepdog from the distribution, and at this point Debian 9 is now the only supported release that still includes it.
s/only supported release/only supported Debian release/
I thought the fact that I was exclusively talking about Debian made that obvious, but sure, I can make it obvious-er :)
because Fedora still ships it
And so does Ubuntu... So at this point it actually might make more sense to express the mapping as sheepdog: default: Fedora: sheepdog Ubuntu: sheepdog Debian9: sheepdog to highlight the fact that shipping it is the exception rather than the rule; accordingly, it also ends up being shorter O:-)
It does look kind of zombie upstream though. No commits since 1 in Jun 2018, and before that nothing until mid 2017.
That's probably at least part of the reason why people have stopped shipping it... -- Andrea Bolognani / Red Hat / Virtualization

On Tue, Jul 09, 2019 at 09:51:29AM +0200, Andrea Bolognani wrote:
On Mon, 2019-07-08 at 17:14 +0100, Daniel P. Berrangé wrote:
On Mon, Jul 08, 2019 at 06:05:36PM +0200, Andrea Bolognani wrote:
Debian has removed sheepdog from the distribution, and at this point Debian 9 is now the only supported release that still includes it.
s/only supported release/only supported Debian release/
I thought the fact that I was exclusively talking about Debian made that obvious, but sure, I can make it obvious-er :)
It can be read both ways :-)
because Fedora still ships it
And so does Ubuntu... So at this point it actually might make more sense to express the mapping as
sheepdog: default: Fedora: sheepdog Ubuntu: sheepdog Debian9: sheepdog
to highlight the fact that shipping it is the exception rather than the rule; accordingly, it also ends up being shorter O:-)
It does look kind of zombie upstream though. No commits since 1 in Jun 2018, and before that nothing until mid 2017.
That's probably at least part of the reason why people have stopped shipping it...
Anyway with a tweaked commit message Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> 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 :|

Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- guests/host_vars/libvirt-debian-10/docker.yml | 2 + .../host_vars/libvirt-debian-10/install.yml | 2 + guests/host_vars/libvirt-debian-10/main.yml | 24 ++++++ guests/inventory | 1 + guests/vars/vault.yml | 78 ++++++++++--------- 5 files changed, 70 insertions(+), 37 deletions(-) create mode 100644 guests/host_vars/libvirt-debian-10/docker.yml create mode 100644 guests/host_vars/libvirt-debian-10/install.yml create mode 100644 guests/host_vars/libvirt-debian-10/main.yml diff --git a/guests/host_vars/libvirt-debian-10/docker.yml b/guests/host_vars/libvirt-debian-10/docker.yml new file mode 100644 index 0000000..d1670ab --- /dev/null +++ b/guests/host_vars/libvirt-debian-10/docker.yml @@ -0,0 +1,2 @@ +--- +docker_base: debian:10 diff --git a/guests/host_vars/libvirt-debian-10/install.yml b/guests/host_vars/libvirt-debian-10/install.yml new file mode 100644 index 0000000..0a30571 --- /dev/null +++ b/guests/host_vars/libvirt-debian-10/install.yml @@ -0,0 +1,2 @@ +--- +install_url: http://deb.debian.org/debian/dists/buster/main/installer-amd64/ diff --git a/guests/host_vars/libvirt-debian-10/main.yml b/guests/host_vars/libvirt-debian-10/main.yml new file mode 100644 index 0000000..633f421 --- /dev/null +++ b/guests/host_vars/libvirt-debian-10/main.yml @@ -0,0 +1,24 @@ +--- +projects: + - libosinfo + - libvirt + - libvirt-dbus + - libvirt-glib + - libvirt-go + - libvirt-go-xml + - libvirt-ocaml + - libvirt-perl + - libvirt-python + - libvirt-sandbox + - libvirt-tck + - osinfo-db + - osinfo-db-tools + - virt-manager + - virt-viewer + +package_format: 'deb' +package_manager: 'apt-get' +os_name: 'Debian' +os_version: '10' + +ansible_python_interpreter: /usr/bin/python3 diff --git a/guests/inventory b/guests/inventory index b8392c0..5b01d58 100644 --- a/guests/inventory +++ b/guests/inventory @@ -1,5 +1,6 @@ libvirt-centos-7 libvirt-debian-9 +libvirt-debian-10 libvirt-debian-sid libvirt-fedora-29 libvirt-fedora-30 diff --git a/guests/vars/vault.yml b/guests/vars/vault.yml index 9a769cc..79345af 100644 --- a/guests/vars/vault.yml +++ b/guests/vars/vault.yml @@ -1,38 +1,42 @@ $ANSIBLE_VAULT;1.1;AES256 -64303566343333613961356263643131376637353833643035626432313462646363653933643963 -6362313330623963643438343765313865326334333031300a353436316231376239393239306439 -63636331646139316237326662643933386166663436346432313636326362626130313332373739 -6631653865323065320a643865353965303263653638353739306130346331303230303833656134 -38316430646532353030386635336335613235656637363433376237346263653636643539613032 -32613330316435396161363639313664313935663566303234653731383032366463383735353261 -63333431386566366165663733613565356462356661653531343636333238666433643366623333 -34663932353736386238656336376137633232373731306434396337333462646637336663303730 -36613338373465623862613132383834353462326163373661393237343061353566636239663238 -38356532613063353164316161626533353562393130666435663236326463323939373965353836 -37353262346431303165323163633036313538303930663463376638613136623937653937373664 -37656165353562333136643862323638356531616439396263316236303731373739353033353561 -63313831666563666533386337333436636362623636663866313166316333386234333830316337 -63326165326639356632376137306230343064303162646436353164646436373062373934313130 -62323662626566653265393239613331633531636330383266343964346264376164363237626564 -35376261626436633836613838616166356262313365323733626261383936396266646431646265 -36333437376162343066626631343030366333356637626332393039343731396538386462646434 -32376131343735653637643436343165393165316661656163613339623230636564333637643263 -36656331316139613738386233326462633262666263343834303431653863363032363839373333 -34303162633363356466383934623866643730623638376361353262383035386263646562643266 -31356232336134396165653162613233336536636636396139613666616164356137613466383038 -32666264356162626639646531313863653530653165343035366239666435363632366534643766 -31366562343065316639343235646632646530666336323465316531656132613834663731646162 -35323438326234393536363762373637613138396439313137343766373533663336316438396632 -32333430333862323832353564393663316131316233373638336538346139616361636231613737 -31393732613831626530326365653734353763653438343832343934376462366531613164613933 -63333831636536346364636538656638353865333561663637613363336531343366356566326266 -35613564616532633464303866663261646130653631653238373362343332343738316331363861 -61643430663463613531366134623736656564356666636261343734643934366137626632333930 -31633734333236366262666265646665383732396262316363313236366564663263383464353036 -39316164663332333530373536626565623337323362313633343566323665653231313035613432 -30646666313433306662363132306364313963616231373461653865653938356536383131333135 -33333738393161313431623339396363393739383961656632383536343437643561363265373337 -35346333613836383166633537616638356332613832323464653632613066643139646566363333 -61363462373233626636356666346633313430616161613830333138346266383033663330616665 -38353632336231393636366234626233343465643038326433336435333362303662626161376238 -3839 +30333561343638383933356331656435633439643663616336383666396162623332306239396363 +3162383165306431343838656130623166396635613764350a633262643763633037663861356337 +38643366646462616638623133353835356530373633363134356435656330353236393733666331 +6131313563663236340a666432376535343466613438646332623565663639366464393261663962 +38323839313930356461336138323133646334373263303538393738336664323935333931303562 +38613735316436326332376565386663666463663265616264653562393330303935343539653639 +64646237643963343830376237306333326430313763366238363765623235333764656439656661 +35356638333832303132633339633533343766383932326361343664303036343539313230383866 +64623939666363633837313339326362626533333233653537393763313838393463343665353239 +35396537356365653463333236363662313333346138353234343039373836373237633739383035 +61313665656563383336646338376234376230313538353437363436613731326666313534356261 +66366263306164323464643265343733303330383030643463313437393937353533306132393439 +33623165653930366234663765316638663665616633636433663663316666363262343231666266 +32643235366565643034336335366161303133363161613939346462653139373033666234386365 +66303631646561336438313435663930346165646332663631626532383561653764343539373232 +39316330623966656134346439383931613432313666316462363131353533666138333032313965 +36396264393461646162396464316539393033626332613238343264663537666562363165333163 +38643932623336653464396338306263386433663039363730363062646538633963333661613936 +33306338653661656165343437373837363438306431613334666536323932666662313036663037 +61663235356561666336623235653830343662633732643236366361616635613864366361316130 +36656263646639613130666434323766373262623032326262616534376137366437346565393933 +33343864396366383939393539623433303336656136326262306162316330653066303333393964 +36323934343163306631633236643437653435393366663236363938346139323333396465303637 +37386561363663313762366562333934366431613833613636623264363335343330623134393133 +39383666393739333763303565663262306531343434343831643730323037633930643937616339 +38386238653634363636343639326364636233326431626331333030316234613536353761323865 +37623966623765333966623332303230313331333533343932633837616462626534326233343835 +37613265663831323032643061323830316239336538383764663833613862376535626433616634 +32656639343466643961643062626662386466653036393463353764626634343665396563313133 +30333633646661343937633936343432333731633335323839323065393766633362626237313136 +30396264336564386361313863346436633866626465313263623335656363633134666435323364 +65663264373135393262356136336162666564613261623064663734336135613731646439353930 +62663731366530646430376363396230613766303464656665396139383530376363373634333663 +65336533336132306636383864666437356333383538646335646630616464653665663039663132 +66373263393764393037366232393864316636373830666236653637346537363831396461376461 +37663231333332333731373764343030383564373434633462623531353362303534386234313433 +64373965366630643831333930386135663463626265393937336631383830643133306430613261 +39323263636661383733316232326230343264623939636335636131363965366230656537363364 +39346231616234633564366337373233376163363366656131333031373834356131356530386533 +61323665663466383761396635333933656435623139653462356234303739633334646338326236 +35646265636164343531323264383337313838386334313166386535346438323030 -- 2.21.0

On Mon, Jul 08, 2019 at 06:05:37PM +0200, Andrea Bolognani wrote:
Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- guests/host_vars/libvirt-debian-10/docker.yml | 2 + .../host_vars/libvirt-debian-10/install.yml | 2 + guests/host_vars/libvirt-debian-10/main.yml | 24 ++++++ guests/inventory | 1 + guests/vars/vault.yml | 78 ++++++++++--------- 5 files changed, 70 insertions(+), 37 deletions(-) create mode 100644 guests/host_vars/libvirt-debian-10/docker.yml create mode 100644 guests/host_vars/libvirt-debian-10/install.yml create mode 100644 guests/host_vars/libvirt-debian-10/main.yml
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> 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 :|

Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- guests/playbooks/build/jobs/defaults.yml | 1 + guests/playbooks/build/projects/libvirt-dbus.yml | 3 +++ guests/playbooks/build/projects/libvirt-go-xml.yml | 1 + guests/playbooks/build/projects/libvirt-go.yml | 1 + guests/playbooks/build/projects/libvirt-ocaml.yml | 1 + guests/playbooks/build/projects/libvirt-sandbox.yml | 1 + guests/playbooks/build/projects/libvirt-tck.yml | 1 + guests/playbooks/build/projects/libvirt.yml | 1 + guests/playbooks/build/projects/osinfo-db-tools.yml | 1 + guests/playbooks/build/projects/osinfo-db.yml | 1 + guests/playbooks/build/projects/virt-manager.yml | 2 ++ 11 files changed, 14 insertions(+) diff --git a/guests/playbooks/build/jobs/defaults.yml b/guests/playbooks/build/jobs/defaults.yml index 9b0fe30..48c44ed 100644 --- a/guests/playbooks/build/jobs/defaults.yml +++ b/guests/playbooks/build/jobs/defaults.yml @@ -2,6 +2,7 @@ all_machines: - libvirt-centos-7 - libvirt-debian-9 + - libvirt-debian-10 - libvirt-debian-sid - libvirt-fedora-29 - libvirt-fedora-30 diff --git a/guests/playbooks/build/projects/libvirt-dbus.yml b/guests/playbooks/build/projects/libvirt-dbus.yml index 73c1d57..59ef603 100644 --- a/guests/playbooks/build/projects/libvirt-dbus.yml +++ b/guests/playbooks/build/projects/libvirt-dbus.yml @@ -4,6 +4,7 @@ machines: - libvirt-centos-7 - libvirt-debian-9 + - libvirt-debian-10 - libvirt-debian-sid - libvirt-fedora-29 - libvirt-fedora-30 @@ -24,6 +25,7 @@ # respectively) are not compatible machines: - libvirt-debian-9 + - libvirt-debian-10 - libvirt-debian-sid - libvirt-fedora-29 - libvirt-fedora-30 @@ -34,6 +36,7 @@ # CentOS 7 doesn't include Python 3 machines: - libvirt-debian-9 + - libvirt-debian-10 - libvirt-debian-sid - libvirt-fedora-29 - libvirt-fedora-30 diff --git a/guests/playbooks/build/projects/libvirt-go-xml.yml b/guests/playbooks/build/projects/libvirt-go-xml.yml index fcdcd2c..a800e22 100644 --- a/guests/playbooks/build/projects/libvirt-go-xml.yml +++ b/guests/playbooks/build/projects/libvirt-go-xml.yml @@ -3,6 +3,7 @@ name: libvirt-go-xml machines: - libvirt-debian-9 + - libvirt-debian-10 - libvirt-debian-sid - libvirt-fedora-29 - libvirt-fedora-30 diff --git a/guests/playbooks/build/projects/libvirt-go.yml b/guests/playbooks/build/projects/libvirt-go.yml index 46278df..35ada3c 100644 --- a/guests/playbooks/build/projects/libvirt-go.yml +++ b/guests/playbooks/build/projects/libvirt-go.yml @@ -3,6 +3,7 @@ name: libvirt-go machines: - libvirt-debian-9 + - libvirt-debian-10 - libvirt-debian-sid - libvirt-fedora-29 - libvirt-fedora-30 diff --git a/guests/playbooks/build/projects/libvirt-ocaml.yml b/guests/playbooks/build/projects/libvirt-ocaml.yml index e694a81..7f20417 100644 --- a/guests/playbooks/build/projects/libvirt-ocaml.yml +++ b/guests/playbooks/build/projects/libvirt-ocaml.yml @@ -4,6 +4,7 @@ machines: - libvirt-centos-7 - libvirt-debian-9 + - libvirt-debian-10 - libvirt-debian-sid - libvirt-fedora-29 - libvirt-fedora-30 diff --git a/guests/playbooks/build/projects/libvirt-sandbox.yml b/guests/playbooks/build/projects/libvirt-sandbox.yml index 9495634..53a0f59 100644 --- a/guests/playbooks/build/projects/libvirt-sandbox.yml +++ b/guests/playbooks/build/projects/libvirt-sandbox.yml @@ -6,6 +6,7 @@ # linking statically machines: - libvirt-debian-9 + - libvirt-debian-10 - libvirt-debian-sid - libvirt-fedora-29 - libvirt-fedora-30 diff --git a/guests/playbooks/build/projects/libvirt-tck.yml b/guests/playbooks/build/projects/libvirt-tck.yml index 17e3cca..db758d3 100644 --- a/guests/playbooks/build/projects/libvirt-tck.yml +++ b/guests/playbooks/build/projects/libvirt-tck.yml @@ -3,6 +3,7 @@ name: libvirt-tck machines: - libvirt-debian-9 + - libvirt-debian-10 - libvirt-debian-sid - libvirt-fedora-29 - libvirt-fedora-30 diff --git a/guests/playbooks/build/projects/libvirt.yml b/guests/playbooks/build/projects/libvirt.yml index 269cd05..1c7e7c0 100644 --- a/guests/playbooks/build/projects/libvirt.yml +++ b/guests/playbooks/build/projects/libvirt.yml @@ -14,6 +14,7 @@ machines: - libvirt-centos-7 - libvirt-debian-9 + - libvirt-debian-10 - libvirt-debian-sid - libvirt-fedora-29 - libvirt-fedora-30 diff --git a/guests/playbooks/build/projects/osinfo-db-tools.yml b/guests/playbooks/build/projects/osinfo-db-tools.yml index 3fe414c..c5d0281 100644 --- a/guests/playbooks/build/projects/osinfo-db-tools.yml +++ b/guests/playbooks/build/projects/osinfo-db-tools.yml @@ -14,6 +14,7 @@ # CentOS 7; machines: - libvirt-debian-9 + - libvirt-debian-10 - libvirt-debian-sid - libvirt-fedora-29 - libvirt-fedora-30 diff --git a/guests/playbooks/build/projects/osinfo-db.yml b/guests/playbooks/build/projects/osinfo-db.yml index cdfd2d1..f78cf9e 100644 --- a/guests/playbooks/build/projects/osinfo-db.yml +++ b/guests/playbooks/build/projects/osinfo-db.yml @@ -16,6 +16,7 @@ # osinfo-db tests are Python 3 only, so they can't be ran on CentOS 7; machines: - libvirt-debian-9 + - libvirt-debian-10 - libvirt-debian-sid - libvirt-fedora-29 - libvirt-fedora-30 diff --git a/guests/playbooks/build/projects/virt-manager.yml b/guests/playbooks/build/projects/virt-manager.yml index 08368bb..d2e6c25 100644 --- a/guests/playbooks/build/projects/virt-manager.yml +++ b/guests/playbooks/build/projects/virt-manager.yml @@ -4,6 +4,7 @@ # virt-manager is Python 3 only, so it can't be built on CentOS 7 machines: - libvirt-debian-9 + - libvirt-debian-10 - libvirt-debian-sid - libvirt-fedora-29 - libvirt-fedora-30 @@ -27,6 +28,7 @@ # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224902 machines: - libvirt-debian-9 + - libvirt-debian-10 - libvirt-debian-sid - libvirt-fedora-29 - libvirt-fedora-30 -- 2.21.0

On Mon, Jul 08, 2019 at 06:05:38PM +0200, Andrea Bolognani wrote:
Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- guests/playbooks/build/jobs/defaults.yml | 1 + guests/playbooks/build/projects/libvirt-dbus.yml | 3 +++ guests/playbooks/build/projects/libvirt-go-xml.yml | 1 + guests/playbooks/build/projects/libvirt-go.yml | 1 + guests/playbooks/build/projects/libvirt-ocaml.yml | 1 + guests/playbooks/build/projects/libvirt-sandbox.yml | 1 + guests/playbooks/build/projects/libvirt-tck.yml | 1 + guests/playbooks/build/projects/libvirt.yml | 1 + guests/playbooks/build/projects/osinfo-db-tools.yml | 1 + guests/playbooks/build/projects/osinfo-db.yml | 1 + guests/playbooks/build/projects/virt-manager.yml | 2 ++ 11 files changed, 14 insertions(+)
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> 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 :|

Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- jenkins/jobs/defaults.yaml | 1 + jenkins/projects/libvirt-dbus.yaml | 3 +++ jenkins/projects/libvirt-go-xml.yaml | 1 + jenkins/projects/libvirt-go.yaml | 1 + jenkins/projects/libvirt-ocaml.yaml | 1 + jenkins/projects/libvirt-sandbox.yaml | 1 + jenkins/projects/libvirt-tck.yaml | 1 + jenkins/projects/libvirt.yaml | 1 + jenkins/projects/osinfo-db-tools.yaml | 1 + jenkins/projects/osinfo-db.yaml | 1 + jenkins/projects/virt-manager.yaml | 2 ++ 11 files changed, 14 insertions(+) diff --git a/jenkins/jobs/defaults.yaml b/jenkins/jobs/defaults.yaml index e5e4c16..db87da1 100644 --- a/jenkins/jobs/defaults.yaml +++ b/jenkins/jobs/defaults.yaml @@ -5,6 +5,7 @@ all_machines: - libvirt-centos-7 - libvirt-debian-9 + - libvirt-debian-10 - libvirt-fedora-29 - libvirt-fedora-30 - libvirt-fedora-rawhide diff --git a/jenkins/projects/libvirt-dbus.yaml b/jenkins/projects/libvirt-dbus.yaml index 89bf0d8..2b72fb4 100644 --- a/jenkins/projects/libvirt-dbus.yaml +++ b/jenkins/projects/libvirt-dbus.yaml @@ -4,6 +4,7 @@ machines: - libvirt-centos-7 - libvirt-debian-9 + - libvirt-debian-10 - libvirt-fedora-29 - libvirt-fedora-30 - libvirt-fedora-rawhide @@ -22,6 +23,7 @@ # respectively) are not compatible machines: - libvirt-debian-9 + - libvirt-debian-10 - libvirt-fedora-29 - libvirt-fedora-30 - libvirt-fedora-rawhide @@ -31,6 +33,7 @@ # 16.04 is too old machines: - libvirt-debian-9 + - libvirt-debian-10 - libvirt-fedora-29 - libvirt-fedora-30 - libvirt-fedora-rawhide diff --git a/jenkins/projects/libvirt-go-xml.yaml b/jenkins/projects/libvirt-go-xml.yaml index b74edcb..6451bca 100644 --- a/jenkins/projects/libvirt-go-xml.yaml +++ b/jenkins/projects/libvirt-go-xml.yaml @@ -3,6 +3,7 @@ name: libvirt-go-xml machines: - libvirt-debian-9 + - libvirt-debian-10 - libvirt-fedora-29 - libvirt-fedora-30 - libvirt-fedora-rawhide diff --git a/jenkins/projects/libvirt-go.yaml b/jenkins/projects/libvirt-go.yaml index 9323baa..16d381b 100644 --- a/jenkins/projects/libvirt-go.yaml +++ b/jenkins/projects/libvirt-go.yaml @@ -3,6 +3,7 @@ name: libvirt-go machines: - libvirt-debian-9 + - libvirt-debian-10 - libvirt-fedora-29 - libvirt-fedora-30 - libvirt-fedora-rawhide diff --git a/jenkins/projects/libvirt-ocaml.yaml b/jenkins/projects/libvirt-ocaml.yaml index dd70988..8eb03e3 100644 --- a/jenkins/projects/libvirt-ocaml.yaml +++ b/jenkins/projects/libvirt-ocaml.yaml @@ -4,6 +4,7 @@ machines: - libvirt-centos-7 - libvirt-debian-9 + - libvirt-debian-10 - libvirt-fedora-29 - libvirt-fedora-30 - libvirt-fedora-rawhide diff --git a/jenkins/projects/libvirt-sandbox.yaml b/jenkins/projects/libvirt-sandbox.yaml index 948b45a..d5497b8 100644 --- a/jenkins/projects/libvirt-sandbox.yaml +++ b/jenkins/projects/libvirt-sandbox.yaml @@ -6,6 +6,7 @@ # linking statically machines: - libvirt-debian-9 + - libvirt-debian-10 - libvirt-fedora-29 - libvirt-fedora-30 - libvirt-fedora-rawhide diff --git a/jenkins/projects/libvirt-tck.yaml b/jenkins/projects/libvirt-tck.yaml index b37957b..9454974 100644 --- a/jenkins/projects/libvirt-tck.yaml +++ b/jenkins/projects/libvirt-tck.yaml @@ -5,6 +5,7 @@ # build libvirt-tck machines: - libvirt-debian-9 + - libvirt-debian-10 - libvirt-fedora-29 - libvirt-fedora-30 - libvirt-fedora-rawhide diff --git a/jenkins/projects/libvirt.yaml b/jenkins/projects/libvirt.yaml index 486881b..ac2d6cc 100644 --- a/jenkins/projects/libvirt.yaml +++ b/jenkins/projects/libvirt.yaml @@ -15,6 +15,7 @@ machines: - libvirt-centos-7 - libvirt-debian-9 + - libvirt-debian-10 - libvirt-fedora-29 - libvirt-fedora-30 - libvirt-fedora-rawhide diff --git a/jenkins/projects/osinfo-db-tools.yaml b/jenkins/projects/osinfo-db-tools.yaml index 7423999..c75d323 100644 --- a/jenkins/projects/osinfo-db-tools.yaml +++ b/jenkins/projects/osinfo-db-tools.yaml @@ -16,6 +16,7 @@ # CentOS 7; machines: - libvirt-debian-9 + - libvirt-debian-10 - libvirt-fedora-29 - libvirt-fedora-30 - libvirt-fedora-rawhide diff --git a/jenkins/projects/osinfo-db.yaml b/jenkins/projects/osinfo-db.yaml index ce0fab0..256c62d 100644 --- a/jenkins/projects/osinfo-db.yaml +++ b/jenkins/projects/osinfo-db.yaml @@ -16,6 +16,7 @@ # osinfo-db tests are Python 3 only, so they can't be ran on CentOS 7; machines: - libvirt-debian-9 + - libvirt-debian-10 - libvirt-fedora-29 - libvirt-fedora-30 - libvirt-fedora-rawhide diff --git a/jenkins/projects/virt-manager.yaml b/jenkins/projects/virt-manager.yaml index ba26d6b..2577ea9 100644 --- a/jenkins/projects/virt-manager.yaml +++ b/jenkins/projects/virt-manager.yaml @@ -6,6 +6,7 @@ # build the project either machines: - libvirt-debian-9 + - libvirt-debian-10 - libvirt-fedora-29 - libvirt-fedora-30 - libvirt-fedora-rawhide @@ -28,6 +29,7 @@ # https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224902 machines: - libvirt-debian-9 + - libvirt-debian-10 - libvirt-fedora-29 - libvirt-fedora-30 - libvirt-fedora-rawhide -- 2.21.0

On Mon, Jul 08, 2019 at 06:05:39PM +0200, Andrea Bolognani wrote:
Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- jenkins/jobs/defaults.yaml | 1 + jenkins/projects/libvirt-dbus.yaml | 3 +++ jenkins/projects/libvirt-go-xml.yaml | 1 + jenkins/projects/libvirt-go.yaml | 1 + jenkins/projects/libvirt-ocaml.yaml | 1 + jenkins/projects/libvirt-sandbox.yaml | 1 + jenkins/projects/libvirt-tck.yaml | 1 + jenkins/projects/libvirt.yaml | 1 + jenkins/projects/osinfo-db-tools.yaml | 1 + jenkins/projects/osinfo-db.yaml | 1 + jenkins/projects/virt-manager.yaml | 2 ++ 11 files changed, 14 insertions(+)
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> 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 :|
participants (2)
-
Andrea Bolognani
-
Daniel P. Berrangé