Commit 91a89e48 authored by Jan Kiene's avatar Jan Kiene
Browse files

split setup anchor

parent b23d683f
Loading
Loading
Loading
Loading
+9 −6
Original line number Diff line number Diff line
@@ -77,9 +77,8 @@ stages:
    echo "Commit time was $CI_COMMIT_TIMESTAMP"
    date | xargs echo "System time is"

.mld-test-setup-codec: &mld-test-setup-codec 
.setup-codec: &setup-codec
  - current_commit_sha=$(git rev-parse HEAD)

  ### build reference binaries
  - git checkout $REFERENCE_TAG
  - make clean
@@ -92,6 +91,10 @@ stages:
  - make clean
  - make -j


.mld-test-setup-codec: &mld-test-setup-codec
  - *setup-codec

  ### prepare pytest
  # create short test vectors
  - python3 tests/create_short_testvectors.py
@@ -329,7 +332,7 @@ ivas-pytest-dec-msan:
    - *print-common-info
    - *update-scripts-repo
    - *remove-unsupported-testcases
    - *mld-test-setup-codec
    - *setup-codec
    - make clean
    - make -j CLANG=1
    - testcase_timeout=900