Tim Pillinger

Results 274 comments of Tim Pillinger

I've created the following diff, which should give further work on this a head start, but can't prioritize right now: ```diff diff --git a/cylc/flow/graph_parser.py b/cylc/flow/graph_parser.py index 075f914d0..057b635de 100644 --- a/cylc/flow/graph_parser.py...

Does this not create the behaviour we require? ```shell $ cylc trigger '^/cold' --flow=none # trigger a R1 task ``` (however we lose the group trigger interdependence if we trigger...

I think I've implemented @oliver-sanders' suggestion in https://github.com/MetRonnie/cylc-flow/compare/group-trigger-warm...wxtim:cylc:group-trigger-warm, (not suitable for a PR, contains manual test), but the test case workflow only runs `cold1`. Can I invite @oliver-sanders to check...

I've gone stale. Feel free to grab it. Else I shall look next week

This is going to be tricky to solve, becuase U999 is auto generated: It's not a simple matter of modifying a rule.

**This makes sense because:** * It's so under-utilized that we can probably do what we like. * Any use case was probably from when dummy meant dummy-remote, not dummy-local. **But...**...

I will do this. > dummy jobs should not fail Dummy jobs will currently fail if you set `[simulation]fail cycle points = all`. evidence: ```toml err-script = 'echo "Hello, this...

Also missing `exit-script` too.