Loading .gitlab-ci.yml +4 −14 Original line number Diff line number Diff line Loading @@ -20,7 +20,6 @@ variables: TESTCASE_TIMEOUT_LTV: 2400 TESTCASE_TIMEOUT_STV_SANITIZERS: 1800 GIT_CLEAN_FLAGS: -ffdxq BUILD_INSTRUMENTED: "" INSTR_DIR: "scripts/c-code_instrument" MANUAL_PIPELINE_TYPE: description: "Type for the manual pipeline run. Use 'pytest-mld' to run MLD test against reference float codec." # Not implemented yet, but may be good to have a manual pipeline trigger Loading Loading @@ -107,18 +106,10 @@ stages: - git checkout $REFERENCE_BRANCH - git pull - make clean - if [ "$BUILD_INSTRUMENTED" != "" ]; then - bash scripts/prepare_instrumentation.sh -p BASOP -m MEM_ONLY - make -j -C $INSTR_DIR - mv $INSTR_DIR/IVAS_cod ./IVAS_cod_ref - mv $INSTR_DIR/IVAS_dec ./IVAS_dec_ref - mv $INSTR_DIR/IVAS_rend ./IVAS_rend_ref - else - make -j - mv ./IVAS_cod ./IVAS_cod_ref - mv ./IVAS_dec ./IVAS_dec_ref - mv ./IVAS_rend ./IVAS_rend_ref - fi ### build test binaries - git restore . Loading Loading @@ -766,7 +757,6 @@ ivas-pytest-renderer: stage: test variables: ret_val: 0 BUILD_INSTRUMENTED: "true" before_script: - *print-common-info - *update-scripts-repo Loading Loading
.gitlab-ci.yml +4 −14 Original line number Diff line number Diff line Loading @@ -20,7 +20,6 @@ variables: TESTCASE_TIMEOUT_LTV: 2400 TESTCASE_TIMEOUT_STV_SANITIZERS: 1800 GIT_CLEAN_FLAGS: -ffdxq BUILD_INSTRUMENTED: "" INSTR_DIR: "scripts/c-code_instrument" MANUAL_PIPELINE_TYPE: description: "Type for the manual pipeline run. Use 'pytest-mld' to run MLD test against reference float codec." # Not implemented yet, but may be good to have a manual pipeline trigger Loading Loading @@ -107,18 +106,10 @@ stages: - git checkout $REFERENCE_BRANCH - git pull - make clean - if [ "$BUILD_INSTRUMENTED" != "" ]; then - bash scripts/prepare_instrumentation.sh -p BASOP -m MEM_ONLY - make -j -C $INSTR_DIR - mv $INSTR_DIR/IVAS_cod ./IVAS_cod_ref - mv $INSTR_DIR/IVAS_dec ./IVAS_dec_ref - mv $INSTR_DIR/IVAS_rend ./IVAS_rend_ref - else - make -j - mv ./IVAS_cod ./IVAS_cod_ref - mv ./IVAS_dec ./IVAS_dec_ref - mv ./IVAS_rend ./IVAS_rend_ref - fi ### build test binaries - git restore . Loading Loading @@ -766,7 +757,6 @@ ivas-pytest-renderer: stage: test variables: ret_val: 0 BUILD_INSTRUMENTED: "true" before_script: - *print-common-info - *update-scripts-repo Loading