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 workflow to keep Maven artifact cache fresh #421

Closed
echeran opened this issue Mar 9, 2023 · 2 comments · Fixed by #425
Closed

CI workflow to keep Maven artifact cache fresh #421

echeran opened this issue Mar 9, 2023 · 2 comments · Fixed by #425

Comments

@echeran
Copy link
Contributor

echeran commented Mar 9, 2023

In #418, Unicode Tools' CI on Github Actions is experiencing the same problem as the CI for ICU's Maven build, which is that we have ephemeral download errors from Maven Central (for some reason on the same artifact), and the cache TTL for Github Actions is only 7 days.

We can copy my workaround in ICU, which is just to make use of the cache regularly with period < TTL.

@markusicu
Copy link
Member

sgtm! @srl295 @josh-hadley any other opinions?

@srl295
Copy link
Member

srl295 commented Mar 9, 2023

Sgtm as a workaround. Other options

  • more aggressive retry ?
  • use alternate maven mirrors ?

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 a pull request may close this issue.

3 participants