You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #363 I have set up a simple release pipeline via Travis. In the long run we will want an image build and release pipeline that dogfoods our own services. I envision a process as follows:
Use Travis (or something else) to launch a k8s cluster
Install the Shipwright operator off a stable release image. If using OLM/Operator Hub we should get Tekton, too.
For PRs - run unit & e2e tests via Tekton tasks. Use Shipwright strategies to do an image build.
Merges to master & release tags - run a Shipwright build.
The text was updated successfully, but these errors were encountered:
With #363 I have set up a simple release pipeline via Travis. In the long run we will want an image build and release pipeline that dogfoods our own services. I envision a process as follows:
The text was updated successfully, but these errors were encountered: