bbc / simorgh

The BBC's Open Source Web Application. Contributions welcome! Used on some of our biggest websites, e.g.
https://www.bbc.com/thai
Other
1.28k stars 211 forks source link

Testing to see if skip installs will stop renovate from timing out #11717

Closed karinathomasbbc closed 1 month ago

karinathomasbbc commented 1 month ago

Overall changes

According to the renovate logs, the builds are timing out when trying to run yarn install --mode=skip-builds

Here's the renovate code: https://github.com/renovatebot/renovate/blob/4914b6c26c18fd13b4ca79417be49e4e9af03061/lib/modules/manager/npm/post-update/yarn.ts#L185-L188

If we set skipInstalls to true, then perhaps it might not time out? Worth a try.

Code changes

Set skipInstalls = true to see if this stops the renovate jobs from timing out?

Testing

  1. List the steps used to test this PR.

Helpful Links

Add Links to useful resources related to this PR if applicable.

Coding Standards

Repository use guidelines