From nobody Wed May 8 00:19:44 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 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1523979861554158.99039825875116; Tue, 17 Apr 2018 08:44:21 -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 1374AC03D469; Tue, 17 Apr 2018 15:44:20 +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 C29432CFD3; Tue, 17 Apr 2018 15:44:19 +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 80F26180613A; Tue, 17 Apr 2018 15:44:19 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id w3HFhIAe023592 for ; Tue, 17 Apr 2018 11:43:18 -0400 Received: by smtp.corp.redhat.com (Postfix) id 16E362166BB2; Tue, 17 Apr 2018 15:43:18 +0000 (UTC) Received: from inaba.usersys.redhat.com (unknown [10.43.2.44]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 9052E2166BAE for ; Tue, 17 Apr 2018 15:43:17 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Tue, 17 Apr 2018 17:43:10 +0200 Message-Id: <20180417154312.20837-2-abologna@redhat.com> In-Reply-To: <20180417154312.20837-1-abologna@redhat.com> References: <20180417154312.20837-1-abologna@redhat.com> X-Scanned-By: MIMEDefang 2.78 on 10.11.54.6 X-loop: libvir-list@redhat.com Subject: [libvirt] [jenkins-ci PATCH 1/3] jobs: Introduce variants 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: , MIME-Version: 1.0 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.31]); Tue, 17 Apr 2018 15:44:20 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" This optional feature will allow us to reuse existing job templates for things like MinGW or website builds. Signed-off-by: Andrea Bolognani Reviewed-by: Daniel P. Berrang=C3=A9 --- jobs/autotools.yaml | 20 ++++++++++---------- jobs/defaults.yaml | 1 + jobs/generic.yaml | 16 ++++++++-------- jobs/go.yaml | 8 ++++---- jobs/perl-makemaker.yaml | 12 ++++++------ jobs/perl-modulebuild.yaml | 12 ++++++------ jobs/python-distutils.yaml | 12 ++++++------ 7 files changed, 41 insertions(+), 40 deletions(-) diff --git a/jobs/autotools.yaml b/jobs/autotools.yaml index 0c164d3..5c78e6a 100644 --- a/jobs/autotools.yaml +++ b/jobs/autotools.yaml @@ -1,11 +1,11 @@ =20 - job-template: id: autotools-build-job - name: '{name}-{branch}-build' + name: '{name}-{branch}-build{variant}' project-type: matrix description: '{title} Build' autogen_args: '' - workspace: '{name}-{branch}' + workspace: '{name}-{branch}{variant}' child-workspace: '.' block-downstream: true block-upstream: true @@ -55,10 +55,10 @@ =20 - job-template: id: autotools-syntax-check-job - name: '{name}-{branch}-syntax-check' + name: '{name}-{branch}-syntax-check{variant}' project-type: matrix description: '{title} Syntax Check' - workspace: '{name}-{branch}' + workspace: '{name}-{branch}{variant}' child-workspace: '.' block-downstream: true block-upstream: true @@ -94,10 +94,10 @@ =20 - job-template: id: autotools-check-job - name: '{name}-{branch}-check' + name: '{name}-{branch}-check{variant}' project-type: matrix description: '{title} Check' - workspace: '{name}-{branch}' + workspace: '{name}-{branch}{variant}' child-workspace: '.' block-downstream: true block-upstream: true @@ -137,11 +137,11 @@ =20 - job-template: id: autotools-rpm-job - name: '{name}-{branch}-rpm' + name: '{name}-{branch}-rpm{variant}' project-type: matrix description: '{title} RPM' archive_format: gz - workspace: '{name}-{branch}' + workspace: '{name}-{branch}{variant}' child-workspace: '.' block-downstream: true block-upstream: true @@ -182,11 +182,11 @@ =20 - job-template: id: autotools-mingw-job - name: '{name}-{branch}-mingw' + name: '{name}-{branch}-mingw{variant}' project-type: matrix description: '{title} MinGW' autogen_args: '' - workspace: '{name}-{branch}-mingw' + workspace: '{name}-{branch}-mingw{variant}' child-workspace: '.' block-downstream: true block-upstream: true diff --git a/jobs/defaults.yaml b/jobs/defaults.yaml index 23f8555..eef92e8 100644 --- a/jobs/defaults.yaml +++ b/jobs/defaults.yaml @@ -2,6 +2,7 @@ - defaults: name: global branch: master + variant: '' node: libvirt global_env: | local_env: | diff --git a/jobs/generic.yaml b/jobs/generic.yaml index 08ab104..f64dde0 100644 --- a/jobs/generic.yaml +++ b/jobs/generic.yaml @@ -1,11 +1,11 @@ =20 - job-template: id: generic-build-job - name: '{name}-{branch}-build' + name: '{name}-{branch}-build{variant}' project-type: matrix description: '{title} Build' autogen_args: '' - workspace: '{name}-{branch}' + workspace: '{name}-{branch}{variant}' child-workspace: '.' block-downstream: true block-upstream: true @@ -51,10 +51,10 @@ =20 - job-template: id: generic-syntax-check-job - name: '{name}-{branch}-syntax-check' + name: '{name}-{branch}-syntax-check{variant}' project-type: matrix description: '{title} Syntax Check' - workspace: '{name}-{branch}' + workspace: '{name}-{branch}{variant}' child-workspace: '.' block-downstream: true block-upstream: true @@ -89,10 +89,10 @@ =20 - job-template: id: generic-check-job - name: '{name}-{branch}-check' + name: '{name}-{branch}-check{variant}' project-type: matrix description: '{title} Check' - workspace: '{name}-{branch}' + workspace: '{name}-{branch}{variant}' child-workspace: '.' block-downstream: true block-upstream: true @@ -127,11 +127,11 @@ =20 - job-template: id: generic-rpm-job - name: '{name}-{branch}-rpm' + name: '{name}-{branch}-rpm{variant}' project-type: matrix description: '{title} RPM' archive_format: gz - workspace: '{name}-{branch}' + workspace: '{name}-{branch}{variant}' child-workspace: '.' block-downstream: true block-upstream: true diff --git a/jobs/go.yaml b/jobs/go.yaml index 2634cb2..9a349ca 100644 --- a/jobs/go.yaml +++ b/jobs/go.yaml @@ -1,11 +1,11 @@ =20 - job-template: id: go-build-job - name: '{name}-{branch}-build' + name: '{name}-{branch}-build{variant}' project-type: matrix description: '{title} Build' autogen_args: '' - workspace: '{name}-{branch}' + workspace: '{name}-{branch}{variant}' child-workspace: '.' block-downstream: true block-upstream: true @@ -56,10 +56,10 @@ =20 - job-template: id: go-check-job - name: '{name}-{branch}-check' + name: '{name}-{branch}-check{variant}' project-type: matrix description: '{title} Check' - workspace: '{name}-{branch}' + workspace: '{name}-{branch}{variant}' child-workspace: '.' block-downstream: true block-upstream: true diff --git a/jobs/perl-makemaker.yaml b/jobs/perl-makemaker.yaml index 873ce04..84b368e 100644 --- a/jobs/perl-makemaker.yaml +++ b/jobs/perl-makemaker.yaml @@ -1,11 +1,11 @@ =20 - job-template: id: perl-makemaker-build-job - name: '{name}-{branch}-build' + name: '{name}-{branch}-build{variant}' project-type: matrix description: '{title} Build' autogen_args: '' - workspace: '{name}-{branch}' + workspace: '{name}-{branch}{variant}' child-workspace: '.' block-downstream: true block-upstream: true @@ -55,11 +55,11 @@ =20 - job-template: id: perl-makemaker-test-job - name: '{name}-{branch}-test' + name: '{name}-{branch}-test{variant}' project-type: matrix description: '{title} Test' test_args: '' - workspace: '{name}-{branch}' + workspace: '{name}-{branch}{variant}' child-workspace: '.' block-downstream: true block-upstream: true @@ -94,11 +94,11 @@ =20 - job-template: id: perl-makemaker-rpm-job - name: '{name}-{branch}-rpm' + name: '{name}-{branch}-rpm{variant}' project-type: matrix description: '{title} RPM' archive_format: gz - workspace: '{name}-{branch}' + workspace: '{name}-{branch}{variant}' child-workspace: '.' block-downstream: true block-upstream: true diff --git a/jobs/perl-modulebuild.yaml b/jobs/perl-modulebuild.yaml index d256599..b159ab3 100644 --- a/jobs/perl-modulebuild.yaml +++ b/jobs/perl-modulebuild.yaml @@ -1,11 +1,11 @@ =20 - job-template: id: perl-modulebuild-build-job - name: '{name}-{branch}-build' + name: '{name}-{branch}-build{variant}' project-type: matrix description: '{title} Build' autogen_args: '' - workspace: '{name}-{branch}' + workspace: '{name}-{branch}{variant}' child-workspace: '.' block-downstream: true block-upstream: true @@ -55,10 +55,10 @@ =20 - job-template: id: perl-modulebuild-test-job - name: '{name}-{branch}-test' + name: '{name}-{branch}-test{variant}' project-type: matrix description: '{title} Test' - workspace: '{name}-{branch}' + workspace: '{name}-{branch}{variant}' child-workspace: '.' block-downstream: true block-upstream: true @@ -93,11 +93,11 @@ =20 - job-template: id: perl-modulebuild-rpm-job - name: '{name}-{branch}-rpm' + name: '{name}-{branch}-rpm{variant}' project-type: matrix description: '{title} RPM' archive_format: gz - workspace: '{name}-{branch}' + workspace: '{name}-{branch}{variant}' child-workspace: '.' block-downstream: true block-upstream: true diff --git a/jobs/python-distutils.yaml b/jobs/python-distutils.yaml index bfa0715..c075245 100644 --- a/jobs/python-distutils.yaml +++ b/jobs/python-distutils.yaml @@ -1,11 +1,11 @@ =20 - job-template: id: python-distutils-build-job - name: '{name}-{branch}-build' + name: '{name}-{branch}-build{variant}' project-type: matrix description: '{title} Build' command_pre_build: '' - workspace: '{name}-{branch}' + workspace: '{name}-{branch}{variant}' child-workspace: '.' block-downstream: true block-upstream: true @@ -54,10 +54,10 @@ =20 - job-template: id: python-distutils-check-job - name: '{name}-{branch}-check' + name: '{name}-{branch}-check{variant}' project-type: matrix description: '{title} Check' - workspace: '{name}-{branch}' + workspace: '{name}-{branch}{variant}' child-workspace: '.' block-downstream: true block-upstream: true @@ -92,10 +92,10 @@ =20 - job-template: id: python-distutils-rpm-job - name: '{name}-{branch}-rpm' + name: '{name}-{branch}-rpm{variant}' project-type: matrix description: '{title} RPM' - workspace: '{name}-{branch}' + workspace: '{name}-{branch}{variant}' child-workspace: '.' block-downstream: true block-upstream: true --=20 2.14.3 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Wed May 8 00:19:44 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 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1523979806297300.39546856404866; Tue, 17 Apr 2018 08:43:26 -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 7081D5F7B9; Tue, 17 Apr 2018 15:43:24 +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 1B71C5C886; Tue, 17 Apr 2018 15:43:23 +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 2BA5E1805971; Tue, 17 Apr 2018 15:43:22 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id w3HFhI5S023598 for ; Tue, 17 Apr 2018 11:43:18 -0400 Received: by smtp.corp.redhat.com (Postfix) id AF76E2166BB2; Tue, 17 Apr 2018 15:43:18 +0000 (UTC) Received: from inaba.usersys.redhat.com (unknown [10.43.2.44]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 531622166BAE for ; Tue, 17 Apr 2018 15:43:18 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Tue, 17 Apr 2018 17:43:11 +0200 Message-Id: <20180417154312.20837-3-abologna@redhat.com> In-Reply-To: <20180417154312.20837-1-abologna@redhat.com> References: <20180417154312.20837-1-abologna@redhat.com> X-Scanned-By: MIMEDefang 2.78 on 10.11.54.6 X-loop: libvir-list@redhat.com Subject: [libvirt] [jenkins-ci PATCH 2/3] jobs: Tweak autotools-mingw-job template 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: , MIME-Version: 1.0 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.39]); Tue, 17 Apr 2018 15:43:25 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Make it more similar to the autotools-build-job by dropping the custom $PREFIX variable and redefining the standard $VIRT_PREFIX instead, which also makes $PKG_CONFIG_PATH shorter, and moving all environment variables together. Signed-off-by: Andrea Bolognani Reviewed-by: Daniel P. Berrang=C3=A9 --- jobs/autotools.yaml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/jobs/autotools.yaml b/jobs/autotools.yaml index 5c78e6a..ac7099f 100644 --- a/jobs/autotools.yaml +++ b/jobs/autotools.yaml @@ -228,13 +228,14 @@ # to unset it here. export CC=3D =20 + export VIRT_PREFIX=3D"$VIRT_PREFIX/i686-w64-mingw32/sys-root/min= gw" + export PKG_CONFIG_PATH=3D"$VIRT_PREFIX/lib/pkgconfig" + export PKG_CONFIG_LIBDIR=3D"/usr/i686-w64-mingw32/sys-root/mingw= /lib/pkgconfig:/usr/i686-w64-mingw32/sys-root/mingw/share/pkgconfig" + mkdir -p build32 cd build32 =20 - export PKG_CONFIG_LIBDIR=3D"/usr/i686-w64-mingw32/sys-root/mingw= /lib/pkgconfig:/usr/i686-w64-mingw32/sys-root/mingw/share/pkgconfig" - export PKG_CONFIG_PATH=3D"$VIRT_PREFIX/i686-w64-mingw32/sys-root= /mingw/lib/pkgconfig" \ - export PREFIX=3D$VIRT_PREFIX/i686-w64-mingw32/sys-root/mingw - ../autogen.sh --host=3Di686-w64-mingw32 --prefix=3D$PREFIX + ../autogen.sh --prefix=3D$VIRT_PREFIX --host=3Di686-w64-mingw32 $MAKE -j{smp} $MAKE -j{smp} install - shell: | @@ -243,13 +244,14 @@ # See above export CC=3D =20 + export VIRT_PREFIX=3D"$VIRT_PREFIX/x86_64-w64-mingw32/sys-root/m= ingw" + export PKG_CONFIG_PATH=3D"$VIRT_PREFIX/lib/pkgconfig" + export PKG_CONFIG_LIBDIR=3D"/usr/x86_64-w64-mingw32/sys-root/min= gw/lib/pkgconfig:/usr/x86_64-w64-mingw32/sys-root/mingw/share/pkgconfig" + mkdir -p build64 cd build64 =20 - export PKG_CONFIG_LIBDIR=3D"/usr/x86_64-w64-mingw32/sys-root/min= gw/lib/pkgconfig:/usr/x86_64-w64-mingw32/sys-root/mingw/share/pkgconfig" - export PKG_CONFIG_PATH=3D"$VIRT_PREFIX/x86_64-w64-mingw32/sys-ro= ot/mingw/lib/pkgconfig" \ - export PREFIX=3D$VIRT_PREFIX/x86_64-w64-mingw32/sys-root/mingw - ../autogen.sh --host=3Dx86_64-w64-mingw32 --prefix=3D$PREFIX + ../autogen.sh --prefix=3D$VIRT_PREFIX --host=3Dx86_64-w64-mingw32 $MAKE -j{smp} $MAKE -j{smp} install publishers: --=20 2.14.3 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list From nobody Wed May 8 00:19:44 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 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 1523979906466762.0484797429182; Tue, 17 Apr 2018 08:45:06 -0700 (PDT) Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 092377FDF7; Tue, 17 Apr 2018 15:45:05 +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 CA21878A1B; Tue, 17 Apr 2018 15:45:04 +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 E34774CAAA; Tue, 17 Apr 2018 15:45:02 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.rdu2.redhat.com [10.11.54.6]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id w3HFhJT9023607 for ; Tue, 17 Apr 2018 11:43:19 -0400 Received: by smtp.corp.redhat.com (Postfix) id 535C22166BB2; Tue, 17 Apr 2018 15:43:19 +0000 (UTC) Received: from inaba.usersys.redhat.com (unknown [10.43.2.44]) by smtp.corp.redhat.com (Postfix) with ESMTPS id EB9782166BAE for ; Tue, 17 Apr 2018 15:43:18 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Tue, 17 Apr 2018 17:43:12 +0200 Message-Id: <20180417154312.20837-4-abologna@redhat.com> In-Reply-To: <20180417154312.20837-1-abologna@redhat.com> References: <20180417154312.20837-1-abologna@redhat.com> X-Scanned-By: MIMEDefang 2.78 on 10.11.54.6 X-loop: libvir-list@redhat.com Subject: [libvirt] [jenkins-ci PATCH 3/3] jobs: Drop autotools-mingw-job 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: , MIME-Version: 1.0 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.15 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Tue, 17 Apr 2018 15:45:05 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" Now that we have variants and we've removed all uses of custom environment variables, we can convert all jobs that use the autotools-mingw-job template to the autotools-build-job plus a few overrides. As a consequence of this, mingw32 and mingw64 builds will be split into separate jobs. Signed-off-by: Andrea Bolognani Reviewed-by: Daniel P. Berrang=C3=A9 --- jobs/autotools.yaml | 80 ------------------------------------------= ---- jobs/defaults.yaml | 16 ++++++++++ projects/libvirt-glib.yaml | 12 ++++++- projects/libvirt.yaml | 12 ++++++- projects/virt-viewer.yaml | 12 ++++++- 5 files changed, 49 insertions(+), 83 deletions(-) diff --git a/jobs/autotools.yaml b/jobs/autotools.yaml index ac7099f..9868573 100644 --- a/jobs/autotools.yaml +++ b/jobs/autotools.yaml @@ -179,83 +179,3 @@ recipients: '{obj:spam}' notify-every-unstable-build: true send-to-individuals: false - -- job-template: - id: autotools-mingw-job - name: '{name}-{branch}-mingw{variant}' - project-type: matrix - description: '{title} MinGW' - autogen_args: '' - workspace: '{name}-{branch}-mingw{variant}' - child-workspace: '.' - block-downstream: true - block-upstream: true - wrappers: - - timeout: - abort: true - type: absolute - timeout: 90 - write-description: 'Aborted build after 90 minutes' - properties: - - build-discarder: - days-to-keep: 30 - num-to-keep: 1000 - scm: - - git: - url: git://n64.pufty.ci.centos.org/{name}.git - branches: - - origin/{branch} - clean: - after: true - skip-tag: true - wipe-workspace: false - triggers: - - reverse: - jobs: '{obj:parent_jobs}' - - pollscm: - cron: "H/20 * * * *" - axes: - - axis: - name: systems - type: slave - values: '{obj:machines}' - builders: - - shell: | - {global_env} - {local_env} - # The MinGW build needs to use the MinGW compiler toolchain, - # while $CC is pointing to the native toolchain, so we have - # to unset it here. - export CC=3D - - export VIRT_PREFIX=3D"$VIRT_PREFIX/i686-w64-mingw32/sys-root/min= gw" - export PKG_CONFIG_PATH=3D"$VIRT_PREFIX/lib/pkgconfig" - export PKG_CONFIG_LIBDIR=3D"/usr/i686-w64-mingw32/sys-root/mingw= /lib/pkgconfig:/usr/i686-w64-mingw32/sys-root/mingw/share/pkgconfig" - - mkdir -p build32 - cd build32 - - ../autogen.sh --prefix=3D$VIRT_PREFIX --host=3Di686-w64-mingw32 - $MAKE -j{smp} - $MAKE -j{smp} install - - shell: | - {global_env} - {local_env} - # See above - export CC=3D - - export VIRT_PREFIX=3D"$VIRT_PREFIX/x86_64-w64-mingw32/sys-root/m= ingw" - export PKG_CONFIG_PATH=3D"$VIRT_PREFIX/lib/pkgconfig" - export PKG_CONFIG_LIBDIR=3D"/usr/x86_64-w64-mingw32/sys-root/min= gw/lib/pkgconfig:/usr/x86_64-w64-mingw32/sys-root/mingw/share/pkgconfig" - - mkdir -p build64 - cd build64 - - ../autogen.sh --prefix=3D$VIRT_PREFIX --host=3Dx86_64-w64-mingw32 - $MAKE -j{smp} - $MAKE -j{smp} install - publishers: - - email: - recipients: '{obj:spam}' - notify-every-unstable-build: true - send-to-individuals: false diff --git a/jobs/defaults.yaml b/jobs/defaults.yaml index eef92e8..5527546 100644 --- a/jobs/defaults.yaml +++ b/jobs/defaults.yaml @@ -6,5 +6,21 @@ node: libvirt global_env: | local_env: | + mingw32_local_env: | + # The MinGW build needs to use the MinGW compiler toolchain, + # while $CC is pointing to the native toolchain, so we have + # to unset it here. + export CC=3D + export VIRT_PREFIX=3D"$VIRT_PREFIX/i686-w64-mingw32/sys-root/mingw" + export PKG_CONFIG_PATH=3D"$VIRT_PREFIX/lib/pkgconfig" + export PKG_CONFIG_LIBDIR=3D"/usr/i686-w64-mingw32/sys-root/mingw/lib= /pkgconfig:/usr/i686-w64-mingw32/sys-root/mingw/share/pkgconfig" + mingw32_autogen_args: --host=3Di686-w64-mingw32 + mingw64_local_env: | + # See above + export CC=3D + export VIRT_PREFIX=3D"$VIRT_PREFIX/x86_64-w64-mingw32/sys-root/mingw" + export PKG_CONFIG_PATH=3D"$VIRT_PREFIX/lib/pkgconfig" + export PKG_CONFIG_LIBDIR=3D"/usr/x86_64-w64-mingw32/sys-root/mingw/l= ib/pkgconfig:/usr/x86_64-w64-mingw32/sys-root/mingw/share/pkgconfig" + mingw64_autogen_args: --host=3Dx86_64-w64-mingw32 smp: 3 spam: ymankad@redhat.com libvirt-ci@redhat.com diff --git a/projects/libvirt-glib.yaml b/projects/libvirt-glib.yaml index 3873c40..c56e5d3 100644 --- a/projects/libvirt-glib.yaml +++ b/projects/libvirt-glib.yaml @@ -26,7 +26,17 @@ - libvirt-fedora-26 - libvirt-fedora-27 - libvirt-fedora-rawhide - - autotools-mingw-job: + - autotools-build-job: + parent_jobs: + variant: -mingw32 + local_env: '{mingw32_local_env}' + autogen_args: '{mingw32_autogen_args}' + machines: + - libvirt-fedora-rawhide + - autotools-build-job: parent_jobs: + variant: -mingw64 + local_env: '{mingw64_local_env}' + autogen_args: '{mingw64_autogen_args}' machines: - libvirt-fedora-rawhide diff --git a/projects/libvirt.yaml b/projects/libvirt.yaml index 13f39f9..bff9ad9 100644 --- a/projects/libvirt.yaml +++ b/projects/libvirt.yaml @@ -39,7 +39,17 @@ - libvirt-fedora-26 - libvirt-fedora-27 - libvirt-fedora-rawhide - - autotools-mingw-job: + - autotools-build-job: + parent_jobs: + variant: -mingw32 + local_env: '{mingw32_local_env}' + autogen_args: '{mingw32_autogen_args}' + machines: + - libvirt-fedora-rawhide + - autotools-build-job: parent_jobs: + variant: -mingw64 + local_env: '{mingw64_local_env}' + autogen_args: '{mingw64_autogen_args}' machines: - libvirt-fedora-rawhide diff --git a/projects/virt-viewer.yaml b/projects/virt-viewer.yaml index 2d8a6f9..5a882bc 100644 --- a/projects/virt-viewer.yaml +++ b/projects/virt-viewer.yaml @@ -25,7 +25,17 @@ - libvirt-fedora-26 - libvirt-fedora-27 - libvirt-fedora-rawhide - - autotools-mingw-job: + - autotools-build-job: + parent_jobs: + variant: -mingw32 + local_env: '{mingw32_local_env}' + autogen_args: '{mingw32_autogen_args}' + machines: + - libvirt-fedora-rawhide + - autotools-build-job: parent_jobs: + variant: -mingw64 + local_env: '{mingw64_local_env}' + autogen_args: '{mingw64_autogen_args}' machines: - libvirt-fedora-rawhide --=20 2.14.3 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list