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

Reenable cache #14916

Merged
merged 14 commits into from
Oct 30, 2024
Merged

Reenable cache #14916

merged 14 commits into from
Oct 30, 2024

Conversation

adrinr
Copy link
Collaborator

@adrinr adrinr commented Oct 30, 2024

Description

Reenabling the cache after figuring it out what the issue was. We follow the pattern defined in the docker docs around caching, specially to solve the slowness while building multiplatform architectures.
We figure out that the issue was that the parallel runs were causing problems with the yarn cache, one overriding the other. Because of this we were seeing some build working while others would fail.

This PR reenables the cache we removed, and fixes the issue using different directories per each architecture.

Copy link

qa-wolf bot commented Oct 30, 2024

QA Wolf here! As you write new code it's important that your test coverage is keeping up.
Click here to request test coverage for this PR!

@github-actions github-actions bot added firestorm Data/Infra/Revenue Team size/xs labels Oct 30, 2024
@github-actions github-actions bot added size/s and removed size/xs labels Oct 30, 2024
Copy link
Collaborator

@mike12345567 mike12345567 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@adrinr adrinr changed the title Reenable cache and frozen-lockfile Reenable cache Oct 30, 2024
@adrinr adrinr marked this pull request as ready for review October 30, 2024 13:11
@adrinr adrinr requested a review from a team as a code owner October 30, 2024 13:11
@adrinr adrinr requested review from samwho and removed request for a team October 30, 2024 13:11
@adrinr adrinr merged commit b8e6f8a into master Oct 30, 2024
13 checks passed
@adrinr adrinr deleted the ci/reenable-cache branch October 30, 2024 13:19
@github-actions github-actions bot locked and limited conversation to collaborators Oct 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
firestorm Data/Infra/Revenue Team size/s
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants