Commit aa99c334 authored by Jan Kiene's avatar Jan Kiene
Browse files

add sanitizer tests to MR pipelines in BASOP repo

- float ref MRs use the stv version from float repo
- main MRs shorten files to 1s
parent d6b79f8a
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -1709,7 +1709,7 @@ renderer-usan:
.sanitizer-selftest-on-mr:
  stage: test
  extends:
    - .rules-merge-request-to-float-ref-no-draft
    - .rules-merge-request-no-draft
  artifacts:
    name: "mr-$CI_MERGE_REQUEST_IID--sha-$CI_COMMIT_SHORT_SHA--stage-$CI_JOB_STAGE--results"
    expire_in: 1 week
@@ -1743,6 +1743,12 @@ renderer-usan:

    - python3 ci/remove_unsupported_testcases.py $PRM_FILES

    # for MRs to main, the whole sanitizer test takes too long (even with stv set of inputs)
    # shorten files to 1s for that case
    - if [ "$CI_MERGE_REQUEST_TARGET_BRANCH_NAME" == "main" ] then
    -   python3 tests/create_short_testvectors.py --cut_len 1.0
    - fi

    - exit_code20=0
    - exit_code10=0
    - exit_code5=0