4dabc7776f
Show how to add more Android CTS tests cases, using --include-filters Only CtsNativeHardwareTestCases and CtsSkQPTestCases are actually enabled for now, because the android-angle-lavapipe-cts job is part of the pre-merge pipeline and these modules would not be too expensive to run. The container size increases by about 60Mb and the test time from 4m to 7 min on a local system, so it's an acceptable compromise to show how multiple modules can be tested. A similar mechanism will be used to add CtsDeqpTestCases tests in the future, probably in nightly or weekly jobs, because that would require more space in the containers and a lot more time to run the tests. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34479>