devtron-labs / devtron

Tool integration platform for Kubernetes
https://devtron.ai
Apache License 2.0
4.36k stars 479 forks source link

Bug: Multiple automatic triggers occurring in a pipeline which is configured manual #5000

Open badal773 opened 6 months ago

badal773 commented 6 months ago

📜 Description

Screenshot 2024-04-23 at 4 46 16 PM Screenshot 2024-04-23 at 4 46 38 PM Screenshot 2024-04-23 at 4 41 33 PM

Description: In a ci-pipeline, there's a manual configuration set up a long time back. However, we're now experiencing multiple automatic triggers with various branches, despite no recent commits. This unexpected behavior is causing confusion.

We're unable to identify the root cause of these triggers and need assistance in debugging this issue. Please let us know if any additional information is required from our end to resolve this issue effectively.

Affected areas

CI

Additional affected areas

None

Prod/Non-prod environments?

Prod

Is User unblocked?

Yes

How was the user un-blocked?

None

Impact on Enterprise

NA

👟 Steps to replicate the Issue

NA

👍 Expected behavior

NA

👎 Actual Behavior

NA

☸ Kubernetes version

1.26

Cloud provider

eks

🌍 Browser

Chrome

✅ Proposed Solution

No response

👀 Have you spent some time to check if this issue has been raised before?

🏢 Have you read the Code of Conduct?

AB#9556

github-actions[bot] commented 6 months ago

Final Score: 100

ShashwatDevtron commented 6 months ago

The event is coming across multiple clusters and we are fetching the workflow Id on the basis of workflow name. Thus, triggering the build. For now we have set INCLUSTER mode. This also needs to be fixed from the code side.