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

Improve/refactor multistage tests #210

Open
dcermak opened this issue Mar 9, 2023 · 2 comments
Open

Improve/refactor multistage tests #210

dcermak opened this issue Mar 9, 2023 · 2 comments

Comments

@dcermak
Copy link
Collaborator

dcermak commented Mar 9, 2023

There are multiple issues with the multistage test module:

  • it does not forward the marks from containers and thus will always run all tests
  • the amidst project is dead upstream and will eventually stop working (probably), we should find a replacement
  • k3sup is not working on non-x86_64 and upstream is not willing to merge the 2 line fix: Exclude windows compilation from all target on non x86_64 alexellis/k3sup#345
  • the adventureworks test is relying on the eol .Net 5

And we really are atm only testing openjdk 11, go on x86_64 and .Net 5.0. We should extend the test coverage here.

@dcermak
Copy link
Collaborator Author

dcermak commented Mar 9, 2023

An option for .Net would be the upstream containerization examples: https://github.com/dotnet/dotnet-docker

@dirkmueller
Copy link
Member

see also #15

@SUSE SUSE deleted a comment from onedr0p Jan 16, 2024
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

No branches or pull requests

2 participants