Loading .gitlab-ci.yml +4 −5 Original line number Diff line number Diff line Loading @@ -21,8 +21,7 @@ variables: - 'pytest-mld' - 'pytest-mld-long' - 'evs-26444' - 'msan-stv' - 'asan-stv' - 'sanitizer-stv' default: Loading Loading @@ -52,7 +51,7 @@ workflow: - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == 'evs-26444' variables: IVAS_PIPELINE_NAME: 'EVS 26.444 test: $CI_COMMIT_BRANCH' - if: $CI_PIPELINE_SOURCE == 'web' && ( $MANUAL_PIPELINE_TYPE == 'msan-stv' || $MANUAL_PIPELINE_TYPE == 'asan-stv' ) - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == 'sanitizer-stv' variables: IVAS_PIPELINE_NAME: 'Short testvecor MSAN' - if: $CI_PIPELINE_SOURCE == 'schedule' # Scheduled in any branch Loading Loading @@ -241,7 +240,7 @@ stages: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' when: never - if: $CI_PIPELINE_SOURCE == 'schedule' && $IVAS_PYTEST_MSAN - if: $CI_PIPELINE_SOURCE == 'web' && ( $MANUAL_PIPELINE_TYPE == "msan-stv" || $MANUAL_PIPELINE_TYPE == 'asan-stv' ) - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == "sanitizer-stv" script: - *print-common-info - *update-scripts-repo Loading @@ -249,7 +248,7 @@ stages: - *setup-codec - make clean - make -j CLANG=$CLANG_NUM - testcase_timeout=900 - testcase_timeout=300 - python3 -m pytest $SHORT_TEST_SUITE -v --update_ref 1 -m create_ref --html=report.html --self-contained-html --junit-xml=report-junit.xml --testcase_timeout $testcase_timeout --ref_encoder_path ./IVAS_cod_ref --ref_decoder_path ./IVAS_dec artifacts: name: "ivas-pytest-dec-msan--sha-$CI_COMMIT_SHORT_SHA--results" Loading Loading
.gitlab-ci.yml +4 −5 Original line number Diff line number Diff line Loading @@ -21,8 +21,7 @@ variables: - 'pytest-mld' - 'pytest-mld-long' - 'evs-26444' - 'msan-stv' - 'asan-stv' - 'sanitizer-stv' default: Loading Loading @@ -52,7 +51,7 @@ workflow: - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == 'evs-26444' variables: IVAS_PIPELINE_NAME: 'EVS 26.444 test: $CI_COMMIT_BRANCH' - if: $CI_PIPELINE_SOURCE == 'web' && ( $MANUAL_PIPELINE_TYPE == 'msan-stv' || $MANUAL_PIPELINE_TYPE == 'asan-stv' ) - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == 'sanitizer-stv' variables: IVAS_PIPELINE_NAME: 'Short testvecor MSAN' - if: $CI_PIPELINE_SOURCE == 'schedule' # Scheduled in any branch Loading Loading @@ -241,7 +240,7 @@ stages: - if: $CI_PIPELINE_SOURCE == 'merge_request_event' when: never - if: $CI_PIPELINE_SOURCE == 'schedule' && $IVAS_PYTEST_MSAN - if: $CI_PIPELINE_SOURCE == 'web' && ( $MANUAL_PIPELINE_TYPE == "msan-stv" || $MANUAL_PIPELINE_TYPE == 'asan-stv' ) - if: $CI_PIPELINE_SOURCE == 'web' && $MANUAL_PIPELINE_TYPE == "sanitizer-stv" script: - *print-common-info - *update-scripts-repo Loading @@ -249,7 +248,7 @@ stages: - *setup-codec - make clean - make -j CLANG=$CLANG_NUM - testcase_timeout=900 - testcase_timeout=300 - python3 -m pytest $SHORT_TEST_SUITE -v --update_ref 1 -m create_ref --html=report.html --self-contained-html --junit-xml=report-junit.xml --testcase_timeout $testcase_timeout --ref_encoder_path ./IVAS_cod_ref --ref_decoder_path ./IVAS_dec artifacts: name: "ivas-pytest-dec-msan--sha-$CI_COMMIT_SHORT_SHA--results" Loading