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@xxxxxxxxxx> --- 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@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list