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

Fix bundle cache on CI #2432

Merged
merged 3 commits into from
Oct 16, 2024
Merged

Fix bundle cache on CI #2432

merged 3 commits into from
Oct 16, 2024

Conversation

solnic
Copy link
Collaborator

@solnic solnic commented Oct 15, 2024

We didn't set BUNDLE_GEMFILE correctly so caching bundles didn't work. This PR fixes it which should give us a significant speed bump when running this massive test suite.

#skip-changelog

Copy link

codecov bot commented Oct 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.69%. Comparing base (f3ed31e) to head (e7c3ec4).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2432      +/-   ##
==========================================
+ Coverage   98.66%   98.69%   +0.02%     
==========================================
  Files         220      221       +1     
  Lines       14462    14508      +46     
==========================================
+ Hits        14269    14318      +49     
+ Misses        193      190       -3     
Components Coverage Δ
sentry-ruby 99.02% <ø> (+<0.01%) ⬆️
sentry-rails 97.34% <ø> (ø)
sentry-sidekiq 97.58% <ø> (+0.50%) ⬆️
sentry-resque 96.79% <ø> (ø)
sentry-delayed_job 98.92% <ø> (ø)
sentry-opentelemetry 100.00% <ø> (ø)

see 3 files with indirect coverage changes

@solnic solnic force-pushed the solnic/fix-bundle-cache-on-ci branch from f899c12 to 73c7046 Compare October 15, 2024 09:01
@solnic solnic marked this pull request as ready for review October 15, 2024 09:03
.github/workflows/sentry_resque_test.yml Show resolved Hide resolved
.github/workflows/sentry_resque_test.yml Outdated Show resolved Hide resolved
.github/workflows/sentry_ruby_test.yml Show resolved Hide resolved
.github/workflows/sentry_sidekiq_test.yml Outdated Show resolved Hide resolved
@solnic solnic force-pushed the solnic/fix-bundle-cache-on-ci branch from 01459e9 to c0ef31a Compare October 15, 2024 12:43
@solnic solnic force-pushed the solnic/fix-bundle-cache-on-ci branch from c0ef31a to e7c3ec4 Compare October 15, 2024 12:44
@solnic solnic requested a review from st0012 October 15, 2024 13:19
@solnic solnic merged commit d134d9e into master Oct 16, 2024
140 checks passed
@solnic solnic deleted the solnic/fix-bundle-cache-on-ci branch October 16, 2024 10:07
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.

2 participants