-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Deploy and test each release after it's done #1377
Comments
We're setting up a new cluster for dogfooding. We plan to CD tekton there on a daily basis (at least) and we can use that same Tekton to run this test. |
@afrittoli related to #1121 right ? (at least this is the foundation for it) |
Yeah, even though #1121 is about testing code before releasing, while this one is to test a release after it is made to ensure the build and release process was successful. |
I've implemented nightly release automation with tektoncd/triggers in the
(1) Is the option I prefer, because it doesn't depend on a specific cloud provider like (2) and because it's less coupled to the sink like (3). |
/assign @afrittoli |
Related: #1372 |
|
We should test releases after they're done (including nightly ones) and track the results.
This should use the work done in tektoncd/plumbing#75.
Ideally this should be automated E2E, and we should not use prow to trigger the pipeline, so that we can benefit use the latest Tekton syntax in the pipeline definition.
The text was updated successfully, but these errors were encountered: