Commit 141b5c43 authored by Jan Kiene's avatar Jan Kiene
Browse files

add asan job

parent 9ea1e08c
Loading
Loading
Loading
Loading
Loading
+10 −2
Original line number Diff line number Diff line
@@ -22,6 +22,7 @@ variables:
      - 'pytest-mld-long'
      - 'evs-26444'
      - 'msan-stv'
      - 'asan-stv'


default:
@@ -51,7 +52,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'
    - if: $CI_PIPELINE_SOURCE == 'web' && ( $MANUAL_PIPELINE_TYPE == 'msan-stv' || $MANUAL_PIPELINE_TYPE == 'asan-stv' )
      variables:
        IVAS_PIPELINE_NAME: 'Short testvecor MSAN'
    - if: $CI_PIPELINE_SOURCE == 'schedule' # Scheduled in any branch
@@ -240,7 +241,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"
    - if: $CI_PIPELINE_SOURCE == 'web' && ( $MANUAL_PIPELINE_TYPE == "msan-stv" || $MANUAL_PIPELINE_TYPE == 'asan-stv' )
  script:
    - *print-common-info
    - *update-scripts-repo
@@ -357,6 +358,13 @@ ivas-pytest-dec-msan:
    - CLANG_NUM=1
  <<: *ivas-pytest-sanitizers-anchor

ivas-pytest-dec-asan:
  extends:
    - .test-job-linux
  before_script:
    - CLANG_NUM=2
  <<: *ivas-pytest-sanitizers-anchor

# ---------------------------------------------------------------
# Long test jobs 
# ---------------------------------------------------------------