-
Notifications
You must be signed in to change notification settings - Fork 4
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
Issue 189 #208
Conversation
Do not merge yet -- see a potential bug. |
…isting outputs correctly.
OK seems fine now. But let my recipe run on ilifu for a few more steps to make sure the various directory bindings work as intended. |
Could you also add this test; the file is empty? tests/stimela_tests/test_slurm_config.yml |
It's empty by design. The user can replace it with a non-empty config file to specify non-default slurm options. We don't have an |
A few more small fixes incoming... let me run an E2E workflow on ilifu before we merge (and maybe wait for @Athanaseus to finish his test on the pleiades cluster). |
OK, I'm happy with how it works. All filesystems appear to be mounting correctly. @Athanaseus or @SpheMakh please review and merge. I'll start other fixes on a branch off this one. |
The merge-base changed after approval.
The merge-base changed after approval.
@Athanaseus looks like you reviewed, then cancelled your review -- what's up? |
The merge-base changed after approval.
When I approve, it does exactly that. Not sure why. |
ok i see now, a file changed, and GitHub won't let me approve without reviewing it. |
The merge-base changed after approval.
That's odd, my last commit was yesterday, so why is it dismissing your review today? Could you please try approving again? |
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!
The merge-base changed after approval.
OK I think the review cancellation is a github bug. I'll force-merge. |
Please review and merge #207 first, as this is based off that branch.
Adds bindings of non-current paths into singularity, fixing #189 which tripped up @Athanaseus a few times.
Also adds
access_parent_dir
andwrite_parent_dir
fields to Parameter. I quickly realized this was needed for "funny" stuff like CASA flagman (because if it's accessingfoo/bar.MS
, it also needs access tofoo/
itself, so it can create the flagversions table alongside the MS).