From 463e175e6965e3f8215111afe08bd467a9814e69 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 22 2018 15:22:53 +0000 Subject: Run pylint-2 instead of plain pylint and fix archiving the outputs Signed-off-by: Pierre-Yves Chibon --- diff --git a/.cico.pipeline b/.cico.pipeline index 1fdbfb7..7071c65 100644 --- a/.cico.pipeline +++ b/.cico.pipeline @@ -62,7 +62,7 @@ node('pagure') { } stage('Archive Artifacts'){ - archiveArtifacts artifacts: '*.out' + archiveArtifacts artifacts: 'pagure/*.out' } } } diff --git a/run_ci_tests.sh b/run_ci_tests.sh index c519fce..6f4aafc 100755 --- a/run_ci_tests.sh +++ b/run_ci_tests.sh @@ -55,6 +55,6 @@ PYTHONPATH=pagure \ set +e -PYTHONPATH=pagure pylint -f parseable pagure | tee pylint.out +PYTHONPATH=pagure pylint-2 -f parseable pagure | tee pylint.out pep8 pagure/*.py pagure/*/*.py | tee pep8.out