Closed SgtCoDFish closed 6 months ago
Thanks @SgtCoDFish. Took me some time to understand everything (had to refresh some of my cron-knowledge). I have 2 remarks/ questions, but the PR seems to be good to go as-is, I think. /approve /lgtm /hold in case you want to still address those two comments.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: inteon
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/unhold
@SgtCoDFish: Updated the job-config
configmap in namespace default
at cluster default
using the following files:
cert-manager-master.yaml
using file config/jobs/cert-manager/cert-manager/master/cert-manager-master.yaml
cert-manager-release-1.12.yaml
using file config/jobs/cert-manager/cert-manager/release-1.12/cert-manager-release-1.12.yaml
cert-manager-release-1.13.yaml
using file config/jobs/cert-manager/cert-manager/release-1.13/cert-manager-release-1.13.yaml
cert-manager-release-1.14.yaml
using file config/jobs/cert-manager/cert-manager/release-1.14/cert-manager-release-1.14.yaml
This spreads the jobs pretty well throughout the day to try and minimise the amount of compute we're using for any one instant of cert-manager tests.
This algorithm seems to give reasonable performance in spread without spending too much time digging into making it perfect.
I've attempted to comment it as much as possible because I know it's likely to be harder to read than it was to write.