Skip to content
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

opt outputs: submitted is implicitly required #5755

Merged
merged 2 commits into from
Oct 5, 2023

Commits on Oct 4, 2023

  1. opt outputs: submitted is implicitly required

    * This fixes a bug where submit-failed tasks were incorrectly identified
      as complete.
    * E.G. `foo:finish => bar`.
    * A task is incomplete if:
      * it finished executing without completing all required outputs
      * or if job submission failed and the :submit output was not optional
    * See:
      https://github.com/cylc/cylc-admin/blob/master/docs/proposal-new-output-syntax.md#output-syntax
    oliver-sanders committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    8ff3a07 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. Update cylc/flow/task_outputs.py

    Co-authored-by: Oliver Sanders <oliver.sanders@metoffice.gov.uk>
    wxtim and oliver-sanders authored Oct 5, 2023
    Configuration menu
    Copy the full SHA
    821290d View commit details
    Browse the repository at this point in the history