kernelci / kernelci-deploy

Tools to deploy and update kernelci.org
GNU Lesser General Public License v2.1
4 stars 15 forks source link

kci-scheduler: Add scheduler tool to deploy script #88

Closed nuclearcat closed 1 year ago

nuclearcat commented 1 year ago

Instead of making simple timer, i decided to make future-proof script that can be used to schedule simple services related to deploy procedures. For now it will just schedule rootfs builds at friday morning. Next step might be this scheduler will track if pull request got merged, and for example if it is monday - run docker images build or something like that.

nuclearcat commented 1 year ago

Oh, right, i will rename installer and add directories for staging and production now