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

ci: use ubuntu-latest for functional tests. Improve CI caching #107

Merged
merged 6 commits into from
Jan 23, 2024

Conversation

wzieba
Copy link
Collaborator

@wzieba wzieba commented Jan 23, 2024

Description

This PR:

  • moves running functional tests from macOS to Ubuntu runner as KVM is now enabled on Ubuntu. The improvement is significant - from ~13m to ~5m per run
  • delegates caching to gradle-build-action
  • send dependencies on each push because it helps in tracking closed security alerts
  • caches AVD files

Copy link

codecov bot commented Jan 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (761cf77) 57.60% compared to head (230ce39) 57.60%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #107   +/-   ##
=======================================
  Coverage   57.60%   57.60%           
=======================================
  Files          19       19           
  Lines         401      401           
  Branches       48       48           
=======================================
  Hits          231      231           
  Misses        157      157           
  Partials       13       13           

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

@wzieba wzieba changed the title ci: use ubuntu-latest for functional tests ci: use ubuntu-latest for functional tests. Improve CI caching Jan 23, 2024
@wzieba wzieba marked this pull request as ready for review January 23, 2024 12:58
@wzieba
Copy link
Collaborator Author

wzieba commented Jan 23, 2024

Merging without review, as this PR contains only CI changes. I'm fairly confident with them. They don't affect the production code.

@wzieba wzieba merged commit 704f372 into main Jan 23, 2024
3 checks passed
@wzieba wzieba deleted the speed_up_functional_tests branch January 23, 2024 12:59
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

1 participant