-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
accepting prsGo ahead, send a pull request that resolves this issueGo ahead, send a pull request that resolves this issuelocked due to agePlease open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.performanceIssues regarding performanceIssues regarding performancerepo maintenancethings to do with maintenance of the repo, and not with code/docsthings to do with maintenance of the repo, and not with code/docs
Description
Suggestion
Splitting out of #11204: right now, each CI job typically spends over a minute in the Install step:
uses: ./.github/actions/prepare-install |
Examples from a docs-only PR, #11200:
- https://github.com/typescript-eslint/typescript-eslint/actions/runs/14972488668/job/42056678571?pr=11200 took 57s
- https://github.com/typescript-eslint/typescript-eslint/actions/runs/14972488668/job/42056678626?pr=11200 took 1m 15s
That seems very long to me. In theory this should all be cached nicely, so all CI needs to do is download a lockfile and run a bit of disk linking/processing. Why does this take a full minute? Can we speed it up?
Additional Info
💖
Metadata
Metadata
Assignees
Labels
accepting prsGo ahead, send a pull request that resolves this issueGo ahead, send a pull request that resolves this issuelocked due to agePlease open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.Please open a new issue if you'd like to say more. See https://typescript-eslint.io/contributing.performanceIssues regarding performanceIssues regarding performancerepo maintenancethings to do with maintenance of the repo, and not with code/docsthings to do with maintenance of the repo, and not with code/docs