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

Ensure correct pipeline clean-up from invalid node in config file. Prevent pipeline service rerunning already failed pipeline. #2009

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

AdamHaffar
Copy link
Contributor

Description

Ensures a pipeline is cleaned if it can not be built by deleting it in the pipeline service. Prevents pipeline service from rerunning a pipeline that the provisioning service has already ran by setting its status to pipeline.StatusDegraded.

Fixes #1852

Quick checks

  • I have followed the Code Guidelines.
  • There is no other pull request for the same update/change.
  • I have written unit tests.
  • I have made sure that the PR is of reasonable size and can be easily reviewed.

@AdamHaffar AdamHaffar requested a review from a team as a code owner December 11, 2024 18:17
@AdamHaffar AdamHaffar requested a review from hariso December 11, 2024 18:17
@AdamHaffar AdamHaffar added the bug Something isn't working label Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failing to build a pipeline from a config. file results shows "processor already running" in logs
1 participant