aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/workflow/boot-step/workflow-template.yaml
Commit message (Collapse)AuthorAgeFilesLines
* syz-cluster: switch to 7G qemu VMsAleksandr Nogikh2025-10-071-2/+2
| | | | | | 3G is not enough for kernels with KMSAN. Slightly decrease the number of used VMs to fit into the available CPUs/RAM.
* syz-cluster: make image prefix and tag configurableAleksandr Nogikh2025-02-261-1/+1
| | | | | | | | | Accept IMAGE_PREFIX and IMAGE_TAG parameters that allow to reuse the Makefile and a lot of k8s configurations both for local and prod environments. Refactor Makefile: define build-* and push-* rules, use templates to avoid repetition.
* syz-cluster: integrate with syz-diffAleksandr Nogikh2025-02-041-1/+1
| | | | Run differential fuzzing as a workflow step.
* syz-cluster: perform a patched kernel boot testAleksandr Nogikh2025-01-221-1/+11
| | | | Report the findings only for the boot test of the patched kernel.
* syz-cluster: add a boot testAleksandr Nogikh2025-01-221-0/+60
Run a smoke test on the base kernel build and report back the results.