-
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
Group trigger #6395
Draft
hjoliver
wants to merge
9
commits into
cylc:master
Choose a base branch
from
hjoliver:group-trigger
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Group trigger #6395
Conversation
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
hjoliver
force-pushed
the
group-trigger
branch
from
December 19, 2024 11:38
1dbef62
to
f17c360
Compare
(Updated after major conflicting changes on master) |
hjoliver
force-pushed
the
group-trigger
branch
from
December 20, 2024 01:28
f17c360
to
60ae2e5
Compare
Note on changes to reference logs: group trigger causes triggering by satisfying prerequisites, rather than by direct triggering despite unsatisfied prerequisites ... so triggering now gets logged as (e.g.) |
hjoliver
force-pushed
the
group-trigger
branch
2 times, most recently
from
December 20, 2024 03:55
dc67098
to
244d191
Compare
hjoliver
force-pushed
the
group-trigger
branch
2 times, most recently
from
January 9, 2025 03:35
d22f9dd
to
4fb8ba4
Compare
hjoliver
force-pushed
the
group-trigger
branch
from
January 15, 2025 03:48
85cd3a1
to
a86dede
Compare
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.
Implement group trigger proposal: cylc/cylc-admin#197
(Not approved yet, but it's a clear winner and a relatively small change, and I wanted to code it up while fresh in the brain).
On current master:
On this branch:
Result: we can trigger a sub-graph "naturally" by specifying all of its member tasks:
This provides an alternative, easier for some cases, to triggering just the initial task(s) of the sub-graph and setting off-flow prerequisites (if any) manually.
example
Run it and wait for
bar
to fail and stall the workflow.updated post
cylc remove
extensionBy default (no use of
--flow
) we "remove" target tasks first (past tasks only), to allow re-run without starting a new flow.upcoming inactive task matching developments
We can't trigger a group of inactive tasks by family name or glob yet, but that's a general problem, not specific to this branch.
Check List
CONTRIBUTING.md
and added my name as a Code Contributor.setup.cfg
(andconda-environment.yml
if present).?.?.x
branch.