[CI] Fix ivas-conformance
- Related issues: None
- Requested reviewers: @kiene, @pihlajakuja
Reason why this change is needed
- The conformance test on Windows is failing.
- New test cases added to self_test.prm may break the conformance test if the test case names are too long, resulting in Windows paths exceeding 256 characters.
Description of the change
- 2 test case names in self_test.prm/self_test_ltv.prm are shortened.
- Script and validation job added to MR pipeline to check that test names in self_test.prm are not too long.
- Explicitly clean up
TMP_*
folders before running test_26252.py, needed on Nokia Windows runner. - Add ivas-conformance job to run on pushes to main (executed MRs).
Affected operating points
- CI only