gitlab-ci: Resolve undocumented tests deltas within the pipeline
We can put current list of undocumented tests in .gitlab-ci/undocumented_tests.txt
and rewrite list-undocumented-tests CI step so that it fails if any new undocumented test is added.
For easier maintenance we would care only for new additions and ignore removals.
This would allow Intel folks to drop a huge chunk of patchwork_gitlab_igt.py
.
Thoughts?
Edited by Arkadiusz Hiler