Andrea Frittoli
Andrea Frittoli
### Feature request The results project should document its release strategy, similar to what is done by the other Tekton projects: [Pipeline Release Cadence and Process](https://github.com/tektoncd/pipeline/blob/main/releases.md) [Triggers Release Cadence and...
### Feature request Run latest pipeline, triggers, chains and results on the dogfooding cluster. Currently: ``` Chains version: v0.14.0 Pipeline version: v0.44.0 Triggers version: v0.22.1 Results version: v0.3.0 ``` -...
### Feature request Test various Tekton components and branches against the versions of k8s supported for that component. ### Use case Validate that Tekton can run on the versions of...
### Feature request Many Tekton pipeline resources use `v1beta1` in dogfooding and should be migrated to `v1`. ### Use case Test and dogfood our latest API version.
# Expected Behavior I can enter a multi-line comment in GitHub that includes `/test [ci-job-name]` by itself on one line # Actual Behavior Multi-line comment breaks the logic of the...
### Feature request This is an overall Epic to track various features and work related to dogfooding - setting a roadmap for the work. ### Use case The reasoning and...
# Expected Behavior We should monitor the status of the various CI/CD services and we should be able to display metrics about the status of the services using grafana, following...
In the discussion on [operator versioning](https://docs.google.com/document/d/1WCX5Gbbid8vdYlvMic4AL2rjs44Cf4m6jWtp9CAvv1g/edit#heading=h.78q5cdvby2fi) one of the options is for Tekton components to share version numbers. Today all components release independently from each other. When a component introduces...
Today every CI pipeline includes two shared tasks: - one to handle the `/test ` command - one to inspect the files changed in a PR against a filter defined...
# Expected Behavior CI Jobs are only executed if a PR was submitted by someone who belongs to the org or if the "ok-to-test" label was added. # Actual Behavior...