-
Notifications
You must be signed in to change notification settings - Fork 94
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
Rsync configurable #4736
Rsync configurable #4736
Conversation
1363bbc
to
895830e
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.
Much nicer!
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'm not sure that I can see how tests/functional/remote/07-slow-file-install.t
works.
I would have expected a call to create_test_global_config
which sets rsync command
for a platform.
0d97caa
to
6f261e2
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.
- Tested manually as working
- Checked tests
- Read code
Style test fails being dealt with at #4746
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.
Tested the test by disabling file installation to make sure it fails correctly.
@datamel, all good, could you rebase to pick up the style fixes. |
Test config rsync
Co-authored-by: Oliver Sanders <[email protected]>
6f261e2
to
ba28154
Compare
These changes close #4696
The rsync used for remote file installation is now configurable (Note that
cylc install
rsync
is not affected by this change)Requirements check-list
CONTRIBUTING.md
and added my name as a Code Contributor.setup.cfg
andconda-environment.yml
.