Skip to content

Conversation

@mjun0812
Copy link
Owner

  • Move container testing job from full-test.yml to new container-test.yml
  • Container tests now run on-demand via workflow_dispatch
  • Update test matrix to use latest container images (almalinux:9, fedora:latest, manylinux images)
  • Remove deprecated centos:7 and ubuntu:24.04 from container matrix

This pull request refactors how container-based tests are run by moving the Container-Test job from the main full-test.yml workflow into its own dedicated workflow file, simplifying the configuration and focusing the main workflow on other test jobs.

Workflow configuration changes:

  • Created a new workflow file .github/workflows/container-test.yml to run container-based tests separately, using a matrix of containers and methods, and enabling debug mode.
  • Removed the Container-Test job from .github/workflows/full-test.yml, which previously ran container tests as part of the main test workflow.

- Move container testing job from full-test.yml to new container-test.yml
- Container tests now run on-demand via workflow_dispatch
- Update test matrix to use latest container images (almalinux:9, fedora:latest, manylinux images)
- Remove deprecated centos:7 and ubuntu:24.04 from container matrix
@mjun0812 mjun0812 merged commit 10e24d9 into main Dec 10, 2025
11 checks passed
@mjun0812 mjun0812 deleted the fix/container-test branch December 10, 2025 13:56
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