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: run more integration tests on GitHub Actions #551

Merged
merged 2 commits into from
Mar 2, 2025

Conversation

mayeut
Copy link
Member

@mayeut mayeut commented Mar 2, 2025

Add some armv7l & i686 tests on GHA.
QEMU ppc64le & s390x have been tested but are disabled here as Travis CI can do the job natively for now.

Related to #550, QEMU testing goes over the time limit on GHA when testing with all manylinux images.

I tried pytest-xdist, automatically grouping integration tests by image but that did not help with timings for some reason (& the tests aren't ready for such parallelization as they access the shared filesystem R/W when building some tests).

Add some `armv7l` & `i686` tests on GHA.
QEMU `ppc64le` & `s390x` have been tested but are disabled here as Travis CI can do the job natively for now.
Copy link

codecov bot commented Mar 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.07%. Comparing base (401d690) to head (b14fb55).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #551   +/-   ##
=======================================
  Coverage   92.07%   92.07%           
=======================================
  Files          22       22           
  Lines        1553     1553           
  Branches      285      285           
=======================================
  Hits         1430     1430           
  Misses         74       74           
  Partials       49       49           

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

@mayeut mayeut merged commit 9fa7d94 into pypa:main Mar 2, 2025
14 checks passed
@mayeut mayeut deleted the more-tests branch March 2, 2025 16:17
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.

1 participant