Skip to content

fix: refactor Dockerfile to speed up run times#1521

Open
jescalada wants to merge 3 commits intomainfrom
dockerfile-optimizations
Open

fix: refactor Dockerfile to speed up run times#1521
jescalada wants to merge 3 commits intomainfrom
dockerfile-optimizations

Conversation

@jescalada
Copy link
Copy Markdown
Contributor

@jescalada jescalada commented May 7, 2026

Fixes Dockerfile slow runtimes (5-10 mins each) to speed up E2E test execution speeds.

Note that Docker Compose step execution times may vary considerably depending on whether we've executed the CI "recently" (perhaps within a few hours). Another factor might be Docker/NPM traffic spikes that make fetching slow.

I've seen worst-case executions of around 15 mins:

image

Before

~7m without caching
image

~2m 10s when cached
image

After

~4m 50s without caching (~30% faster)
image

~1m 20s when cached (~35% faster)
image

@netlify
Copy link
Copy Markdown

netlify Bot commented May 7, 2026

Deploy Preview for endearing-brigadeiros-63f9d0 canceled.

Name Link
🔨 Latest commit 65434d3
🔍 Latest deploy log https://app.netlify.com/projects/endearing-brigadeiros-63f9d0/deploys/69feca628f0b41000815b078

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 7, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@codecov
Copy link
Copy Markdown

codecov Bot commented May 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.21%. Comparing base (4d93dbd) to head (65434d3).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1521   +/-   ##
=======================================
  Coverage   90.21%   90.21%           
=======================================
  Files          69       69           
  Lines        5511     5511           
  Branches      944      944           
=======================================
  Hits         4972     4972           
  Misses        521      521           
  Partials       18       18           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jescalada jescalada marked this pull request as ready for review May 9, 2026 05:47
@jescalada jescalada requested a review from a team as a code owner May 9, 2026 05:47
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.

1 participant