Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

[pipeline-to-taskrun] Add initial directory for Pipeline to TaskRun custom task 🎁 #783

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions pipeline-to-taskrun/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# The OWNERS file is used by prow to automatically merge approved PRs.

approvers:
- bobcatfish
- jerop
- wlynch
5 changes: 5 additions & 0 deletions pipeline-to-taskrun/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Pipeline to TaskRun

This project will be a controller that enables an experimental [custom task](https://github.com/tektoncd/pipeline/blob/main/docs/runs.md)
that will allow you to execute a Pipeline (with [limited features](#supported-pipeline-features)) via a TaskRun, enabling you to
run a Pipeline in a pod ([TEP-0044](https://github.com/tektoncd/community/blob/main/teps/0044-decouple-task-composition-from-scheduling.md)).