Loading .gitlab-ci.yml +8 −0 Original line number Diff line number Diff line Loading @@ -248,6 +248,7 @@ stages: - *setup-codec - make clean - make -j CLANG=$CLANG_NUM - if [[ $CLANG_NUM == 3 ]]; then export UBSAN_OPTIONS="suppressions=scripts/ubsan.supp,report_error_type=1"; fi - testcase_timeout=300 - python3 -m pytest $SHORT_TEST_SUITE -v --tb=no --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: Loading Loading @@ -364,6 +365,13 @@ ivas-pytest-dec-asan: - CLANG_NUM=2 <<: *ivas-pytest-sanitizers-anchor ivas-pytest-dec-usan: extends: - .test-job-linux before_script: - CLANG_NUM=3 <<: *ivas-pytest-sanitizers-anchor # --------------------------------------------------------------- # Long test jobs # --------------------------------------------------------------- Loading Loading
.gitlab-ci.yml +8 −0 Original line number Diff line number Diff line Loading @@ -248,6 +248,7 @@ stages: - *setup-codec - make clean - make -j CLANG=$CLANG_NUM - if [[ $CLANG_NUM == 3 ]]; then export UBSAN_OPTIONS="suppressions=scripts/ubsan.supp,report_error_type=1"; fi - testcase_timeout=300 - python3 -m pytest $SHORT_TEST_SUITE -v --tb=no --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: Loading Loading @@ -364,6 +365,13 @@ ivas-pytest-dec-asan: - CLANG_NUM=2 <<: *ivas-pytest-sanitizers-anchor ivas-pytest-dec-usan: extends: - .test-job-linux before_script: - CLANG_NUM=3 <<: *ivas-pytest-sanitizers-anchor # --------------------------------------------------------------- # Long test jobs # --------------------------------------------------------------- Loading