kernelci / kernelci-deploy

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

We need notiication, if staging or chromeos scripts breaks #43

Open nuclearcat opened 1 year ago

nuclearcat commented 1 year ago

When something breaks in staging or chromeos script (docker permission issues, rate limits, obsolete patch) often it breaks staging and we are not aware about that, sometimes up to several days. I think it will be nice to have trap function in this scripts that invoke mail client and send alert to sysadmins/developers/deploy maintainers.

gctucker commented 1 year ago

If developers were using the results more often then it would be obvious... But yes, propagating error exit codes from the staging and chromeos scripts would help too.