Skip to content

Conversation

HofmeisterAn
Copy link
Collaborator

What does this PR do?

This PR adds support for collecting test projects during CI runtime and creating the strategy on the fly. It automatically detects new test projects and adjusts the strategy as needed. For example, if only certain modules change, we don't have to build or test unrelated modules. It also lets us filter out unnecessary tests, reducing CI time, saving resources, and speeding up feedback.

This PR doesn't include the logic to filter out unrelated test projects yet. We'll add that in a separate PR. For now, projects just pass through the filter script /cc @digital88 WDYT?.

Why is it important?

-

Related issues

@HofmeisterAn HofmeisterAn added the chore A change that doesn't impact the existing functionality, e.g. internal refactorings or cleanups label Oct 3, 2025
Copy link

netlify bot commented Oct 3, 2025

Deploy Preview for testcontainers-dotnet ready!

Name Link
🔨 Latest commit 6a4d58f
🔍 Latest deploy log https://app.netlify.com/projects/testcontainers-dotnet/deploys/68df880982fbe700080ab6de
😎 Deploy Preview https://deploy-preview-1543--testcontainers-dotnet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@digital88
Copy link
Contributor

WDYT?

Yes, makes sense. GH actions is a nightmare to debug )

@HofmeisterAn
Copy link
Collaborator Author

WDYT?

Yes, makes sense. GH actions is a nightmare to debug )

Luckily, we can test this pretty easily locally too.

@HofmeisterAn HofmeisterAn merged commit d1d2134 into develop Oct 3, 2025
139 checks passed
@HofmeisterAn HofmeisterAn deleted the feature/collect-test-projects-at-runtime branch October 3, 2025 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore A change that doesn't impact the existing functionality, e.g. internal refactorings or cleanups
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants