Skip to content

Comments

Initial executor <> Plugins integration#6903

Draft
EngHabu wants to merge 10 commits intoenghabu/state-etcdfrom
enghabu/exec-plgns
Draft

Initial executor <> Plugins integration#6903
EngHabu wants to merge 10 commits intoenghabu/state-etcdfrom
enghabu/exec-plgns

Conversation

@EngHabu
Copy link
Contributor

@EngHabu EngHabu commented Feb 8, 2026

Signed-off-by: Haytham Abuelfutuh haytham@afutuh.com

Tracking issue

Why are the changes needed?

What changes were proposed in this pull request?

How was this patch tested?

Labels

Please add one or more of the following labels to categorize your PR:

  • added: For new features.
  • changed: For changes in existing functionality.
  • deprecated: For soon-to-be-removed features.
  • removed: For features being removed.
  • fixed: For any bug fixed.
  • security: In case of vulnerabilities

This is important to improve the readability of release notes.

Setup process

Screenshots

Check all the applicable boxes

  • I updated the documentation accordingly.
  • All new and existing tests passed.
  • All commits are signed-off.

Related PRs

Docs link

Signed-off-by: Haytham Abuelfutuh <haytham@afutuh.com>
Comment on lines +117 to +119
// Resolve plugin from registry
p, err := r.PluginRegistry.ResolvePlugin(taskAction.Spec.TaskType)
if err != nil {
Copy link
Member

Choose a reason for hiding this comment

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

I'm thinking of moving this to a validation function, as well as validating other fields in taskAction, and put this validation function before we add the finalizer. In this case, if the validation failed, we can just not requeue it, and do not need to remove the finalizer.

We can do this in follow-up!

Comment on lines +252 to +253
setCondition(ta, flyteorgv1.ConditionTypeProgressing, metav1.ConditionTrue,
flyteorgv1.ConditionReasonExecuting, info.Reason())
Copy link
Member

Choose a reason for hiding this comment

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

For future PR: we should probably add max retry and fail this if exceed

Signed-off-by: machichima <nary12321@gmail.com>
Signed-off-by: machichima <nary12321@gmail.com>
rely fully on task action conditions

Signed-off-by: machichima <nary12321@gmail.com>
Signed-off-by: machichima <nary12321@gmail.com>
Signed-off-by: machichima <nary12321@gmail.com>
Signed-off-by: machichima <nary12321@gmail.com>
Signed-off-by: machichima <nary12321@gmail.com>
Copy link
Member

Choose a reason for hiding this comment

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

It was included in the.gitignore, I think some PR accidentally adding it back

**/rust/Cargo.lock

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