Disable Mimick tests on aarch64 (for now)#777
Conversation
|
This change collides with #757, so it doesn't propagate to |
Alright, I dropped in a workaround for that with 8121875. New dry run: Details |
I honestly think we can drop |
Indeed this is the case. The launcher's test arguments override the default for We could:
|
I don't think we should do this. In particular, I'm fine with disabling the mimick jobs on aarch64 because it is highly unlikely that they will have a different result than amd64. But I do think those tests provide value, so we should keep running them on at least one platform.
While I don't love this, I think this may be our only path forward at this time. |
This is the same approach that was used to disable cppcheck on RHEL.
Details
Standard aarch64 job:
(to test more complex ctest
Repeated aarch64 job:
-LElogic)The changes to label the tests have been merged into the rolling branches of the relevant packages, but have not been backported to any other distros and have not yet been released. They should be there for nightlies, though.
I'm not 100% certain that this will play nicely with the launcher jobs 🤷 at worst, it simply won't be applied and we'll have to come up with another solution there.