cert-manager / release

Releasing tooling for the cert-manager project
Apache License 2.0
5 stars 12 forks source link

Set up periodic job to publish an experimental release build #2

Open munnerz opened 4 years ago

munnerz commented 4 years ago

So that we have a signal on release builds ahead of release time when things get a bit more busy, we should have a periodic job that stages/mocks a release at least every day.

This will give us an early warning system if issues begin to arise due to changes in the main cert-manager repo.

meyskens commented 4 years ago

/priority backlog

irbekrm commented 3 years ago

It would be nice if we could also run the experimental build on changes to this repo as a test. There is a presubmit test, but since it does not run the same CloudBuild, changes to the cloudbuild.yaml aren't tested.

I broke it by adding a version of Bazel that doesn't have an official image published and we didn't discover that its broken up till the release party.