crosscloudci / cross-cloud

Cross-Cloud - multi-cloud K8s provisioner for CNCF CI Project
https://cncf.ci
Apache License 2.0
166 stars 59 forks source link

enhancement request: Add a check on `HEAD` to verify the commit is N days old #176

Open akutz opened 5 years ago

akutz commented 5 years ago

When deploying the HEAD release the process should do a query against https://github.com/kubernetes/kubernetes.git to verify the commit being built is no more than N days old. This will prevent a recurring issue with building stale commits as the HEAD release.