diff --git a/Jenkinsfile b/Jenkinsfile index 52b4e9591c..773cf8264d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -193,7 +193,7 @@ 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('SpiNNFrontEndCommon/unittests SpiNNFrontEndCommon/fec_integration_tests', 1200, 'SpiNNFrontEndCommon', 'unit', 'auto') + run_pytest('SpiNNFrontEndCommon/unittests', 1200, 'SpiNNFrontEndCommon', 'unit', 'auto') run_pytest('sPyNNaker/unittests', 1200, 'sPyNNaker', 'unit', 'auto') run_pytest('SpiNNakerGraphFrontEnd/unittests', 1200, 'SpiNNakerGraphFrontEnd', 'unit', 'auto') run_pytest('PyNNExamples/unittests', 1200, 'PyNNExamples', 'unit', 'auto') diff --git a/README.md b/README.md index 8dbea61643..6f9d5c1647 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ [![Jenkins tests](https://img.shields.io/jenkins/tests?compact_message&jobUrl=http%3A%2F%2Fapollo.cs.man.ac.uk%3A8080%2Fjob%2FIntegration%2520Tests%2Fjob%2Fmain%2F&label=integration%20tests)](http://apollo.cs.man.ac.uk:8080/blue/organizations/jenkins/Integration%20Tests/activity/) + # IntegrationTests Integration Tests unified over all repositories