redhat-developer / dotnet-regular-tests

.NET Core tests for .NET Bunny (RHEL & Fedora RPM tests)
MIT License
8 stars 13 forks source link

Add arm64, ppc64le and s390x to CI #273

Closed omajid closed 5 months ago

omajid commented 1 year ago

Our tests only verify that things work on x86_64 (aka x64). We don't test on other architecture. Because of that, we run into issues and have ot fix them later. We should add some test legs for those other architectures too.

omajid commented 1 year ago

This came up in https://github.com/redhat-developer/dotnet-regular-tests/pull/271

omajid commented 8 months ago

We decided to not implement this because of possible significant CI slowdown issues.

tmds commented 5 months ago

Closing per previous comment.