Commit 4762ecdb authored by norvell's avatar norvell
Browse files

Simplify .rules-pytest-to-ref-pre, and printout of pinned FLOAT_REF_COMMIT,...

Simplify .rules-pytest-to-ref-pre, and printout of pinned FLOAT_REF_COMMIT, add comment to ivas-pytest-anchor
parent ee51183f
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -149,9 +149,6 @@ workflow:

.rules-pytest-to-ref-pre:
  rules:
    - if: $PYTEST_MLD_SHORT
    - if: $PYTEST_MLD_LONG
    - if: $PYTEST_MLD_LONG_FX_FX
    - if: $CI_PIPELINE_SOURCE == 'web'
    - if: $CI_PIPELINE_SOURCE == 'schedule'
    - if: $CI_PIPELINE_SOURCE == 'push'
@@ -252,6 +249,7 @@ workflow:
    - if [ ! -d "$TESTV_DIR" ]; then mkdir -p $TESTV_DIR; fi
    - cp -r scripts/testv/* $TESTV_DIR/

# This anchor is the basis for manual and scheduled tests
.ivas-pytest-anchor: &ivas-pytest-anchor
  stage: test
  needs: ["build-codec-linux-make", "pytest-to-ref-pre"]
@@ -280,6 +278,7 @@ workflow:
    -    testcase_timeout=$TESTCASE_TIMEOUT_STV
    - fi
    - FLOAT_REF_COMMIT=$(cat "$FLOAT_REF_COMMIT_FILE")
    - echo "FLOAT_REF_COMMIT=$FLOAT_REF_COMMIT"

    - python3 ci/remove_unsupported_testcases.py $PRM_FILES
    - if [ $LEVEL_SCALING != "1.0" ]; then