-
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
cylc clean: continue if remote clean fails? #4935
Comments
see also #4673 |
It should continue onto other platforms, yes, however, it should not clean locally because doing so would delete the database prohibiting |
If you try to run a task on a non-existant platform, then, ideally, |
(taking a quick look at the broken platform side of this) |
This has now been fixed by other changes, see #4950 (comment) |
If
cylc clean
can't clean a remote job platform used (or attempted) by the target workflow, it should continue on and clean other job platforms,and locally, rather than abort immediately.I'm reasonably sure this is a bug and not a feature(?)
E.g. install and run a workflow that uses a non-existent job platform, then try to clean it.
The text was updated successfully, but these errors were encountered: