We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff38e04 commit e60694dCopy full SHA for e60694d
docker/jenkins/Jenkinsfile
@@ -93,7 +93,7 @@ pipeline {
93
cleanPreviousBuildFiles(env.FINN_HOST_BUILD_DIR)
94
95
// Pass in the marker to run with pytest and the XML test results filename
96
- runDockerPytestWithMarker("fpgadataflow", "${env.TEST_NAME}", "--cov --cov-report=html:coverage_fpgadataflow")
+ runDockerPytestWithMarker("fpgadataflow", "${env.TEST_NAME}", "--cov --cov-report=html:coverage_fpgadataflow -n ${env.NUM_PYTEST_WORKERS} --dist worksteal")
97
98
// Stash the test results file(s)
99
stash name: env.TEST_NAME, includes: "${env.TEST_NAME}.xml,${env.TEST_NAME}.html"
0 commit comments