aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/kernel-disk/fetch-kernels-cron.yaml
Commit message (Collapse)AuthorAgeFilesLines
* syz-cluster: fetch base kernels more oftenAleksandr Nogikh2025-11-261-2/+2
| | | | | Fetch and do build test of the base kernels 3 times per day instead of 2.
* syz-cluster: use kubectl for one-off fetch kernels runAleksandr Nogikh2025-05-211-62/+2
| | | | | Refactor the cron job that pulls the base kernels once in a while to enable its manual triggering without installing the Argo CLI utility.
* syz-cluster/Makefile: fix variable substitutionAleksandr Nogikh2025-03-051-0/+1
| | | | | Only replace the variables we intended to fix. This should fix the kernel-disk cron.
* syz-cluster: fetch all kernel trees returned by APIAleksandr Nogikh2025-02-181-0/+74
Add another argo workflows cron job that queries Controller for the list of the trees, mounts the shared kernel repository disk and fetches all the queried kernel trees.