Skip to content
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

Allow previously passed cases to be skipped on a CI second pass #3067

Open
TerrenceMcGuinness-NOAA opened this issue Nov 4, 2024 · 0 comments
Assignees
Labels
CI/CD Issue related to CI/CD feature New feature or request

Comments

@TerrenceMcGuinness-NOAA
Copy link
Collaborator

What new functionality do you need?

Create a feature for allowing previously passed cases to be skipped when a CI pipeline is re-ran on the same PR

What are the requirements for the new functionality?

When cases have previously been passed to not re-run them when a CI pipeline is re-ran unless otherwise specified.

Acceptance Criteria

  • [] a case doesn't re-run if previously passed.
  • [] a simply way needs to be incorporated to over-ride this default behavior.

Suggest a solution (optional)

Use the ci state database feature used in the cron CI system and extend it to include the pass/fail state of the case

@TerrenceMcGuinness-NOAA TerrenceMcGuinness-NOAA added feature New feature or request CI/CD Issue related to CI/CD labels Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD Issue related to CI/CD feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant