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