-
Notifications
You must be signed in to change notification settings - Fork 425
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
Triggers called multiple times by EventListener or never called at all #1617
Comments
|
That explains why adding the |
I reached same issue. Without spec.namespaceSelector, the triggers seleted by spec.triggerGroup never run.
Through the document mentioned by @khrm , and explained by @Gio-R , triggers in spec as well as in selected namespaces will be processed for a request which is the expected behavior. |
Sorry, I was busy with other components. This looks like a bug. Hopefully, I will fix this by v0.26.0 unless someone else want to pick this up. |
/cc @cugykw |
This problem seems to be that spec.namespaceSelector is not set, and the |
Expected Behavior
With the following EventListener I expect the selected Triggers to be called:
Actual Behavior
The selected Triggers are not called and adding the following
spec.namespaceSelector
section to the above EventListener causes the Trigger to be called two times instead of the expected one:Steps to Reproduce the Problem
Additional Info
Kubernetes version:
Tekton Pipeline version: v0.47.0
Tekton Triggers version: v0.24.0
The text was updated successfully, but these errors were encountered: