From nobody Tue Apr 16 22:06:58 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1562689625; cv=none; d=zoho.com; s=zohoarc; b=V+paSsQN9DYMyuv47rbXASBGyYfmptd0U1lj0AoKJ5hFCc0LWkvFlCXriKC6usxMu/+KD92Sb6D9zdMnuPYHHnQ4WeU8bdUCs1t/1h2YB8p2bAMLbsfG4sD8jXjbf4OvKuXD9ai/fsJE/CLmhFYkjGCCt+Wml3ouJa0JH8XYFro= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1562689625; h=Content-Type:Content-Transfer-Encoding:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=V7KlPXGKpgcN7rqIcrl8Y1vIwTaIaByH6YgzzxMF2SA=; b=eNr7MuQJ82ahsOvxayGlYmKaVkl5JQ89JprgDjgo0Sjr9eNdJz28SzGcesaeIhLmzlWJPUATfxDXzOYYBES7DTUHs1yUkBY96bNFp9Khmjo3yrEsFdaAmLI0uYLuuc5RhK8QnMhN0qmy4Bz09Gj24v87EK9nDFKNJObNgWsdupY= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1562689625341242.85836599168067; Tue, 9 Jul 2019 09:27:05 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 07AB230BD1A9; Tue, 9 Jul 2019 16:26:54 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.20]) by smtp.corp.redhat.com (Postfix) with ESMTPS id CD59B7E488; Tue, 9 Jul 2019 16:26:49 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id 85CC318184A5; Tue, 9 Jul 2019 16:26:41 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x69GQeKZ015272 for ; Tue, 9 Jul 2019 12:26:40 -0400 Received: by smtp.corp.redhat.com (Postfix) id 48FF55DC1E; Tue, 9 Jul 2019 16:26:40 +0000 (UTC) Received: from kinshicho.brq.redhat.com (unknown [10.43.2.73]) by smtp.corp.redhat.com (Postfix) with ESMTPS id C8F855DAA4 for ; Tue, 9 Jul 2019 16:26:39 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Tue, 9 Jul 2019 18:26:34 +0200 Message-Id: <20190709162635.25661-2-abologna@redhat.com> In-Reply-To: <20190709162635.25661-1-abologna@redhat.com> References: <20190709162635.25661-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-loop: libvir-list@redhat.com Subject: [libvirt] [jenkins-ci PATCH 1/2] guests: Add mapping for OpenJDK on Ubuntu X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.49]); Tue, 09 Jul 2019 16:26:59 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Even though we technically don't need them because we don't have Ubuntu guests on CentOS CI, leaving the mapping incomplete when it's easy to cover everything feels wrong. Signed-off-by: Andrea Bolognani Reviewed-by: Daniel P. Berrang=C3=A9 --- guests/vars/mappings.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml index 4a231c3..123b287 100644 --- a/guests/vars/mappings.yml +++ b/guests/vars/mappings.yml @@ -261,7 +261,6 @@ mappings: deb: openjdk-8-jre-headless pkg: openjdk8-jre rpm: java-1.8.0-openjdk-headless - Ubuntu: =20 json-glib: deb: libjson-glib-dev --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Tue Apr 16 22:06:58 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) client-ip=209.132.183.28; envelope-from=libvir-list-bounces@redhat.com; helo=mx1.redhat.com; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass(p=none dis=none) header.from=redhat.com ARC-Seal: i=1; a=rsa-sha256; t=1562689626; cv=none; d=zoho.com; s=zohoarc; b=URD4kJ5SUqrMW4+bwBoGA/njNoJS++WZiCaWaj6vaR6odAH58wYRzUmSR5HcYUN5FnQ4sAtqaewcNPOLQSvQbDkXjA3lObmyCFOExty6thcOWH3GaGB4IFJIz7lAPWh8NHCglxP9hI+WcvQOv7eqsAUKIu/Kgq80g5JPa8cI/Dc= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1562689626; h=Content-Type:Content-Transfer-Encoding:Date:From:In-Reply-To:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:References:Sender:Subject:To:ARC-Authentication-Results; bh=fcUyeTIETsYPPv2yRYkP2MUK6csHkUEaxLc5GgV3HHE=; b=VfzSr1lMLaPYAyBfZuuJJC3uQc9CAtXgnO6wrbG+fZEAq3OZwSA5rlThkCcEY02yRiNIG3qJ1YnbWcyrF0v95KWnf260afKv+PN61wznYyV8EvKIc7TpNJStUYee7zP9P+dPz2p4J592ilX2kAgUHS+B9yofboC82Vil+8gZfmc= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of redhat.com designates 209.132.183.28 as permitted sender) smtp.mailfrom=libvir-list-bounces@redhat.com; dmarc=pass header.from= (p=none dis=none) header.from= Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1562689626602767.234391740919; Tue, 9 Jul 2019 09:27:06 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7F802308FED5; Tue, 9 Jul 2019 16:26:52 +0000 (UTC) Received: from colo-mx.corp.redhat.com (colo-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5D91E9CBC; Tue, 9 Jul 2019 16:26:47 +0000 (UTC) Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by colo-mx.corp.redhat.com (Postfix) with ESMTP id E7DEA206D1; Tue, 9 Jul 2019 16:26:41 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x69GQfKY015312 for ; Tue, 9 Jul 2019 12:26:41 -0400 Received: by smtp.corp.redhat.com (Postfix) id 168A55DAA4; Tue, 9 Jul 2019 16:26:41 +0000 (UTC) Received: from kinshicho.brq.redhat.com (unknown [10.43.2.73]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 95E915DC1E for ; Tue, 9 Jul 2019 16:26:40 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Tue, 9 Jul 2019 18:26:35 +0200 Message-Id: <20190709162635.25661-3-abologna@redhat.com> In-Reply-To: <20190709162635.25661-1-abologna@redhat.com> References: <20190709162635.25661-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 X-loop: libvir-list@redhat.com Subject: [libvirt] [jenkins-ci PATCH 2/2] guests: Use OpenJDK 11 where possible X-BeenThere: libvir-list@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk List-Id: Development discussions about the libvirt library & tools List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: quoted-printable Sender: libvir-list-bounces@redhat.com Errors-To: libvir-list-bounces@redhat.com X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.49]); Tue, 09 Jul 2019 16:27:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Debian 10 doesn't include OpenJDK 8, which would be a problem if not for the fact that thankfully the Jenkins agent, which is the only thing we need Java for, seems to work perfectly fine with OpenJDK 11 too. Given this fact, we can move to OpenJDK 11 pretty much across the board and stick to OpenJDK 8 for the few platforms that only include the older release. Signed-off-by: Andrea Bolognani Reviewed-by: Daniel P. Berrang=C3=A9 --- guests/vars/mappings.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml index 123b287..3cf125b 100644 --- a/guests/vars/mappings.yml +++ b/guests/vars/mappings.yml @@ -258,9 +258,11 @@ mappings: FreeBSD: cdrkit =20 java: - deb: openjdk-8-jre-headless - pkg: openjdk8-jre - rpm: java-1.8.0-openjdk-headless + deb: openjdk-11-jre-headless + pkg: openjdk11 + rpm: java-11-openjdk-headless + Debian9: openjdk-8-jre-headless + Ubuntu16: openjdk-8-jre-headless =20 json-glib: deb: libjson-glib-dev --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list