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

add template test-job-linux-needs-testv-dir

parent 6ff7832d
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -30,6 +30,10 @@ stages:
  extends: .test-job
  tags:
    - ivas-linux

# template for test jobs on linux that need the TESTV_DIR
.test-job-linux-needs-testv-dir:
  extends: .test-job-linux
  before_script:
    - if [ ! -d "$TESTV_DIR" ]; then mkdir -p $TESTV_DIR; fi
    - cp -r scripts/testv/* $TESTV_DIR/
@@ -75,7 +79,7 @@ build-codec-sanitizers-linux:

# test that runs all modes with 1s input signals
codec-smoke-test:
  extends: .test-job-linux
  extends: .test-job-linux-needs-testv-dir
  rules:
    - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
  stage: test