-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
Regression Test git actions workflow #1912
base: develop
Are you sure you want to change the base?
Conversation
@@ -1,7 +1,7 @@ | |||
name: Run Regression Test | |||
|
|||
on: | |||
workflow_dispatch: | |||
workflow_call: |
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.
e8ce4cd
to
a62da40
Compare
9dfba68
to
9ed5164
Compare
b0f48d4
to
70f5574
Compare
ee84da8
to
0e96745
Compare
fa7d21c
to
601e0db
Compare
eccf448
to
4fe9f40
Compare
3775c91
to
fd8086d
Compare
ebc989d
to
e242ee3
Compare
runs-on: ubuntu-latest | ||
steps: |
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.
I set up an environment for running on ACCESS
, and we can apply it by including environment: ACCESS
in any jobs where we want these rules to apply like
runs-on: ubuntu-latest | |
steps: | |
runs-on: ubuntu-latest | |
environment: ACCESS | |
steps: |
I set "Allow administrators to bypass configured protection rules" to true; that's what we want, right?
I'm working on this in my forks shnizzedy/C-PAC@ |
Fixes
Automate regression testing whenever there's a pull request ready to review and whenever there is a merge to main from develop.
Fixes #1904 by @amygutierrez
Description
This workflow will automate regression testing for CPAC.
The repo reg-suite can be run with 2 different options:
--lite
and--full
.--lite
This will use downsampled datasets stored in OSF.
Technical details
Tests
Screenshots
Checklist
Update index.md
).develop
branch of the repository.Developer Certificate of Origin
Developer Certificate of Origin