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

Enable tests on container-based Linux legs and determine what tests should run there #40935

Open
MiYanni opened this issue May 16, 2024 · 0 comments
Labels
Area-DotNet Test untriaged Request triage from a team member

Comments

@MiYanni
Copy link
Member

MiYanni commented May 16, 2024

Summary

As part of the migration for dotnet/installer into dotnet/sdk, we've added many Linux legs that utilize containers. I've set up the pipeline to allow these to run tests appropriately.

However, there are issues:

  • There are MANY tests and we may not want to run ALL tests on every container job.
  • Some tests won't work on certain containers. We work around this within the method below, but the logic needs to be expanded for the other Linux flavors (such as debian).
  • When I ran these jobs, there are some test failures that either may be legitimate or the tests need to be adjusted.
  • The tests from the dotnet/installer repo are currently not being ran as they aren't converted to Helix tests yet. We may want to run these tests on these container jobs.

For the time being, we've disabled running tests on these jobs.

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-DotNet Test untriaged Request triage from a team member labels May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-DotNet Test untriaged Request triage from a team member
Projects
None yet
Development

No branches or pull requests

1 participant