aboutsummaryrefslogtreecommitdiffstats
path: root/dashboard/config/linux/bits/chromeos-subsystems.yml
Commit message (Collapse)AuthorAgeFilesLines
* dashboard/config: update ChromeOS configsAleksandr Nogikh2024-05-031-2/+2
| | | | | | | Use the latest revisions for existing configs. Add the new ChromeOS 6.6 config. No longer generate ChromeOS 5.4 configs. Switch ChromeOS configs to clang.
* dashboard: add ChromeOS 6.1 configs (#3932)Aleksandr Nogikh2023-06-011-1/+1
|
* dashboard/config/linux: enable KVM configs for ChromeOSDmitry Vyukov2022-02-031-0/+18
| | | | These are now enabled on real devices.
* dashboard/config: add ChromeOS 5.15 support (#2948)Taras Madan2021-12-291-1/+1
| | | | To add the ChromeOS 5.15 configs. It required to disable the INCREMENTAL_FS support.
* dashboard/config: enable binderfsAleksandr Nogikh2021-10-291-0/+2
| | | | | | Also, create only 2 binder devices at binderfs creation - we don't need 32 devices anymore, as a separate binderfs instance is now created per each syz-executor.
* dashboard/config/linux: fix ChromeOS full/baseline configsDmitry Vyukov2020-12-111-0/+36
ESD_FS/INCREMENTAL_FS were supposed to be enabled in full config only, but they were enabled only in baseline config. Split chromeos.yml to chromeos.yml and chromeos-subsystems.yml to avoid this mistake in future and the need to write [-baseline]. Also enabled UBS_CONFIG_FS as it seems to be enabled on real devices. Do the same for Android.