[libvirt] [PATCH jenkins-ci] Fix workspace for python check/rpm jobs

Daniel P. Berrangé berrange at redhat.com
Fri Feb 23 13:23:28 UTC 2018


The check/rpm jobs were using a different workspace to the build job, so
never saw the correct content.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---

Pushed as a build fix for virt-manager CI

 jobs/python-distutils.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/jobs/python-distutils.yaml b/jobs/python-distutils.yaml
index 510769e..16eca1c 100644
--- a/jobs/python-distutils.yaml
+++ b/jobs/python-distutils.yaml
@@ -58,7 +58,7 @@
     name: '{name}-{branch}-py{pyver}-check'
     project-type: matrix
     description: '{title} Check (Python {pyver})'
-    workspace: '{name}-{branch}'
+    workspace: '{name}-{branch}-py{pyver}'
     child-workspace: '.'
     block-downstream: true
     block-upstream: true
@@ -97,7 +97,7 @@
     name: '{name}-{branch}-py{pyver}-rpm'
     project-type: matrix
     description: '{title} RPM (Python {pyver})'
-    workspace: '{name}-{branch}'
+    workspace: '{name}-{branch}-py{pyver}'
     child-workspace: '.'
     block-downstream: true
     block-upstream: true
-- 
2.14.3




More information about the libvir-list mailing list