-
Notifications
You must be signed in to change notification settings - Fork 148
Open
Labels
kind/issueUnidentified issue, it could be a bug, misconfig, or anything in betweenUnidentified issue, it could be a bug, misconfig, or anything in betweenplatform/awsIssues related to AWSIssues related to AWSplatform/gcpIssues related to GCPIssues related to GCP
Description
Describe the issue:
Automatic test retries have lately been a pain, because the following will happen.
- I start working on a CI workflow, and it crashes.
- I make a fix and push it.
- The commit with the fix is running CI
- The commit prior to the fix starts a retry
- The commit with the fix has it's CI cancelled because the timestamp of the retry is newer than the timestamp of the newer commit.
We don't need to remove the capability to retry, lets just adjust the retry count to 1 or 0.
If for whatever reason, you get a CI test failure for some arbitrary reason like a network failure, you can click the Retry button, or add an empty commit.
Actual behavior:
Expected behavior:
How to reproduce:
Logs:
Environment:
Please note: Without the following info, it's hard to resolve the issue and probably it will be closed.
- Platform:
- Helm CLI version:
- Chart version:
- Values file:
Metadata
Metadata
Assignees
Labels
kind/issueUnidentified issue, it could be a bug, misconfig, or anything in betweenUnidentified issue, it could be a bug, misconfig, or anything in betweenplatform/awsIssues related to AWSIssues related to AWSplatform/gcpIssues related to GCPIssues related to GCP