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

runs an intergation test in linux, windows and macos #1455

Merged
merged 57 commits into from
Jun 4, 2024
Merged

Conversation

Christian-B
Copy link
Member

@Christian-B Christian-B commented May 24, 2024

The main purpose here is to have github actions run an actual job using spalloc proxy.

The c build action has been changed

  • some reordering
  • download the FEC binaries, PyNN binaries and the log.sqlite3 file

Then a new job has been added which runs an actual job on an actual machine

  • uploads the above files to a external_binaries directory
  • add a cfg settings to say where these files are.
  • tests the newly added proxy_integration_tests

The first integration test is a very simple graph but in debug nodes so all reporting is tried.

Note the spynnaker_neuron_graph_network_specification_report will raise a caught exception in Windows and macos as installing the graphviz on these platforms was considered out of scope for a rarely used report.

These Support script/ yml files are a key part of this work but had to go into main to work.

Single workflow to run all python tests. With flags for the difference between repositories
https://github.com/SpiNNakerManchester/SupportScripts/blob/main/.github/workflows/python_checks.yml

A shared action for all the preparation setup work.
https://github.com/SpiNNakerManchester/SupportScripts/tree/main/actions/prepare

Install the Linux package or skip if not in linux

Depends on/ includes:
SpiNNakerManchester/SpiNNUtils#272
SpiNNakerManchester/SpiNNMachine#264
SpiNNakerManchester/SpiNNMan#405
SpiNNakerManchester/PACMAN#564
SpiNNakerManchester/SpiNNFrontEndCommon#1192
SpiNNakerManchester/MarkovChainMonteCarlo#67

Will need branch protection rules changing either before or after the pr.

@coveralls
Copy link

coveralls commented May 30, 2024

Coverage Status

coverage: 67.979% (-0.09%) from 68.073%
when pulling de3834f on use_build
into bf0371f on master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants