remove Cylc 7 compatibility mode#7325
Open
oliver-sanders wants to merge 5 commits into
Open
Conversation
3 tasks
oliver-sanders
added a commit
to oliver-sanders/cylc-doc
that referenced
this pull request
Jun 3, 2026
* Closes cylc#6849 * Remove Cylc 7 compatibility mode. * Remove support for validating, (re)installing or (re)starting `suite.rc` workflows. * Keep support for CLI commands against workflows running under older versions of Cylc 8. * Remove legacy functional tests. * Add integration tests (to ensure `suite.rc` workflows cannot be started). * Remove redundant Parsec `silent` option.
* Closes cylc#6850 * Remove the upper pin on Jinja2 allowing the use of newer versions.
10 tasks
oliver-sanders
commented
Jun 11, 2026
Comment on lines
+140
to
+144
| asyncio.run(run(options, workflow_id)) | ||
|
|
||
|
|
||
| async def run( | ||
| parser: COP, options: 'Values', workflow_id: str | ||
| options: 'Values', workflow_id: str |
Member
Author
There was a problem hiding this comment.
Off-topic change: A couple of scripts were passing through the unused parser argument which was creating hassle for tests.
* The flags module contains global variables, generally considered an anti-pattern. * We're down to the last flag, add a note to discourage the addition of any new ones!
* Support for running workflows defined by `suite.rc` files was removed in Cylc 8.7 (cylc#7325) * However, Cylc 8 remains `suite.rc` "aware" in order to allow the GUI, Tui and CLI to list and operate on workflows running under older versions. * A version has been set for the removal of this support in line with cylc#7274.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
A set of changes to remove Cylc 7 compatibility mode, issues:
Sibling PRs:
Summary:
suite.rcworkflows.suite.rcworkflows cannot be started).suite.rc"aware" for now, it's needed for GUI/Tui/CLI.Check List
CONTRIBUTING.mdand added my name as a Code Contributor.setup.cfg(andconda-environment.ymlif present).?.?.xbranch.