Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Jenkins files for Test PYPI check #219

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
Prev Previous commit
Next Next commit
remove DataSpecification
  • Loading branch information
Christian-B committed Jul 18, 2023
commit 061872bb9556abb29fba868282dd8e9f3499b349
2 changes: 0 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ pipeline {
sh 'rm -r SpiNNMan/spinnman'
sh 'rm -r PACMAN/pacman'
sh 'rm -r PACMAN/pacman_test_objects'
sh 'rm -r DataSpecification/data_specification'
sh 'rm -r spalloc/spalloc_client'
sh 'rm -r SpiNNFrontEndCommon/spinn_front_end_common'
sh 'rm -r SpiNNFrontEndCommon/c_common'
Expand Down Expand Up @@ -174,7 +173,6 @@ pipeline {
run_pytest('SpiNNMan/unittests', 1200, 'SpiNNMan', 'unit', 'auto')
run_pytest('PACMAN/unittests', 1200, 'PACMAN', 'unit', 'auto')
run_pytest('spalloc/tests', 1200, 'spalloc', 'unit', '1')
run_pytest('DataSpecification/unittests', 1200, 'DataSpecification', 'unit', 'auto')
run_pytest('SpiNNFrontEndCommon/unittests SpiNNFrontEndCommon/fec_integration_tests', 1200, 'SpiNNFrontEndCommon', 'unit', 'auto')
run_pytest('sPyNNaker/unittests', 1200, 'sPyNNaker', 'unit', 'auto')
run_pytest('SpiNNakerGraphFrontEnd/unittests', 1200, 'SpiNNakerGraphFrontEnd', 'unit', 'auto')
Expand Down