-
Story
-
Resolution: Done
-
Critical
-
None
-
None
-
2
-
False
-
None
-
False
-
-
-
Pipelines Sprint 227, Pipelines Sprint 228, Pipelines Sprint 229, Pipelines Sprint 230
When we run upstream Pipeline e2e test With 1.9 nightly build TestTaskRunFailure failing
RCA:
Taskrun have annotation which is not expected
with 1.8
apiVersion: tekton.dev/v1beta1 kind: TaskRun metadata: annotations: pipeline.tekton.dev/release: 4335ca0
with 1.9 nightly build
apiVersion: tekton.dev/v1beta1 kind: TaskRun metadata: annotations: pipeline.tekton.dev/release: unknown
annotation pipeline.tekton.dev/release: have unknown value
vdemeest has raised PR https://github.com/knative/pkg/pull/2601 in order to address in knative/pkg once that is merged ldflags will be passed while building binary using CPaaS
Created this issue to track upstream Fix once that is merged will re run e2e tests to verify
Untill then we can skip this or consider as known issue