plumbing
plumbing copied to clipboard
This repo holds configuration for infrastructure used across the tektoncd org 🏗️
Migrate integration tests to used a kind cluster. We should stop using GKE clusters directly for tests unless really required for some reason. - [x] pipelines - [x] triggers https://github.com/tektoncd/plumbing/pull/1252...
Migrate all tests (integration, build, unit, coverage) running on a kind cluster in prow to tekton dogfooding cluster. - [ ] pipelines -- presubmit - [ ] pipelines -- postsubmit...
### 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...
It should be possible for any projects in the tektoncd umbrella to do release without having to access the prow “production” cluster. Owner from a project should be able to...
This is kind of an Epic issue for moving towards having Tekton building Tekton. The ultimate goal is to have all CI/CD (aka PR builds, periodics builds, release builds, commands...
The [TEP `OWNERS`]() file contains the OWNERS of most of the `tektoncd` projects (except `experimental`). This means currently: - tektoncd/pipeline - tektoncd/chains - tektoncd/catalog - tektoncd/cli - tektoncd/dashboard - tektoncd/hub...
### Feature request Tekton Chains is running in our dogfooding cluster and currently signing pipelines releases. We should add signing for our other releases as well. Since they share the...
@wlynch wrote a doc about this some time back: https://docs.google.com/document/d/1lVof8X6V3tTS53Rotc7eUyy6tKpMxTO428nnBzmI508/edit?resourcekey=0-YdmfikdMoPwuQMDYW5o_OA
### Feature request We should enable commit signing so that commits to main are signed and can be verified. Ideally it'd be great if everyone could sign commits, but to...