Skip to content

Conversation

@MetRonnie
Copy link
Member

@MetRonnie MetRonnie commented Oct 17, 2025

Closes #7047

Follow-up to #6316

Built upon:

Check List

  • I have read CONTRIBUTING.md and added my name as a Code Contributor.
  • Contains logically grouped changes (else tidy your branch by rebase).
  • Does not contain off-topic changes (use other PRs for other changes).
  • No dependency changes
  • Tests are included
  • Changelog entry included
  • Cylc-Doc pull request opened if required at cylc/cylc-doc/pull/XXXX.
  • If this is a bug fix, PR should be raised against the relevant ?.?.x branch.

@MetRonnie MetRonnie added this to the 8.6.1 milestone Oct 17, 2025
@MetRonnie MetRonnie self-assigned this Oct 17, 2025
@MetRonnie MetRonnie added the bug Something is wrong :( label Oct 17, 2025

# Store raw initial cycle point in the DB.
value = schd.config.evaluated_icp
value = None if value == 'reload' else value
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Initial cycle point cannot be "reload" (#4313)

@MetRonnie MetRonnie force-pushed the icp-nonsense branch 3 times, most recently from 4d96fcc to a398b60 Compare November 5, 2025 11:36
@oliver-sanders oliver-sanders requested a review from wxtim November 12, 2025 11:04
@wxtim
Copy link
Member

wxtim commented Nov 13, 2025

Diff between this and the branch it's branched from: https://github.com/MetRonnie/cylc-flow/compare/startcp..icp-nonsense

Copy link
Member

@wxtim wxtim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Read
  • Manually tested
  • No non-trivial comments

Copy link
Member

@oliver-sanders oliver-sanders left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Also tested with relative final cycle point, all good.

@oliver-sanders oliver-sanders merged commit b085dc8 into cylc:8.6.x Nov 24, 2025
23 checks passed
@MetRonnie MetRonnie deleted the icp-nonsense branch November 24, 2025 17:18
MetRonnie added a commit that referenced this pull request Nov 24, 2025
* Fix `--startcp` option for integer cycling (#7096)

* Merge pull request #7048 from MetRonnie/icp-nonsense

Fix icp = now changing on reload

---------

Co-authored-by: Ronnie Dutta <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something is wrong :(

Projects

None yet

Development

Successfully merging this pull request may close these issues.

initial cycle point = now - reload causes sequences to go out of whack

3 participants