-
# Expected Behavior
No error logs should be printed while using Logs API.
# Actual Behavior
```
{"level":"debug","ts":1731843388.1977723,"caller":"plugin/server.go:58","msg":"LOGS_TYPE: s3"}
…
-
### Feature request
At present, only way to ensure that data is saved in Annotation is by adding `results.tekton.dev/resultAnnotations` or `results.tekton.dev/recordSummaryAnnotations`.
There sh…
-
### Feature request
At present, config is in env format. And all properties are under a config key inside configmap. This is different from what we have in other Projects.
This will be a breakin…
-
Currently Tekton tasks are using a workspace named storage to keep the state of the infra + the private key used to connect,
Investigate if we can move to use only results:
* For infra state we…
-
## Todo
Improve the controller log message when non-existent variable is discovered:
```
Tekton Controller has reported this error: admission webhook "validation.webhook.pipeline.tekton.dev" deni…
-
### Feature request
Tekton Results CLI should be released along with results manifests.
-
When defining a Tekton Task that utilizes both spec.results and spec.steps[].results, the Task fails with a validation error. Specifically, the error indicates that the variables defined in spec.steps…
-
# Tekton Incubation Application
v1.5
This template provides the project with a framework to inform the TOC of their conformance to the Incubation Level Criteria.
Project Repo(s): [https://github…
-
As a user I want to be able to filter the retrieved resources by `annotations` and/or `labels`.
### Acceptance Criteria
- The different endpoints (except the queries by name) should accept the q…
-
As described here [Results](https://tekton.dev/docs/results/),I don't really understand, is there a sample yaml file for reference
`Tekton Results aims to help users logically group CI/CD workload hi…