-
Notifications
You must be signed in to change notification settings - Fork 27
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
Update checkpoint script & workflow #620
Comments
I think at this stage it looks like hand editing the offline data is the way to go. So closing this one for now, we may re-visit auto-generating it at a future point. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
It's not possible to re-generate the current checkpoint workflow,
one
. The script usescylc reg
/cylc run
, which will need to be replaced bycylc install
/cylc play
.Furthermore, there's also an issue that recent changes to Cylc Flow (probably related to SoD or event-driven?) changed the output of the checkpoint task, which doesn't include the
GOOD
family anymore.Release version(s) and/or repository branch(es) affected?
master
Steps to reproduce the bug
Run the
generate
script, compare with previous output that contains theGOOD
family.Expected behavior
Output similar to previous output, not necessarily identical due to #559 , but still structurally similar.
Screenshots
Additional context
This is also blocking #543 (comment) as the tests expect the
GOOD
family in one e2e test (one example, but there are other tests that expect the structure to be the same).Pull requests welcome!
This is an Open Source project - please consider contributing a bug fix
yourself (please read
CONTRIBUTING.md
before starting any work though).The text was updated successfully, but these errors were encountered: