From nobody Wed May 14 16:27:52 2025 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