-
Notifications
You must be signed in to change notification settings - Fork 111
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
Create a Task
that can create a Tekton Pipelines cluster to test against
#171
Comments
I would like to help, but I'll have to learn a bit more about prow to boskos and prow to tekton interaction first 😇. AFAIK Boskos does more than creating the test cluster. It does the cleanup as well, as well as garbage collection of orphaned resources. I wonder if we really need to re-implement Boskos in Tekton, or if we could start using a ClusterResource as an input to the test Pipeline. |
/kind enhancement |
I wonder if we could do this in go (instead of Task) and wrap it in an interceptor, so that the body of the trigger request is enriched with the data to setup the cluster resource in the trigger template. Just an idea |
Rotten issues close after 30d of inactivity. /close Send feedback to tektoncd/plumbing. |
Issues go stale after 90d of inactivity. /lifecycle stale Send feedback to tektoncd/plumbing. |
@tekton-robot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
We do have some of this work in progress for our catalog testing: More details in tektoncd/catalog#373 |
Expected Behavior
We should be testing and releasing Pipelines with Pipelines.
We should have a
Task
(and related Resources) defined that we can use to:The Task
Actual Behavior
We currently use prow and e2e-tests.sh, which also uses boskos to control clusters to test against.
Additional Info
The text was updated successfully, but these errors were encountered: