Loading main-basop.yml +6 −1 Original line number Diff line number Diff line Loading @@ -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 - 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 Loading Loading @@ -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 Loading Loading
main-basop.yml +6 −1 Original line number Diff line number Diff line Loading @@ -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 - 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 Loading Loading @@ -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 Loading