Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 974 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 974 Bytes

Resources for CI/CD

This folder includes Tasks, Pipelines and other shared resources used to setup CI/CD pipelines for all repositories in the tektoncd org. It also includes tektoncd/plumbing specific tasks and pipelines.

These resources are applied to the dogfooding cluster.

Resources are organised in folders:

  • The cronjobs folder holds CronJobs definition for regular tasks, like building images, deploying configuration, nightly releases
  • The images folder contains the Dockerfile and context for all container images used by the Tekton project infrastructure.
  • The resources folder contains Tekton resources used for various automation tasks: building container images, doing releases, maintaining the GitHub org and more.
  • The cd folder contains kustomize overlays, used to deploy the various Tekton projects to the infra clusters.