Loading .gitlab-ci.yml +9 −6 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading Loading @@ -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 Loading Loading
.gitlab-ci.yml +9 −6 Original line number Diff line number Diff line Loading @@ -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 Loading @@ -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 Loading Loading @@ -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 Loading