* 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>