From a702a8b1abae44c29d29f7af7040a6bd27ddc645 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sep 20 2018 14:53:04 +0000 Subject: Run the tests sequentially, stores their results separatly and export them Signed-off-by: Pierre-Yves Chibon --- diff --git a/.cico.pipeline b/.cico.pipeline index f064e4b..368b7c2 100644 --- a/.cico.pipeline +++ b/.cico.pipeline @@ -71,7 +71,7 @@ node('pagure') { throw e } finally { stage('Sync Artifacts'){ - syncfromduffynode('pagure/*.out') + syncfromduffynode('pagure/results-*') } stage('Deallocate Node'){ diff --git a/run_ci_tests.sh b/run_ci_tests.sh index d7be518..53a90a8 100755 --- a/run_ci_tests.sh +++ b/run_ci_tests.sh @@ -38,7 +38,6 @@ pip3 install --upgrade "idna<2.8" pip install --upgrade tox trollius pip install --upgrade --force-reinstall chardet pip3 install "pygit2 <= `rpm -q libgit2 --queryformat='%{version}'`" -parallel -v ::: \ -"tox --sitepackages -e 'py27-flask011-ci' " \ -"tox --sitepackages -e 'py34-flask011-ci' " +tox --sitepackages -e 'py27-flask011-ci' -- --results=results-py2 +tox --sitepackages -e 'py34-flask011-ci' -- --results=results-py3