Commit 456b67bb authored by Jan Kiene's avatar Jan Kiene
Browse files

fix branch for getting the float numbers from

parent 5f905cb4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -45,7 +45,8 @@
  ### 1.5.part: get the corresponding measurement from ivas-float-update
  # only do this for ivas-basop
  - if [ "$CI_PROJECT_ID" == "$PROJECT_ID_BASOP" ]; then
  -   job_id=$(python3 ci/get_id_of_last_job_occurence.py $FLOAT_REF_BRANCH $CI_JOB_NAME $PROJECT_ID_FLOAT)
  -   # find id of same name job in float repo on branch main
  -   job_id=$(python3 ci/get_id_of_last_job_occurence.py main $CI_JOB_NAME $PROJECT_ID_FLOAT)
  -   echo $job_id
  -   curl --silent --show-error --request GET "$CI_API_V4_URL/projects/$CI_PROJECT_ID/jobs/$job_id/artifacts" --output artifacts_ref.zip
  -   unzip -qq -j artifacts_ref.zip "*latest_WMOPS.csv" || true
+0 −1
Original line number Diff line number Diff line
variables:
  EVS_BE_TEST_DIR_BASOP: "/usr/local/be_2_evs_basop"
  # TODO: cleanup and use global var defined in ivas-codec-ci
  FLOAT_REF_BRANCH: "ivas-float-update"
  FLOAT_REF_BRANCH_MERGE_SOURCE: ""
  SCRIPTS_DIR: "/usr/local/scripts"
  LONG_TEST_SUITE: "tests/codec_be_on_mr_nonselection tests/renderer --param_file scripts/config/self_test_ltv.prm --use_ltv"
+2 −6
Original line number Diff line number Diff line
@@ -1643,13 +1643,9 @@ lc3-wrapper-unit-test:
    - cmake -B cmake-build -G "Unix Makefiles" -DCOPY_EXECUTABLES_FROM_BUILD_DIR=true
    - cmake --build cmake-build -- -j

    - echo "Assuming here that you either merge to main or to $FLOAT_REF_BRANCH."
    - echo "Assuming here that you merge to main."
    - echo "If you have some other merge target, this might fail and manual fiddling is needed."
    - if [ "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" == "$FLOAT_REF_BRANCH" ]; then
    -   scripts/split_rendering/lc3plus_float/ivas_lc3plus_unit_test
    - else
    - scripts/split_rendering/lc3plus_basop/ivas_lc3plus_unit_test
    - fi

# from float
# test renderer executable