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

feat: handle 'Aborting' workflow execution phases #256

Merged
merged 1 commit into from
Jan 6, 2022
Merged

Conversation

katrogan
Copy link
Contributor

@katrogan katrogan commented Jan 5, 2022

Signed-off-by: Katrina Rogan [email protected]

TL;DR

Workflow executions now transition from 'running' -> 'aborting' -> 'aborted'. This change handles rendering the 'aborting' phase.

Note: I wasn't sure whether it was worth updating the workflow status filters since this phase is transitive and ideally short-lived

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Complete description

See linked issue below.

Tracking Issue

flyteorg/flyte#1978

Follow-up issue

NA

@codecov
Copy link

codecov bot commented Jan 5, 2022

Codecov Report

❗ No coverage uploaded for pull request base (master@29f69e7). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #256   +/-   ##
=========================================
  Coverage          ?   63.82%           
=========================================
  Files             ?      370           
  Lines             ?     8114           
  Branches          ?     1442           
=========================================
  Hits              ?     5179           
  Misses            ?     2935           
  Partials          ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 29f69e7...6712323. Read the comment docs.

Copy link
Contributor

@govalt govalt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!
Should we reflect this on the actual execution phase ui? Is that part implemented?

@flyte-bot
Copy link
Collaborator

🎉 This PR is included in version 0.38.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

govalt pushed a commit that referenced this pull request Jan 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants