redhat-developer / dotnet-regular-tests

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

Add support for cgroup test on s390x #225

Closed omajid closed 1 year ago

omajid commented 1 year ago

Remove the s390x from unsupported architecture RID list

Enable "cgroup-limit" test on s390x on .NET 7.0 onwards

The feature support is provided from .NET 7.0 and beyond. This test should not run if the .NET release is 6.0 or earlier ones.

omajid commented 1 year ago

@Vishwanatha-HD this is the same as #224. I accidentally closed that one while trying to merge the 21 commits (about 19 of which were "Update test.sh") into 1. I didn't make any code changes here: this is still your code with only your changes.

Vishwanatha-HD commented 1 year ago

@omajid... Sorry for all the confusion.. I was trying to fiddle with syntax to get the exact command and thats how I ended up saving so many times.. I didnt realize that it would all become commits.. I tried removing them and retaining only the last and final ones.. But I was not successful.. Thats how I ended up raising a PR with 21 commits.. :-).. Sorry for the mess.. !!

Vishwanatha-HD commented 1 year ago

@omajid I saw the code merge that you have done finally.. Thanks for that.. !!