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

chore: Run each test project on a separate runner #1295

Merged
merged 1 commit into from
Nov 10, 2024

Conversation

HofmeisterAn
Copy link
Collaborator

What does this PR do?

The pull request changes how we run our tests by running each test project on a separate runner. Previously, all test projects were run on the same runner, which caused issues due to running out of disk space and subsequently blocked merging new module pull requests. We need to monitor whether this change affects the Testcontainers organization. I am uncertain if creating too many runners might lead to degradation of the entire organization.

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 Nov 10, 2024
Copy link

netlify bot commented Nov 10, 2024

Deploy Preview for testcontainers-dotnet ready!

Name Link
🔨 Latest commit eb3188c
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-dotnet/deploys/673069f76fec6d000864aa4c
😎 Deploy Preview https://deploy-preview-1295--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 site configuration.

@HofmeisterAn HofmeisterAn merged commit 99559ab into develop Nov 10, 2024
102 checks passed
@HofmeisterAn HofmeisterAn deleted the feature/run-test-projects-on-multiple-runners branch November 10, 2024 08:40
0xced added a commit to 0xced/testcontainers-dotnet that referenced this pull request Nov 23, 2024
Because it's too easy to forget to add a line in the cicd.yml after creating a new module.

This is a safety measure after the introduction of running each test project on a separate runner in testcontainers#1295.
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.

1 participant