aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/openbsd
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/config/openbsd: update recreate.shAleksandr Nogikh2025-08-051-7/+8
| | | | Make the host name configurable.
* dashboard/config: move OpenBSD to us-central1-bAleksandr Nogikh2023-08-081-1/+1
| | | | Let's spread the load more evenly.
* dashboard/config/openbsd: simpify image buildingGreg Steuck2023-04-281-1/+0
| | | | | The config is now reference directly from its original location. The old way was a carry-over from days long gone.
* dashboard: list more Ubuntu packages for OpenBSD image buildGreg Steuck2022-12-061-1/+1
|
* config/openbsd: upload coverage only via asset storageAleksandr Nogikh2022-09-281-1/+0
| | | | syz-ci doesn't support both ways at the same time.
* dashboard/config: enable asset storage for OpenBSDAleksandr Nogikh2022-09-071-1/+5
|
* dashboard/config/openbsd: extend recreate.sh comments (#3272)Dmitry Vyukov2022-07-291-1/+7
|
* dashboard/config: remove obsolete openbsd kernel optionsAnton Lindqvist2022-06-022-2/+0
|
* dashboard/config/openbsd: increase the number of procsAleksandr Nogikh2022-01-141-3/+3
| | | | | Currently OpenBSD instances are underutilized because of using only 2 syz-executor processes per VM. Change it to 8.
* dashboard: switch recreate.sh to the new openbsd overlay locationGreg Steuck2021-09-021-1/+1
| | | | | Once this is submitted, the changed line should be run to update ci-openbsd.
* dashboard/config/openbsd: fix recreate scriptAleksandr Nogikh2021-08-041-1/+1
| | | | Correct the path to the openbsd config file.
* config: create a new hierarchy containing with ci-openbsdGreg Steuck2021-08-042-0/+156
| | | | | This also includes the script which recreates the OpenBSD images from the snapshots.
* dashboard/config: move OS configs into separate dirsDmitry Vyukov2020-10-134-0/+36
There are too many assorted things in the config dir now. Split them per-OS. For now we just copy them to simplify deployment. When syzbot instances are switched to new configs, we can remove the old ones. Update #2171