Filtering integration tests based on the underlying architecture #47084
zakkak
started this conversation in
Design Discussions
Replies: 1 comment
-
\CC @gsmet |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The mandrel team would like to enable testing on AArch64-based github runners. We have done the necessary changes in our pipelines (see graalvm/mandrel#831) and see that a number of tests fail (mostly due to missing multi-arch containers needed for the testing).
While I believe we should visit each case individually and if possible fix testing on AArch64 for it, I expect this to take quite some time as it's not a high priority. So in the meantime I believe we need a way to exclude some tests depending on the underlying architecture. I see the following options for achieving this (ordered by personal preference):
-pl !
or a similar approach.Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions