Loading main-basop.yml +2 −3 Original line number Diff line number Diff line Loading @@ -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' Loading Loading @@ -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"] Loading Loading @@ -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 Loading Loading
main-basop.yml +2 −3 Original line number Diff line number Diff line Loading @@ -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' Loading Loading @@ -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"] Loading Loading @@ -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 Loading