Skip to content
master
Go to file
Code

Latest commit

If `cat` is called with no params, it assumes that it needs to read from
stdin, and will block for user input. This is problematic if
${CHANGED_FILES} is unset (i.e. when not running in a PR), since it
looks like the script just hangs.

Long term we should probably look into modifying the ${CHANGED_FILES}
behavior to fallback to a local diff, but for now make sure params are
quoted so that the script fails fast.
657b8cc

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Oct 27, 2020
Apr 11, 2019

README.md

Plumbing

This repo holds configuration for infrastructure used across the tektoncd org πŸ—οΈ:

  • Tekton resources for:
  • Prow manifests and configuration for:
    • Continuous Integration: run CI jobs, merge approved changes (via Tide)
    • Support functionality via various plugins
  • Ingress configuration for access via tekton.dev
  • Gubernator is used for holding and displaying Prow logs
  • Boskos is used to control a pool of GCP projects which end to end tests can run against
  • Peribolos is used to control org and repo permissions
  • bots
  • custom interceptors, used for Tekton based CI
  • Catlin, which provides validation for catalog resources

Automation runs in the tektoncd GCP projects.

More details on the infrastructure are available in the documentation.

Support

If you need support, reach out in the tektoncd slack via the #plumbing channel.

Members of the Tekton governing board have access to the underlying resources.

You can’t perform that action at this time.