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

Add 'unsupported' flag in DetermineStrategyResponse #5474

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

t-kikuc
Copy link
Member

@t-kikuc t-kikuc commented Jan 14, 2025

What this PR does:

as title.

Why we need it:

To distinguish whether DetermineStrategy() is not supported or is not successful for plugins that do not have the responsibility of DetermineStrategy().

e.g. Wait Stage plugin, Analysis Stage plugin, WaitApproval Stage plugin

Which issue(s) this PR fixes:

Part of #4980

Does this PR introduce a user-facing change?:

  • How are users affected by this change:
  • Is this breaking change:
  • How to migrate (if breaking change):

Copy link

codecov bot commented Jan 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 26.19%. Comparing base (5bb4790) to head (4afef31).
Report is 19 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5474      +/-   ##
==========================================
+ Coverage   26.17%   26.19%   +0.02%     
==========================================
  Files         458      458              
  Lines       49169    49169              
==========================================
+ Hits        12871    12881      +10     
+ Misses      35275    35266       -9     
+ Partials     1023     1022       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@Warashi Warashi left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@ffjlabo ffjlabo left a comment

Choose a reason for hiding this comment

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

LGTM

@t-kikuc t-kikuc merged commit 5ecdec3 into master Jan 20, 2025
18 checks passed
@t-kikuc t-kikuc deleted the add-unsupported-in-determineStrategy branch January 20, 2025 09:35
@github-actions github-actions bot mentioned this pull request Jan 21, 2025
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.

3 participants