-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Description
Library
all
System Info
NAAre you reporting Accessibility issue?
None
Reproduction
Bug Description
Actual Behavior
after #31710
lage doesn't cache tasks on CI that were already executed. This adds unnecessary CI time slowdowns to all contributors.
Example:
task
lage build --verbose && lage bundle-size --verbose
| lage 1.8 | lage 1.10 |
|---|---|
| 198s | 618s / 𝚫 212% SLOWDOWN 🚨 |
Expected Behavior
lage cache does work as before
Logs
No response
Requested priority
High
Products/sites affected
whole repo
Are you willing to submit a PR to fix?
yes
Validations
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- The provided reproduction is a minimal reproducible example of the bug.
Reactions are currently unavailable