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

Sanity check jobs #1215

Merged
merged 9 commits into from
Jan 31, 2025
Merged

Sanity check jobs #1215

merged 9 commits into from
Jan 31, 2025

Conversation

rowleya
Copy link
Member

@rowleya rowleya commented Jan 31, 2025

fixes #1136.

Reasons should now be provided; this has been manually tested for various things. The implementation is that jobs are simply not queued if they fail the checks. The checks are similar to the allocation checks, but instead of checking if the boards "can_be_allocated" they check simply that they are functional. This means that they could be allocated, though might be busy now.

This makes #1135 unnecessary, so should be closed if this is merged.

Testing done with SpiNNakerManchester/IntegrationTests#311 (which is to say, the server is currently running this code, so the integration tests are really just running master code against it).

@rowleya rowleya added this pull request to the merge queue Jan 31, 2025
Merged via the queue into master with commit 1bcfd50 Jan 31, 2025
9 checks passed
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.

allocate does not distinguish why it fails
1 participant