-
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
Task proxy spawn on demand. #3515
Merged
Merged
Changes from 13 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
edf61d3
Spawn on demand
hjoliver 492cd22
Fix tests
hjoliver b132fff
Add functional tests for reflow.
hjoliver b800703
Update change log.
hjoliver af686fb
Shellcheck tweak.
hjoliver 082d565
Merge branch 'master' into spawn-on-demand
hjoliver cae790f
Auto run main loop flow label pruning.
hjoliver 1513b4e
Reformulate flow stop as `cylc stop` option.
hjoliver 373475e
Add flow stop functional tests.
hjoliver 9627b14
De-flake a test.
hjoliver 816ebe2
Address OS review feedback.
hjoliver 66bfeb8
Merge branch 'master' into spawn-on-demand-merge
hjoliver 8bdeb25
Tweak scan test.
hjoliver 1cc7bac
Fix sched options for integration tests.
hjoliver 68c59cd
Remove some comments.
hjoliver 39af527
Merge branch 'master' into spawn-on-demand
hjoliver 61ac4b2
Address MH review feedback.
hjoliver f7df57f
Address more MH review feedback.
hjoliver 2748f3c
Address DS review feedback.
hjoliver 157b24b
No need to set stuck future tasks to waiting.
hjoliver e078f53
Fix validation of offset triggers.
hjoliver aa49848
Event-driven suicide triggering.
hjoliver c7ffec1
No implicit task creation by suicide triggers.
hjoliver 727588a
Fix handling of abs triggers.
hjoliver 66df7fb
Style fixes.
hjoliver 4c42a3c
Update tests/functional/api-suite-info/00-get-graph-raw-1/suite.rc
hjoliver e24780f
Update DB schema test.
hjoliver de855b0
Remove debug print.
hjoliver 48441ab
New SoD test for abs triggers.
hjoliver File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
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.
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.
Intercycle offsets were used for cycle point housekeeping in SoS.