Reduce CI pipeline runtime #46
Labels
No labels
bug
duplicate
enhancement
good first issue
help wanted
question
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: lvl0/incr#46
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
CI runs are taking longer than necessary. Investigate and apply optimisations to bring down total pipeline time.
Areas to investigate
composer.locknode_moduleskeyed onpackage-lock.jsonsetup-phpreinstalls extensions on every run; check if a pre-built image with extensions baked in would be fasterncwait loop adds up to 60s worst-case; check if a healthcheck-based approach is faster in practice