Expose csvTimeout
and possibly subscriptionTimeout
as Configurable ENV's
#1119
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
Is your feature request related to a problem? Please describe.
Recently there was an issue where a partners operator took 5-10mins on average to become healthy, but sometimes it took 2mins, and one time it took 2mins it passed the
marketplace
pipeline, but the certification pipeline it would always fail. This means that their operator was released in one catalog and not the other, and the CI pipeline had to be ran on their behalf to resolve the issue.Describe the solution you'd like.
It would make sense to expose these timeouts as ENV's so that if we run into this again, we can override this in
preflight-trigger
and possibly the hosted pipeline as well.Describe alternatives you've considered.
I think flags would be overkill for this, but that could be another option as well, since flags give us ENV's for free.
Additional context.
Here is more info in an ISV-ISSUE
The text was updated successfully, but these errors were encountered: