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

Daniel P. Berrangé posted 1 patch 6 years, 1 month ago
Failed in applying to current master (apply log)
jobs/python-distutils.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
[libvirt] [PATCH jenkins-ci] Fix workspace for python check/rpm jobs
Posted by Daniel P. Berrangé 6 years, 1 month ago
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@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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list