Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[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)).