Commit Graph

1 Commits

Author SHA1 Message Date
Matt Prahl c9be64dca3
feat(backend): Add a mutating webhook for the PipelineVersion kind (#11782)
* Add a mutating webhook for the PipelineVersion kind

This mutating webhook adds labels to query pipeline versions by their
pipeline ID and pipeline name, and adds an owner's reference to the
pipeline it's a part of.

Signed-off-by: mprahl <mprahl@users.noreply.github.com>

* Delete the Argo Workflow object after successful SDK execution test

This will hopefully free up resources on the cluster and reduce the CI
flakes.

Signed-off-by: mprahl <mprahl@users.noreply.github.com>

---------

Signed-off-by: mprahl <mprahl@users.noreply.github.com>
2025-04-04 16:15:35 +00:00