diff --git a/main-basop.yml b/main-basop.yml index ab046b675409c5d4c9a0cf33e274ee66927d93ae..718658f1f316fc0cc65fcab1d907b309ccc52b2c 100644 --- a/main-basop.yml +++ b/main-basop.yml @@ -975,7 +975,11 @@ build-codec-linux-instrumented-make: script: - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/print-common-info.sh - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/basop/update-scripts-repo.sh - - bash scripts/prepare_instrumentation.sh -m MEM_ONLY + - if [ "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" == "ivas-float-update" ]; then + - bash scripts/prepare_instrumentation.sh + - else + - bash scripts/prepare_instrumentation.sh -m MEM_ONLY + - fi - make -j -C $INSTR_DIR # make sure that the codec builds with msan, asan and usan @@ -2771,6 +2775,7 @@ backup-long-term-job-logs: - *complexity-measurements-setup # delete previous jobs logfiles if present (-f flag ensures return calue of 0 even in first run where this folder is not present) - rm -rf COMPLEXITY/logs + - if [ "$CI_COMMIT_REF_NAME" == "ivas-float-update" ]; then GET_WMOPS_ARGS=""; fi allow_failure: exit_codes: - 123