Skip to content

move remaining CI files from BASOP repo to here

Jan Kiene requested to merge kiene/consolidate-basop-ci-code into main

This moves the remaining parts of CI code from ivas-basop into this repository to reduce the number of places one needs to look at when working on the (BASOP) CI to 1 only.

In the ivas-basop repo pipeline editor window, comparing the "full configuration" tabs before and after the change only had the following diffs:

  • for basop main:
17d16
<   DISABLE_HRTF: 'false'
89a89
>   DISABLE_HRTF: 'false'
113c113
<   IVAS_CODEC_CI_REF: main
---
>   IVAS_CODEC_CI_REF: kiene/consolidate-basop-ci-code
  • for ivas-float-update:
17d16
<   DISABLE_HRTF: 'false'
89a89
>   DISABLE_HRTF: 'false'
112c112,113
<   IVAS_CODEC_CI_REF: main
---
>     - test-long-self-test
>   IVAS_CODEC_CI_REF: kiene/consolidate-basop-ci-code

The first entry is just a move. The second entry is the temporary change of the CI ref. ivas-float-update was also missing test-long-self-test as pipeline type. Hence, this should be a "bit-exact" change regarding CI.

Merge request reports

Loading