Skip to content

Let the configuration cache execute tasks in parallel when storing the cache #14624

Description

@eskatos

Expected Behavior

Tasks are run in parallel by default when the configuration cache is enabled even when there's a cache miss.

This would also make all problems, the ones occurring when storing and the ones occurring when loading, surface on the first build. This would make things less confusing and limit the possibility to create problematic configuration cache entries.

Current Behavior

Only builds with configuration cache hits run tasks in parallel.
Builds storing the configuration cache runs as regular builds, not isolating tasks and not running them all in parallel.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions