Our CI build agent are ephemeral and provisioned on demand. We never start an existing server again so there are some compromises we can do regarding the filesystem:
- we can skip fscking it on boot
- we do not need durability if the server crashes
- we do not need to have the access time on files
Doing that should save a bit of time when booting the host and improve throughput.