Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

karinathomasbbc
Copy link
Collaborator

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

@karinathomasbbc karinathomasbbc self-assigned this Jun 12, 2024
@karinathomasbbc karinathomasbbc merged commit bab4d00 into latest Jun 12, 2024
16 of 17 checks passed
@karinathomasbbc karinathomasbbc deleted the renovate-skip-installs branch June 12, 2024 11:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants