-
Notifications
You must be signed in to change notification settings - Fork 9
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
Migrate unit tests to GitHub #175
Conversation
dbf4d05
to
3136109
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
e9a45da
to
fc109a8
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
0fb721f
to
8650471
Compare
This comment has been minimized.
This comment has been minimized.
8650471
to
e7421a6
Compare
cb7d5ce
to
1e03b4b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very impressive to get the whole testing done in 8 minutes!
I'm just wondering if we could factor the docs out into a separate workflow (in the future)
a1a7ebf
to
5084dee
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
50eff37
to
9998205
Compare
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
…apses. Install latest libsonata branch
Enable memory load balancing test
b4a2406
to
e0d8626
Compare
- Reduce lower bound memory to 60.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (but I can't approve it as the owner of the PR. )
@ferdonline ,can we merge this long PR ?
Context
This PR migrates the unit test pipeline from GitLab to GitHub actions. Based on the existing
simulation_test.yml
, it adds the model building forneocortex
andneocortex-mutiscale
models, and launch the unit tests viapytest
. For testing data, sub circuits ofv5_sonata
,v5_sonata + gap junctions
,sscx-v7-plasticity
are extracted bybrainbuilder
from the original circuits ingpfs
and are stored locally.Scope
Doc builds are tested on ReadTheDocs side for all PRs.
Testing
Currently the follow tests are skipped:
Review