Skip to content
New issue

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

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

Already on GitHub? # to your account

CI: Cache Maven deps to speed up test job #218

Merged
merged 1 commit into from
Jan 25, 2023
Merged

CI: Cache Maven deps to speed up test job #218

merged 1 commit into from
Jan 25, 2023

Conversation

exoego
Copy link
Contributor

@exoego exoego commented Jan 25, 2023

See https://circleci.com/developer/ja/orbs/orb/circleci/maven

  • curcleci/maven orb is now used. It handles maven caching with less code.
  • CircleCI config is bumped to 2.1. This is required to use the CirlceCI orb. Otherwise maven/with_cache command is not recognized.
With cache hit Without cache hit
6s 13s
image image

Not so impressive enhancements 😅

@exoego exoego marked this pull request as ready for review January 25, 2023 13:32
Copy link
Contributor

@yuokada yuokada left a comment

Choose a reason for hiding this comment

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

LGTM

@exoego exoego merged commit e8f246f into master Jan 25, 2023
@exoego exoego deleted the cci-cache branch January 25, 2023 13:58
@exoego exoego added the chore internal changes (not user-facing) label Jan 28, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
chore internal changes (not user-facing)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants