Commit 8dbfff75 authored by Huo, Jiaquan's avatar Huo, Jiaquan
Browse files

add copy ltv files to relevant tests

parent 3ca99185
Loading
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -587,6 +587,7 @@ pytest-compare-20ms-and-5ms-rendering:
  script:
    - *print-common-info
    - *disable-limiter
    - *copy-ltv-files-to-testv-dir
    - make clean
    - make -j
    ### prepare pytest
@@ -944,6 +945,7 @@ ivas-interop-on-merge-request:
    - *get-commits-behind-count
    - *check-commits-behind-count-in-compare-jobs
    - *merge-request-comparison-setup-codec
    - *copy-ltv-files-to-testv-dir
    # the next line is dependent on ref-using-main flag in the other tests, but here the flag does not make sense
    - git checkout $source_branch_commit_sha

@@ -1241,6 +1243,7 @@ codec-comparison-on-main-push:
    - *get-previous-merge-commit-sha # Stored in previous_merge_commit shell variable now
    - echo "Comparing changes from $previous_merge_commit to $latest_commit"
    - git --no-pager diff --stat $previous_merge_commit..$latest_commit
    - *copy-ltv-files-to-testv-dir

    # Rest is more or less placeholder adapted from MR self test. This should be replaced with more complex tests.