Skip to content

[ISSUE] Turn off automatic test retries #4537

@jessesimpson36

Description

@jessesimpson36

Describe the issue:

Automatic test retries have lately been a pain, because the following will happen.

  1. I start working on a CI workflow, and it crashes.
  2. I make a fix and push it.
  3. The commit with the fix is running CI
  4. The commit prior to the fix starts a retry
  5. 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

No one assigned

    Labels

    kind/issueUnidentified issue, it could be a bug, misconfig, or anything in betweenplatform/awsIssues related to AWSplatform/gcpIssues related to GCP

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions