[CI] Fixes for BE conformance job
- Related issues: #1416 (closed)
- Requested reviewers: @tyagiri, @tamarapu, @kiene
Reason why this change is needed
- The collection of encoder tests seems to be broken or at least not working on many runners.
Description of the change
- The old SBA tests needed the DuT run to produce all the inputs. This is now removed, and the DuT run in the ivas-conformance(-linux) is not necessary anymore. This should also reduce runtime a little.
- The updated renderer test brings a lot of test cases and now makes up more than half of the conformance test in terms of number of tests. The old renderer test is used for ivas-conformance for now.
- Since many decoder tests use the same parameters for the encoder, there are duplicates in the encoder tests. These are now filtered out.
Affected operating points
- ivas-conformance and ivas-conformance-linux jobs.