okd-project / okd-coreos-pipeline

Tekton pipeline for running coreos-assembler builds
Apache License 2.0
13 stars 11 forks source link

Add delete pipelinerun cronjob #28

Closed lmzuccarelli closed 1 year ago

lmzuccarelli commented 1 year ago

This allows us to clean up pipelineruns and associated persistent volume claims.

With this in place the limitations set by operate-first on disk space are mitigated and will then execute the daily build cronjob (for coreos-build-all) without the pvc error (pv, pvc resource limits).

The cronjob will run 12 hours after the daily cores-build-all job , giving us ample time to view logs and investigate any problems