From nobody Thu May 15 09:04:55 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 Return-Path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by mx.zohomail.com with SMTPS id 151094319510457.65589659366481; Fri, 17 Nov 2017 10:26:35 -0800 (PST) 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 B51CEC05679B; Fri, 17 Nov 2017 18:26:33 +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 92D305C8B6; Fri, 17 Nov 2017 18:26:33 +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 4D7AD180474A; Fri, 17 Nov 2017 18:26:33 +0000 (UTC) Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id vAHIQPv9030972 for ; Fri, 17 Nov 2017 13:26:25 -0500 Received: by smtp.corp.redhat.com (Postfix) id 2168483A9C; Fri, 17 Nov 2017 18:26:25 +0000 (UTC) Received: from inaba.usersys.redhat.com (ovpn-204-27.brq.redhat.com [10.40.204.27]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4B91783A77 for ; Fri, 17 Nov 2017 18:26:24 +0000 (UTC) From: Andrea Bolognani To: libvir-list@redhat.com Date: Fri, 17 Nov 2017 19:26:12 +0100 Message-Id: <20171117182612.16109-6-abologna@redhat.com> In-Reply-To: <20171117182612.16109-1-abologna@redhat.com> References: <20171117182612.16109-1-abologna@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-loop: libvir-list@redhat.com Subject: [libvirt] [jenkins-ci PATCH 5/5] jobs: Include $PATH definition in {global_env} 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.32]); Fri, 17 Nov 2017 18:26:34 +0000 (UTC) X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Type: text/plain; charset="utf-8" $PATH is generic enough that it shouldn't be limited to the osinfo-db project. Signed-off-by: Andrea Bolognani --- jobs/defaults.yaml | 1 + projects/osinfo-db.yaml | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/jobs/defaults.yaml b/jobs/defaults.yaml index 86e7100..7b2c040 100644 --- a/jobs/defaults.yaml +++ b/jobs/defaults.yaml @@ -9,6 +9,7 @@ if [ "$unamestr" =3D 'FreeBSD' ]; then MAKE=3D'gmake' fi + export PATH=3D$VIRT_PREFIX/bin:$PATH env: | smp: 3 spam: ymankad@redhat.com libvirt-ci@redhat.com diff --git a/projects/osinfo-db.yaml b/projects/osinfo-db.yaml index 95ad845..2a9cab2 100644 --- a/projects/osinfo-db.yaml +++ b/projects/osinfo-db.yaml @@ -15,7 +15,6 @@ - generic-build-job: parent_jobs: 'osinfo-db-tools-master-build' command: | - export PATH=3D$VIRT_PREFIX/bin:$PATH $MAKE -j{smp} all $MAKE install OSINFO_DB_TARGET=3D"--system" - generic-rpm-job: @@ -26,7 +25,6 @@ - libvirt-fedora-26 - libvirt-fedora-rawhide command: | - export PATH=3D$VIRT_PREFIX/bin:$PATH rm -f *.tar.xz $MAKE osinfo-db.spec perl -i -p -e 's/BuildRequires: osinfo-db-tools.*//' osinfo-db= .spec --=20 2.14.3 -- libvir-list mailing list libvir-list@redhat.com https://www.redhat.com/mailman/listinfo/libvir-list