Skip to content
Snippets Groups Projects
Unverified Commit 53764837 authored by Yaman Umuroglu's avatar Yaman Umuroglu Committed by GitHub
Browse files

[Jenkins] add parallel testing to default Jenkinsfile cmd

parent 78cc6890
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ pipeline {
string(name: 'PYNQ_PASSWORD', defaultValue: 'xilinx', description: 'PYNQ board password')
string(name: 'PYNQ_TARGET_DIR', defaultValue: '/home/xilinx/finn', description: 'PYNQ board target deployment directory')
string(name: 'NUM_DEFAULT_WORKERS', defaultValue: '1', description: 'Number of cores for parallel transformations')
string(name: 'DOCKER_CMD', defaultValue: """python setup.py test""", description: 'Command to run')
string(name: 'DOCKER_CMD', defaultValue: """python setup.py test --addopts "--dist=loadfile -n auto"""", description: 'Command to run')
}
environment {
DOCKER_TAG='finn_ci:$BUILD_ID'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment