From nobody Fri Apr 26 03:37:18 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=1562841913; cv=none; d=zoho.com; s=zohoarc; b=EqbF9qXHfcVwZEj+XhpDEM17oItolhWq+cdjV4yJygvCrzHPWyEJWlMKJ4jXvrIHU7V+H9bNvpMyUajERncQpK/vLELWbk8iMGDYRssX2pRiUmJInvpZH2QWJv1Vw4rZskEpUwFK9ViMMnRiLL8yIxLBZUUbbiu4fmnSG92jJ1Y= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1562841913; 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=DIFYZHFPiZG8xxI6xVDHzJF00FS13eINOrl3rSmi5TE=; b=WKvGc117V34TexEEzavo1agWYb6Cpdte6JOfxjgwxFzYsYpiKpRgUnfGNkChxifD0KyJp4g2RV5WsqRgtnr9ANoRmKrqD2trcvODDMBVkXJgtfLKoMs8NY31PjUnS/T/xaFhwXjZK8nfXt12VIHNBvQjp6T0vql3AogycvqCous= 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 1562841913525193.22263798174606; Thu, 11 Jul 2019 03:45:13 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id D945C356E4; Thu, 11 Jul 2019 10:45:10 +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 9F9F2194B5; Thu, 11 Jul 2019 10:45:09 +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 E256924F19; Thu, 11 Jul 2019 10:45:06 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x6BAj6fT021419 for ; Thu, 11 Jul 2019 06:45:06 -0400 Received: by smtp.corp.redhat.com (Postfix) id F1C2819C69; Thu, 11 Jul 2019 10:45:05 +0000 (UTC) Received: from kinshicho.brq.redhat.com (unknown [10.43.2.73]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 79BE488F9 for ; Thu, 11 Jul 2019 10:45:02 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Thu, 11 Jul 2019 12:44:56 +0200 Message-Id: <20190711104458.18946-2-abologna@redhat.com> In-Reply-To: <20190711104458.18946-1-abologna@redhat.com> References: <20190711104458.18946-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH 1/3] ci: Use default image tag "latest" 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.84 on 10.5.11.23 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Thu, 11 Jul 2019 10:45:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Up until now, our images have been tagged as "master" instead of the default "latest" due to the way the build process worked, but we're using the default now. Signed-off-by: Andrea Bolognani --- Makefile.ci | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.ci b/Makefile.ci index 241c58d2d4..009d0df8fa 100644 --- a/Makefile.ci +++ b/Makefile.ci @@ -53,7 +53,7 @@ CI_IMAGE_PREFIX =3D quay.io/libvirt/buildenv- =20 # The default tag is ':latest' but if the container # repo above uses different conventions this can override it -CI_IMAGE_TAG =3D :master +CI_IMAGE_TAG =3D :latest =20 # We delete the virtual root after completion, set # to 0 if you need to keep it around for debugging --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Fri Apr 26 03:37:18 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=1562841915; cv=none; d=zoho.com; s=zohoarc; b=fsctp+q+C5fjC5ClgxjfG/BukXQ4nA/KqjFNL048nWqUxYRTpdkv2O3TpsYsb2HZDNH7zRPlwGn8SV50VWqtrTlmwSnKF3q/o6FlSxSRdEoardQGo7rLe+SaBqgkzZ4QjimDTfD06TuU/mo3RAhr/Z8y1aphN5hNObYfWfkFImU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1562841915; 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=PKFdUJio+k849aUsSRn8FyqiAUvwAQrMyMW4GmOaRfw=; b=RNs1oOcAozd2eCW2S2dJLK9AkTskztqe6mzdWOOY9EyXQ8MENuMMWLfoadq/aHT3ZYI/f4wUMePyBIh2PERdz1O6rrWbTMxr+E1i2fRsuAK5gNPihj7b0CuoNFncAb9OLpAjtIpTQHiYKkUvDibycz1rUsSivew+pjKBprxKDbE= 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 1562841915127913.8378363982715; Thu, 11 Jul 2019 03:45:15 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 247C83082145; Thu, 11 Jul 2019 10:45:12 +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 DAA595C8BD; Thu, 11 Jul 2019 10:45:11 +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 741E31833004; Thu, 11 Jul 2019 10:45:11 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x6BAj9qa021429 for ; Thu, 11 Jul 2019 06:45:09 -0400 Received: by smtp.corp.redhat.com (Postfix) id 9E98F8902; Thu, 11 Jul 2019 10:45:09 +0000 (UTC) Received: from kinshicho.brq.redhat.com (unknown [10.43.2.73]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 22AA588F9 for ; Thu, 11 Jul 2019 10:45:06 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Thu, 11 Jul 2019 12:44:57 +0200 Message-Id: <20190711104458.18946-3-abologna@redhat.com> In-Reply-To: <20190711104458.18946-1-abologna@redhat.com> References: <20190711104458.18946-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH 2/3] ci: Update image list 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.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.42]); Thu, 11 Jul 2019 10:45:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" We really need to change this so that it fetches the image list dynamically from Quay, but for the time being at least make sure the static list is accurate. Signed-off-by: Andrea Bolognani --- Makefile.ci | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/Makefile.ci b/Makefile.ci index 009d0df8fa..8857c953b2 100644 --- a/Makefile.ci +++ b/Makefile.ci @@ -243,23 +243,25 @@ ci-help: @echo @echo " centos-7" @echo " debian-9" + @echo " debian-10" @echo " debian-sid" - @echo " fedora-28" @echo " fedora-29" + @echo " fedora-30" @echo " fedora-rawhide" + @echo " ubuntu-16" @echo " ubuntu-18" @echo @echo "Available cross-compiler container images:" @echo - @echo " debian-{9,sid}-cross-aarch64" - @echo " debian-{9,sid}-cross-armv6l" - @echo " debian-{9,sid}-cross-armv7l" - @echo " debian-sid-cross-i686" - @echo " debian-{9,sid}-cross-mips64el" - @echo " debian-{9,sid}-cross-mips" - @echo " debian-{9,sid}-cross-mipsel" - @echo " debian-{9,sid}-cross-ppc64le" - @echo " debian-{9,sid}-cross-s390x" + @echo " debian-{9,10,sid}-cross-aarch64" + @echo " debian-{9,10,sid}-cross-armv6l" + @echo " debian-{9,10,sid}-cross-armv7l" + @echo " debian-{10,sid}-cross-i686" + @echo " debian-{9,10,sid}-cross-mips64el" + @echo " debian-{9,10,sid}-cross-mips" + @echo " debian-{9,10,sid}-cross-mipsel" + @echo " debian-{9,10,sid}-cross-ppc64le" + @echo " debian-{9,10,sid}-cross-s390x" @echo @echo "Available make variables:" @echo --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Fri Apr 26 03:37:18 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=1562841930; cv=none; d=zoho.com; s=zohoarc; b=CKes3vitHgrA4aeCjX1fAnXR+6dyogcuOVCxhIwUdkfWxwk2d5T+oRHQalhXd49hcyhMOMzNsVocJFwrfpwsfdGxpwAW5QqMZHgpnIios7hPZ/s7H6yFyq7q7K357c0+jYoKGr6lWaQWMeTbDgXVN/ODsNuwUoeYelX4oNy2nG0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1562841930; 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=CJgEcurM9wW48gIcG9lu85RBOHWCkobZZQNYcki0XDI=; b=b63mF54YsDXB7iOuhhVkWaIwYUMDa8Wh2GCST6yXEcNQlcLlRlmQ+D2wfLORuCyT41uWolfBRMiRpEvZ/vnOjuLCUE+OyRAk/gMUyqyKbQARUDCTn7fowLSzqOX7LoVBvCtI6ZhhiEtvq9QbrBLilAJpBni9JzsZufqi8t+lVMk= 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 1562841930799183.18278031067666; Thu, 11 Jul 2019 03:45:30 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 01ABB2F8BF9; Thu, 11 Jul 2019 10:45:29 +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 AB9F660DD7; Thu, 11 Jul 2019 10:45:28 +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 4EC111833008; Thu, 11 Jul 2019 10:45:28 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id x6BAjAJ2021434 for ; Thu, 11 Jul 2019 06:45:10 -0400 Received: by smtp.corp.redhat.com (Postfix) id 709E488F9; Thu, 11 Jul 2019 10:45:10 +0000 (UTC) Received: from kinshicho.brq.redhat.com (unknown [10.43.2.73]) by smtp.corp.redhat.com (Postfix) with ESMTPS id EA78D1A4D9 for ; Thu, 11 Jul 2019 10:45:09 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Thu, 11 Jul 2019 12:44:58 +0200 Message-Id: <20190711104458.18946-4-abologna@redhat.com> In-Reply-To: <20190711104458.18946-1-abologna@redhat.com> References: <20190711104458.18946-1-abologna@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 X-loop: libvir-list@redhat.com Subject: [libvirt] [PATCH 3/3] gitlab: Perform some builds on Debian 10 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.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Thu, 11 Jul 2019 10:45:29 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Signed-off-by: Andrea Bolognani --- Note that I have not tested this in any capacity. .gitlab-ci.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c1f9f37166..e6196cd709 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,8 +6,8 @@ - make -j $(getconf _NPROCESSORS_ONLN) =20 # We could run every arch on both versions, but it is a little -# overkill. Instead we run half the jobs on 9 and half the jobs -# on sid to give reasonable cross-coverage. +# overkill. Instead we split jobs evenly across 9, 10 and sid +# to achieve reasonable cross-coverage. =20 debian-9-cross-armv6l: <<: *job_definition @@ -21,21 +21,21 @@ debian-9-cross-ppc64le: <<: *job_definition image: quay.io/libvirt/buildenv-debian-9-cross-ppc64le:master =20 -debian-9-cross-s390x: +debian-10-cross-s390x: <<: *job_definition - image: quay.io/libvirt/buildenv-debian-9-cross-s390x:master + image: quay.io/libvirt/buildenv-debian-10-cross-s390x:master =20 -debian-sid-cross-aarch64: +debian-10-cross-i686: <<: *job_definition - image: quay.io/libvirt/buildenv-debian-sid-cross-aarch64:master + image: quay.io/libvirt/buildenv-debian-10-cross-i686:master =20 -debian-sid-cross-armv7l: +debian-10-cross-aarch64: <<: *job_definition - image: quay.io/libvirt/buildenv-debian-sid-cross-armv7l:master + image: quay.io/libvirt/buildenv-debian-10-cross-aarch64:master =20 -debian-sid-cross-i686: +debian-sid-cross-armv7l: <<: *job_definition - image: quay.io/libvirt/buildenv-debian-sid-cross-i686:master + image: quay.io/libvirt/buildenv-debian-sid-cross-armv7l:master =20 debian-sid-cross-mips64el: <<: *job_definition --=20 2.21.0 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list