tektoncd / results

Long term storage of execution results.
Apache License 2.0
77 stars 73 forks source link

resultAnnotations are nonfunctional #614

Closed benbrittain closed 1 year ago

benbrittain commented 1 year ago

Expected Behavior

Metadata annotated on a pipeline run is propagated to the Result

Actual Behavior

No metadata annotations

Steps to Reproduce the Problem

  1. Create a PipelineRun with annotations
  2. Run the PipelineRun
  3. Query the Results API

Additional Info

v0.50.0

khrm commented 1 year ago

It's fixed in latest release v0.52. Hopefully, it will be fixed in 0.50.2

/assign @khrm

benbrittain commented 1 year ago

I should be able to upgrade to 0.52 (not changing the results deployment) and this will be fixed?

benbrittain commented 1 year ago

I can indeed it seems