•  
      request #43341 Optimize filesystem accesses on CI build agents
    Infos
    #43341
    Thomas Gerbet (tgerbet)
    2025-06-06 09:43
    2025-06-06 09:38
    45023
    Details
    Optimize filesystem accesses on CI build agents

    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.

    Dev tools
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Thomas Gerbet (tgerbet)
    Under review
    Empty
    Attachments
    Empty
    References
    Referencing request #43341
    Referenced by request #43341

    Follow-ups