File tree Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Expand file tree Collapse file tree 2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -341,20 +341,20 @@ class PythonParallelTaskGenerator extends DefaultParallelTaskGenerator {
341341 keepLongStdio : true ,
342342 testResults : " **/python-agent-junit.xml,**/target/**/TEST-*.xml"
343343 )
344+ steps. dir(" ${ steps.env.BASE_DIR} /tests" ){
345+ steps. archiveArtifacts(
346+ allowEmptyArchive : true ,
347+ artifacts : ' **/docker-info/**' ,
348+ defaultExcludes : false
349+ )
350+ }
344351 steps. env. PYTHON_VERSION = " ${ x} "
345352 steps. env. WEBFRAMEWORK = " ${ y} "
346353 steps. codecov(repo : " ${ steps.env.REPO} " ,
347354 basedir : " ${ steps.env.BASE_DIR} " ,
348355 flags : " -e PYTHON_VERSION,WEBFRAMEWORK" ,
349356 secret : " ${ steps.env.CODECOV_SECRET} "
350357 )
351- dir(" ${ steps.env.BASE_DIR} /tests" ){
352- steps. archiveArtifacts(
353- allowEmptyArchive : true ,
354- artifacts : ' **/docker-info/**' ,
355- defaultExcludes : false
356- )
357- }
358358 }
359359 }
360360 }
Original file line number Diff line number Diff line change 44function cleanup {
55 if [ -n " ${BUILD_NUMBER} " ]; then # only on CI
66 ./scripts/docker/docker-summary.sh
7- ./scripts/docker/docker-get-logs.sh " ${1} - ${2 }"
7+ ./scripts/docker/docker-get-logs.sh " ${TEST } "
88 fi
99 PYTHON_VERSION=${1} docker-compose down -v
1010
2222
2323pip_cache=" $HOME /.cache"
2424docker_pip_cache=" /tmp/cache/pip"
25+ TEST=" ${1} /${2} "
2526
2627cd tests
2728
You can’t perform that action at this time.
0 commit comments