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

PMM-12899 Use go mod cache in actions #3026

Merged
merged 10 commits into from
Jun 24, 2024

Conversation

ademidoff
Copy link
Member

@ademidoff ademidoff commented Jun 12, 2024

PMM-12899

Please check the motivation for using a docker image to persist cache before reviewing.

@ademidoff ademidoff changed the base branch from main to v3 June 12, 2024 23:06
@percona percona deleted a comment from it-percona-cla Jun 12, 2024
Copy link

codecov bot commented Jun 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 44.58%. Comparing base (1062f5a) to head (7218e93).

Additional details and impacted files
@@            Coverage Diff             @@
##               v3    #3026      +/-   ##
==========================================
- Coverage   44.63%   44.58%   -0.06%     
==========================================
  Files         368      368              
  Lines       35397    35397              
==========================================
- Hits        15801    15781      -20     
- Misses      17971    17988      +17     
- Partials     1625     1628       +3     
Flag Coverage Δ
admin 11.65% <ø> (+0.05%) ⬆️
agent 52.49% <ø> (-0.25%) ⬇️
vmproxy 66.66% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@ademidoff ademidoff marked this pull request as ready for review June 13, 2024 20:29
@ademidoff ademidoff requested review from a team as code owners June 13, 2024 20:29
@ademidoff ademidoff requested review from BupycHuk, idoqo and JiriCtvrtka and removed request for a team June 13, 2024 20:29
@@ -22,6 +22,13 @@ PMM_LD_FLAGS = -ldflags " \
-X 'github.com/percona/pmm/version.Branch=$(PMM_RELEASE_BRANCH)' \
"

IS_ARM := $(filter arm64,$(shell uname -m))
Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe we should include aarch64 in the filter list too?

Copy link
Member Author

Choose a reason for hiding this comment

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

Good idea!

Do you know what type of hardware we could get it from? I've checked my M2 processor and only got arm64.

Copy link
Member Author

Choose a reason for hiding this comment

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

I think it must be RaspberryPi, right? In such case I doubt it's a good idea to run PMM Server on a Pi machine, it'd not have sufficient resources to be performant.

@ademidoff ademidoff requested review from idoqo and removed request for idoqo June 17, 2024 06:55
@ademidoff ademidoff enabled auto-merge (squash) June 24, 2024 09:06
@ademidoff ademidoff disabled auto-merge June 24, 2024 10:24
@ademidoff ademidoff merged commit f97f194 into v3 Jun 24, 2024
32 of 34 checks passed
@ademidoff ademidoff deleted the PMM-12899-use-go-mod-cache-in-actions branch June 24, 2024 10:24
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

4 participants