Commit 7adc8d79 authored by Jan Kiene's avatar Jan Kiene
Browse files

Merge branch 'main' into cleanup-ivas-float-update-remains

parents 27280f34 976d0cab
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -244,7 +244,7 @@ workflow:
.compare-to-ref-anchor: &compare-to-ref-anchor
  stage: test
  needs: ["build-codec-linux-make", "pytest-to-ref-pre"]
  timeout: "480 minutes"
  timeout: "18 hours"
  variables:
    # keep "mld" in artifact name for backwards compatibility reasons
    CSV_ARTIFACT_NAME: "mld--$CI_JOB_NAME-$CI_JOB_ID--sha-$CI_COMMIT_SHORT_SHA.csv"
@@ -1489,7 +1489,7 @@ ivas-interop-on-merge-request:
    - .rules-merge-request-to-main-no-draft
    - .test-job-linux-compares-to-fixed-target
  stage: test
  timeout: "10 minutes"
  timeout: "20 minutes"
  script:
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/print-common-info.sh
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/get-commits-behind-count.sh
+1 −2
Original line number Diff line number Diff line
@@ -630,8 +630,7 @@ renderer-pytest-on-merge-request:
    - .test-job-linux-needs-testv-dir
    - .rules-merge-request-to-main
  needs: ["build-codec-linux-make"]
  # TODO: set reasonable timeout, will most likely take less
  timeout: "20 minutes"
  timeout: "25 minutes"
  stage: compare
  script:
    - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/print-common-info.sh