Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -245,7 +245,7 @@ branch-is-up-to-date-with-main-post: - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/float/build-binaries-from-basop-repo.sh $BASOP_BRANCH - testcase_timeout=$TESTCASE_TIMEOUT - if [ "$BASOP_BRANCH" == "main" ]; then testcase_timeout=TESTCASE_TIMEOUT_LTV_SANITIZERS; fi - if [ "$BASOP_BRANCH" == "main" ]; then testcase_timeout=$TESTCASE_TIMEOUT_LTV_SANITIZERS; fi # hack for renderer tests to match the expected naming - mv IVAS_rend IVAS_rend_ref Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -245,7 +245,7 @@ branch-is-up-to-date-with-main-post: - bash "${CI_PROJECT_DIR}"/ivas-codec-ci/snippets/float/build-binaries-from-basop-repo.sh $BASOP_BRANCH - testcase_timeout=$TESTCASE_TIMEOUT - if [ "$BASOP_BRANCH" == "main" ]; then testcase_timeout=TESTCASE_TIMEOUT_LTV_SANITIZERS; fi - if [ "$BASOP_BRANCH" == "main" ]; then testcase_timeout=$TESTCASE_TIMEOUT_LTV_SANITIZERS; fi # hack for renderer tests to match the expected naming - mv IVAS_rend IVAS_rend_ref Loading