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

Conversation

oliver-sanders
Copy link
Member

@oliver-sanders oliver-sanders commented Oct 4, 2023

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).
  • Applied any dependency changes to both setup.cfg (and conda-environment.yml if present).
  • Tests are included (or explain why tests are not needed).
  • CHANGES.md entry included if this is a change that can affect users
  • 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.

@oliver-sanders oliver-sanders added this to the cylc-8.2.2 milestone Oct 4, 2023
@oliver-sanders oliver-sanders self-assigned this Oct 4, 2023
@oliver-sanders oliver-sanders changed the base branch from master to 8.2.x October 4, 2023 12:41
@oliver-sanders oliver-sanders force-pushed the submit-failed branch 3 times, most recently from 86b1041 to a6a44e5 Compare October 4, 2023 15:04
* 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
cylc/flow/task_outputs.py Outdated Show resolved Hide resolved
Co-authored-by: Oliver Sanders <oliver.sanders@metoffice.gov.uk>
@wxtim wxtim requested a review from hjoliver October 5, 2023 09:06
@oliver-sanders oliver-sanders merged commit a023aee into cylc:8.2.x Oct 5, 2023
25 checks passed
@oliver-sanders oliver-sanders deleted the submit-failed branch October 5, 2023 10:18
oliver-sanders added a commit to oliver-sanders/cylc-flow that referenced this pull request Oct 18, 2023
* Closes cylc#5771.
* Ensure that submit-failed tasks are marked as incomplete.
* See also cylc#5755
oliver-sanders added a commit to oliver-sanders/cylc-flow that referenced this pull request Oct 18, 2023
* Closes cylc#5771.
* Ensure that submit-failed tasks are marked as incomplete.
* See also cylc#5755
oliver-sanders added a commit to oliver-sanders/cylc-flow that referenced this pull request Oct 18, 2023
* Closes cylc#5771.
* Ensure that submit-failed tasks are marked as incomplete.
* See also cylc#5755
oliver-sanders added a commit to oliver-sanders/cylc-flow that referenced this pull request Oct 18, 2023
* Closes cylc#5771.
* Ensure that submit-failed tasks are marked as incomplete.
* See also cylc#5755
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants