Skip to content

Use P and Z GHA runners (#2215) #2253

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

Merged
merged 2 commits into from
Jul 18, 2025
Merged

Conversation

Molter73
Copy link
Collaborator

@Molter73 Molter73 commented Jul 15, 2025

Description

Backport of #2215 and #2210

Checklist

  • Investigated and inspected CI test results
  • Updated documentation accordingly

Automated testing

  • Added unit tests
  • Added integration tests
  • Added regression tests

If any of these don't apply, please comment below.

Testing Performed

CI should be enough.

@Molter73 Molter73 requested a review from a team as a code owner July 15, 2025 14:13
@Molter73 Molter73 added build-builder-image rebuild-test-container Rebuild the collector-tests container. labels Jul 15, 2025
@codecov-commenter
Copy link

codecov-commenter commented Jul 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 28.83%. Comparing base (a0a991a) to head (9a83d82).

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@              Coverage Diff              @@
##           release-3.22    #2253   +/-   ##
=============================================
  Coverage         28.83%   28.83%           
=============================================
  Files                96       96           
  Lines              5799     5799           
  Branches           2551     2551           
=============================================
  Hits               1672     1672           
  Misses             3408     3408           
  Partials            719      719           
Flag Coverage Δ
collector-unit-tests 28.83% <ø> (ø)

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.

After adding Arm runners on GHA, we made it so the Arm test image is
always built. Unfortunately, because we use QEMU to build the images,
the build has gotten quite slow.

In order to speed up the build, this change makes it so we cross-compile
the binaries for all our supported platforms locally and the image build
simply copies the binaries into the final image.
@Molter73
Copy link
Collaborator Author

/retest

@Molter73 Molter73 merged commit 12bbefe into release-3.22 Jul 18, 2025
109 of 115 checks passed
@Molter73 Molter73 deleted the mauro/backport-pzrunners-3-22 branch July 18, 2025 11:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-builder-image rebuild-test-container Rebuild the collector-tests container.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants